Can you set default choice on text entry boxes that disappear when participants click in the box? | XM Community
Skip to main content
I would like to set a default response for a text entry question to demonstrate the format the text should be in, but I would like the default text to disappear when the respondent clicks on the box. Is this possible? Thank you in advance for your help!
Add a placeholder attribute with your 'default' text to the `<input>` tag using JavaScript.

Leave a Reply