I am using jQuery form validation plugin. My problem is that I want to use it to check if all fields are valid and then run my custom javascript.
Please see the below example:
if(valid){
    //enable save button
    //if user accept terms(by using check the check box)
} else {
    return false;
}
 
     
    