Solved
Constant sum without prefilled 0
Dear Community,
I am looking for a way to ask which percentage of purchases was made online with an open box to enter values from 0-100. The box should be followed by the text "% online". With constant sum this text can be added, however there is always a 0 prefilled already so that respondents could just click next. If 0 is a valid value respondents can enter, is there any way to remove the prefilled 0 just showing an empty box?
Or if using a text entry question, is there any way to add the "% online" on the right hand of the entry box?
Best answer by PraDeepKotian_XM
hi @cloof,
Add below code in Onload function of javascript:
jQuery("#"+this.questionId+" li input[type=text]").val("");
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.