Solved
How do I add a label to a text entry box?
I am looking to add a label inside a text entry box that says "Describe". Can anyone provide help?
Best answer by TomG
```
jQuery("#"+this.questionId+" .InputText").attr("placeholder", "Describe");
```
For translation, replace "Describe" with a piped MC choice as described in this post.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.