Hello,
I am creating a survey question where I'm contemplating using a multiple choice type question as shown below and adding free text entry boxes for each checkbox.
The purpose of the checkbox will be for the user to select in case the respondent prefers not to answer otherwise they will be expected to enter in an answer in the free text space.
I'm wondering whether it is possible to add descriptions to the free text boxes (e.g. one box represents age, another represents years in job etc.) and if I can align the checkbox a little better with the 'Prefer Not To Answer' text.
Thank You.
Solved
How to Add Description to Free Text Entry Box
Best answer by TomG
You can add placeholder attributes to the text input fields such as:
jQuery(".InputText").eq(0).attr("placeholder","age");
For your second question, it is theme dependent. Preview the question, then use your browser's Inspect feature to determine what to adjust.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

