I am looking to add a label inside a text entry box that says "Describe". Can anyone provide help?
Page 1 / 1
Curious as well. And if there is a way to show in the appropriate language based on the translation shown to the respondent, that would be ideal.
```
jQuery("#"+this.questionId+" .InputText").attr("placeholder", "Describe");
```
For translation, replace "Describe" with a piped MC choice as described in this post.
jQuery("#"+this.questionId+" .InputText").attr("placeholder", "Describe");
```
For translation, replace "Describe" with a piped MC choice as described in this post.
@TomG Thanks! will try it out
Hi,
How do I add translations for the required placeholder text in the given code.
Thanks
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.