I have this test page I am working from: http://www.problemio.com/test.php
The problem happens when you click “Click To Test Signup” and press submit without entering any data into the form.
It will give you errors that the form can’t be empty. So you put any values into the form, and press submit again. The error happens at that point. The submit code in jQuery does not seem to be getting called for some reason. Any idea why that might happen?
Thanks!!
Here is what I found from looking at the source of your code:
The HTML
The JS
What you are referencing is not the content of the input field, you are referencing an element with the id of last_name, the content in the input field is referenced by: