Skip to content

Instantly share code, notes, and snippets.

@obiyoda
Created July 9, 2013 14:57
Show Gist options
  • Select an option

  • Save obiyoda/5958041 to your computer and use it in GitHub Desktop.

Select an option

Save obiyoda/5958041 to your computer and use it in GitHub Desktop.
Call the magento javascript form validation
//form-validate is the id of the form
var dataForm = new VarienForm('form-validate', true);
if(dataForm.validator.validate()){
//do stuff here when the form is validated
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment