Hello, I am trying to hide a question that I have an Edited Default Choice assigned. For example, I have a specific date that is already hard coded using the Edit Default Choice. However, I do not want this on the survey when I distribute. But I do want the specific date that I created to show up in the results of the survey. Please advise.
Page 1 / 1
Put the below code in the JS of the question:
jQuery("#"+this.questionId).hide();
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.