Solved
Add 5 openend boxes in a question
hi all,
I need a question to take 5 openend text boxes without radio buttons, multi check or statement around it.
Thank you in advance.
Best answer by Anonymous
Hello @PradeepKotian ,
Just add following line in look and feel -> advanced -> add custom css
.Skin .LabelWrapper{width:100%;display:none;}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

further you can create javascript code that as follows
var Tbox1=document.getElementById("txt1").value;
similarly for all 5 textboxes.
and setting this value in embedded data with
Qualtrics.surveyEngine.setEmbeddedData("Box11",TBox1);
hope it works for you 😀
!