Solved
1 question, multiple text entry fields
Hi! Can anyone recommend how to create a question that could receive multiple text entry responses? Imagine a question like: "please write down what comes to mind when you think of X" followed by multiple text entry fields. Something like a form, but without labels. Any ideas? Thanks in advance!
Best answer by TomG
@AndyScisco,
Use this JS:
```
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" td:not(.ControlContainer)").hide();
});
```
You can label the rows whatever you want (e.g., 1, 2, 3, etc.).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

!

