How do I add a label to a text entry box? | XM Community
Skip to main content
I am looking to add a label inside a text entry box that says "Describe". Can anyone provide help?
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.
@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