I have a form with 3 submit buttons. Only 1 will do the form validation other 2 must just submit the form without validation. I have the code but it works anyway for all 3 buttons and I only need 1 to be validating the form.
$(function() {
$('#formID').validationEngine();
});
It works for me