Validate a zip code field on a home page popup in Magento 1.9 style might be using jquery button click.
asked Feb 15, 2019 at 6:57
Ejilarasan J
2995 silver badges19 bronze badges
1 Answer 1
If you use the standard Magento form validation you can do this by adding the css class validate-zip to your form field. That will pass the form input to the corresponding method in validatation.js.
I hope that helps.
answered Feb 15, 2019 at 8:57
HelgeB
4,5512 gold badges12 silver badges27 bronze badges
-
Thanks we have used mask.jsEjilarasan J– Ejilarasan J2019年04月08日 12:22:01 +00:00Commented Apr 8, 2019 at 12:22
Explore related questions
See similar questions with these tags.
default