JetEngine Form Shows Error on the Frontend During Submission
Answer
Modified on: Thu, 24 Dec, 2020
I created the form and set it up but once I try to submit it on the frontend, the form shows an error message
Did you spot the following form error?

The most common reason that the form does not submit is poorly set field names. For instance, the Name field must contain neither uppercase letters nor spaces, whilst the Label field can have both. Here’s an example of how you should not fill in the Name field:

The optimal variations of the Name field are below:
- _name – a single word that starts with an underscore;
- _user_name – two (or more) words starting with an underscore and separated by it as well;
- name – a single word;
- user_name – two or more words separated by an underscore.
Please bear in mind that the underscore serves as space, so use it to kind of separate the words. In the end, your form fields should look like this:

Press the “Update” button and you’re good to go.
Was this article helpful?
YesNo