Page 1 of 1

Form tabs order and false error report

Posted: Mon Dec 02, 2019 2:03 am
by paddlefoot
I have a simple form with basic captcha. But after completing the form it responds with the error page yet still submits the form and never gives the success page message. Secondly, (the form is live on the web so the PHP works), if I skip a field to test the validation, like name, tab 1--it goes to email field tab 2, and never queries the missing name.

The problem can be seen on the booking page at http://hartnetthere.com/booking.php.

The Webbuilder file (knot-a-care fishing) can be seen here http://tester.hartnetthere.com/

thanks

Re: Form tabs order and false error report

Posted: Mon Dec 02, 2019 7:24 am
by Pablo
The form validation seems to be working correct.
However, you did not set a success and error page.
Also, the input field for the email address should be named 'email', not 'email address'.
And 'from email' in the auto responder settings is not a valid email address.