I'm wanting to use on submit to make sure a checkbox is checked, while also validating empty fields. Here is the code I have: OnSubmit="return checkCheckBox(Agree) & validate();"> I've looked at W3Schools, and on Google, yet can't find what I'm looking for.
You could try jQuery's .submit() function.