rickharrison/validate.js

How to get all validation errors at once?

konohanaruto opened this issue · 1 comments

Hi @rickharrison ,

When I can verify multiple fields, I click on the submit button. In the callback function, I can only get the first validation of the failed element. How can I get all the failed objects at once? Thank you!

Do you have id-attributes in all of your input fields?
Do you have radios/checkboxes and inputs mixed?
Take a look at #183 from beijaflor who solved this problem.