Documentation

onValidationSuccess

fires after the form has passes validation successfully

void onValidationSuccess(){ ... };

Example

dp.attachEvent("onValidationSuccess", function(){
    //... some code here ... 
});

See also

Back to top