Trying to require content validation for a specific set of digits | XM Community
Skip to main content

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. 

You can use custom validation -> Match Regex -> ^[0-9]{9}$


Success! Thank you.


Leave a Reply