I am preparing a survey where the user will type the surname - text question.
I want to make sure that characters such as accents, apostrophes, umlauts are not accepted.
I cannot see, under content validation options, a way to exclude special characters
Am I missing something? Has anyone who had similar requirement found a way to do the above in Qualtrics?
Many thanks
Anna
Page 1 / 1
You can do it with a regex that only allows A through Z and few other characters.
^[a-zA-Z '.-]+$
Thank you Tom
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.