I have a question for which the answer must consist of 9 digits. The validation allows you to set a minimum number and a maximum number, both of which I set to 9 in order to get 9 digits. However, the validation doesn’t work that way and it is requiring that the numbers listed EQUAL 9 as opposed to consisting of 9 digits. I’m looking to see if there’s a way to make it require 9 digits instead.
Page 1 / 1
You can use custom validation -> Match Regex -> ^[0-9]{9}$
Success! Thank you.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.