I have a simple form.
Input fields, checkboxes, radio buttons and finally SUBMIT button.
I use jQuery to perform AJAX validation, however when a user presses ENTER inside the input field it submits the form!
How do I stop this from happening on this form (not all input fields)?