Hi, I know this is silly but I cannot figure out how to only allow the entry of numbers in a textbox. I have selected the validation --> number option. I have also tried the following JavaScript: this.getQuestionContainer().querySelector(".TextEntryBox").type = "Number";
When I preview the survey, it still allows me to enter text. Any ideas what to do?
Thanks!
Solved
Only allow numbers in textbox

Best answer by ahmedA
.TextEntryBoxis used in question where you use the option "Allow Text Entry", such as multiple choice.
If its a question where the default option is to enter text, you'll need to use
.InputTextin its place.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.