Validation Response Help | XM Community
Skip to main content

Hello

I have some custom validation running that is working well, for example (yellow line).

 

But on my next question the validation message does not make sense. It should say something like – ‘Please select the type of feedback’.

 

How do I change the validation message just for this question. This will be the only change needed if that helps.

Thanks :)

Paste the below JS code under onReady function of the Question where we need custom message:

 

    jQuery("#"+this.questionId+" .ValidationError").html("Custom message");

 


Leave a Reply