how to add a validation customized to a multiple choice response option | XM Community
Skip to main content

Hi, Is there a way to add a validation customized to a multiple choice response option (either select all that apply or multiple choice) with an added WITH a text box entry added to the response option? 

How do you enter in a validation check that only numeric is entered or character is entered?

 

For example. 

Other, specify: yenter in free text]  

 

Assuming you want only numbers, letters and spaces can be entered in the text box, the custom validation will be as below:

Other → is not selected

OR

Other text entry → matches regex → ^e0-9a-zA-Z\s]*$

 


@four77,

You can do validation on multiple choice text entry without custom validation:

 


Leave a Reply