Not Solved minimum length for custom fields
#1
Not Solved
I made a custom field, and I need it to be minimum 15 characters, but it's only possible to set  the maximum length, that's really odd, no way to set a minimum length?


[Image: myo4rwF.jpg]

anyone knows this? Smile
Reply
#2
Not Solved
Still looking for a solution, maybe someones know?
The funny thing is that you can set a maximum lenght, but not a minimum lenght
Reply
#3
Not Solved
the regular expression field actually gives you unlimited customization.
/[0-9a-zA-Z]{6,}/
This checks for numbers or text of minimum length of 6 characters. You can pretty do much any string checking with regex. Including making sure the user inputs a specific base URL instead of spam for example.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)