Hi
I need to place a placeholder in an allow text entry response.
i was trying to use java script but haven't been able to make it work
Page 1 / 1
jQuery("#"+this.questionId+" .InputText").attr("placeholder","placeholder text goes here");
I am not sure why but it isn't working
https://community.qualtrics.com/XMcommunity/discussion/comment/49386#Comment_49386Try this instead:
jQuery("#"+this.questionId+" .InputText,.TextEntryBox").attr("placeholder","placeholder text goes here");
Thanks, it is working now!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.