Hello,
I am trying to add multiple validations to a single question. The question asks the user to input their login (free text) and I want to validate only if the answer is text-only, no spaces, and less than 10 length.
How can I achieve this?
Thank you,
Deahna
Page 1 / 1
Use "match regex" in custom validation and put this in validation text entry box:
^[A-Za-z]{1,9}$
The respondent will be only allowed to move to next question if he/ she enters at least one and at most 9 characers in text box and characters can only be small and capital letters.
rondev this worked perfectly, thank you!! :)
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.