Hello everyone
I have already been digging the net but cannot seem to find the correct script so I'd appreciate any help:
How can I limit the range of input values for a number custom field to 0-50? Must be some regular expression like ^([1-9]|[1-5][0-9])$ but I cannot get this to work since I have no programming skills at all. :-(
Many thanks
Hi, ^([1-9]|[1-4][0-9]|50)$ - is correct regexp)
@Alexander Tynetalo Thanks it worked for me, but what about 3 digit numbers ? I tried to work around but was not lucky enough. I need to set the range (60 to 8400). Kindly assist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hemanth Kumar
I suppose a site like 3widgets.com would help you to create a regular expression for your custom number range
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.