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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.