Closed maxfrischknecht closed 1 year ago
The name of your fields needs to be like so:
name="fields[fieldHandle]"
So, for firstname, you would have name="fields[firstname]"
Hope that helps!
Plugin docs have been improved, as have the Knowledge Base and official Docs!
Description
Hi!
When working with the GitHub example from the plugin, it correctly populates the entry, however, it only saves the title from the form. Other custom fields (plaintext) stay empty. If the fields are required it also creates the error message "Field X cannot be blank".
The Code
Additional info