placeholder in a multuple choice answer | XM Community
Skip to main content

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
Screen Shot 2022-09-09 at 17.58.36.png

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