I have my built-in ChronoForms mootools verification working properly, however, my users aren't seeing that there are errors when they submit (it involves scrolling up in order to see the field errors). I would like to add a line of code to jsvalidation2.js that will prompt a javascript alert window if there are any errors (in addition to the mootools prompts)...maybe something along the lines of:
Is this possible? How and where might I add this?
Any help is much appreciated!
if(errors==true){alert("There are errors with some of the information you have entered, please review your information above, and resubmit");}
Is this possible? How and where might I add this?
Any help is much appreciated!