404 Error when required fields not filled out
-
I’ve got a form with several required fields and have been trying to debug an issue for several days now without success.
When a user fills in required_field_1 and leaves required_field_2 empty then hits submit, required_field_2 will display the “This field is required” error message.
If they fill in required_field_2, then remove their entry in required_field_1 and hit submit a second time, the form will process this and produce a 404 Error on page.
The expected outcome would be that required_field_1 would then re-validate itself and display an error message, preventing form submission.
Is this a known issue? I’m unable to find any resources in the FAQ or documentation that address this situation. Any assistance would be greatly appreciated. Thank you!
- The topic ‘404 Error when required fields not filled out’ is closed to new replies.