Form tabs order and false error report

Issues related to forms.
Post Reply
paddlefoot
 
 
Posts: 80
Joined: Fri Oct 13, 2017 8:30 pm
Location: SW Florida

Form tabs order and false error report

Post 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
User avatar
Pablo
 
Posts: 21713
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form tabs order and false error report

Post 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.
Post Reply