Hello,
I have a multiple-choice question with 3 answer options. The first one is supposed to be just a text entry box but a) only numbers should be allowed to enter, and b) there should not be anything else but the textbox (so, no label of the answer option). Basically, I want a text entry box with numbers only allowed, and then 2 options with "don't know" and "refuse to answer".
Hope this makes sense and someone can help me.
Thanks a lot!
Solved
Remove label in multiple choice question and only allow number entry
Best answer by ahmedA
Oh that! Let the text be anything. Add this to your JS:
this.getQuestionContainer().querySelector(".TextEntryBox").previousElementSibling.hide();Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

