I am using the JS below to remove the zeros from Constant Sum questions for easy completion for respondents.
jQuery("#"+this.questionId+" input[type=text]").val("");
But no entries in these questions are displaying in the Response Summary now.
Help please.
Solved
JS overriding entries in Response Summary
Best answer by TomG
Qualtrics.SurveyEngine.addOnPageSubmit(function() {
jQuery("#"+this.questionId+" input[type=text]").each(function(){if(this.value.length==0) this.value="0";});
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.




