Issue
Hi Friends I want to validate number range in magento. I also got validation class validate-digits-range. But i don't know to how to pass that minimum and maximum value for that validation. If anybody know means kindly share that example. Thanks in advance
Solution
You should use in text form field like :
... class="required-entry validate-digits-range digits-range-10-20"...
This will validate the value to be between 10 and 20.
Answered By - Péter Gulyás Answer Checked By - Mary Flores (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.