jquery.validate
jquery.validate
Hi.
I have made a questionnaire using jquery. I am using the jquery.validate plugin to validate the questionnaire but I have run into a slight issue. I would like to override the submit handler. In more detail, I wish to have the questionnaire validated and report to the user all the questions that they have missed while filling out the questionnaire, however, I would like them to be able to check off a checkbox that allows them to submit they questionnaire regardless of whether its 100% complete.
So for example, if they filled out 80 of the 100 questions, the questionnaire should report to them that they missed 20 questions, but still allow them to still submit it. I have the entire questionnaire working with the exception of not being able to override the submit handler. It would be great if someone could help me out with solving this issue. Thanks in advance.