Question
How do I make the "Next" button skip to a specific page in the survey?
What JS code will I need to use if I would like the "Next button" to take participants to a specific page in the survey?
Please note: Currently in the JS script box, I have inserted the code below as I would like for a new page to appear when a participant selects an option.
Qualtrics.SurveyEngine.addOnReady(function()
{
this.questionclick = function(event,element){ if(jQuery('input[type="radio"]').is(':checked')){jQuery('#NextButton').click();} };
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
