Multi-Page Form: Email Validation
-
I’ve noticed a bug where the email format of an required input[type=”email”] field isn’t properly validated on nextPage().
Example:
If I type nothing into the email field and try to navigate to the next page I immediately receive an error message that the field is required.When i type “abcdef” into the email field, the validation passes, and I see the next page of the form. Then when I am on the last page of the form and try to submit I finally receive an error, that the email is in the wrong format.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multi-Page Form: Email Validation’ is closed to new replies.