One or more fields have an error.
-
When required fields are not filled or filled incorrectly, it’s showing an error message “One or more fields have an error. Please check and try again.”, regardless of what kind of field it is and what kind of problem there is. Shouldn’t it show “The field is required.” if a required field is empty or for example “The telephone number is invalid.” if you write letters instead of numbers to a phone field?
Now it’s showing only “One or more fields have an error. Please check and try again.” regardless of in what field what you type.
This is the code:
<label> Your Name (required)
[text* your-name] </label><label> Your Email (required)
[email* your-email] </label><label> Your Phone (required)
[tel* phone] </label><label> Subject
[text your-subject] </label><label> Your Message
[textarea your-message] </label>[submit “Send”]
The page I need help with: [log in to see the link]
- The topic ‘One or more fields have an error.’ is closed to new replies.