Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save manojiksula/5c01dfa328b810dfe351a16a95c0a8a7 to your computer and use it in GitHub Desktop.

Select an option

Save manojiksula/5c01dfa328b810dfe351a16a95c0a8a7 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