Solved
Move to a new question on 'Next' button click
I am currently designing a survey where I have one question per page. There is a question where I have a javascript validation which displays an alert if the condition is not met. After the alert message is closed and next button is pressed, I need to move to a new question. And if the condition is met, I need to stay on the same question. So, is there a way by which I can move to a new question using the QID when next button is pressed, since I have only one question per page?
Best answer by TomG
You'll have to set an embedded data variable in your JavaScript then add display logic based on the embedded variable to the questions in between or put the questions in their own block and branch around them in the survey flow based on the embedded variable.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.