OnSubmit With validate and CheckCheckBox

34 Views Asked by At

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.

1

There are 1 best solutions below

0
On

You could try jQuery's .submit() function.