Currently using jQuery validation plugin, is it possible to consolidate all the errors into just 1 msg?
I want to be able to show a modal box if any of the required fields isn’t fulfilled.
Simply saying ‘Please complete all required fields’.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
use “invalidHandler” option callback, see example in docs http://docs.jquery.com/Plugins/Validation/validate#toptions