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!
Page 1 / 1
Use below code:
var s = "privacy notice text"
jQuery(s).insertAfter("#"+this.questionId+" .InputText");
Thank you!!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.