How can I add a static text notice below a text entry box? | XM Community
Skip to main content

I need to add a privacy notice for the respondents below every text entry box.
Would love some help with the code required for that.
Thanks!

Use below code:
var s = "privacy notice text"
jQuery(s).insertAfter("#"+this.questionId+" .InputText");


Thank you!!


Leave a Reply