I'm using JavaScript to hide a question and then click the next button. However, I'm sometimes getting issues on the subsequent screen... with the next button then being clicked on the subsequent screen as well. It's almost like I need to clear the Java cache before moving to the next screen or on the next screen??
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId).hide();
jQuery("#Buttons").hide();
});
Qualtrics.SurveyEngine.addOnReady(function() {
jQuery('#NextButton').click();
//this.clickNextButton();
});
I'm also sometimes getting the message above...
Question
Help please... Issues with ClickNextButton
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.