I have a survey that uses a constant sum matrix. For review, it is much easier to have the default response be blank as opposed to zero. Initially, I used the following code within the Onload section:
jQuery("#"+this.questionId+" td input[type=text]").val("");
However, since I have an approval chain, when an approver clicks the link to approve the survey, all of the responses are blank, since the survey is loading again. Is there a way to manipulate the above code to only force a blank when there is no response within the field?
Question
Force constant sum default to blank only if there is no response

Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.