Solved
Stop the onclick event associated with clicking on the next button
Hello Everybody,
I would like to be able to Stop the onclick event associated with clicking on the next button. So when a users presses on the next button.
Is it possible to hijack the on click event associated with clicking on the next button.
Thanks for all your help!
Best answer by TomG
In your addOnReady function hide the next button, then add an event handler to show it when your link is clicked (assign an id to your html link so can identify it).
```
var qobj = this;
qobj.hideNextButton();
jQuery("#myLinkId").click(function() { qobj.showNextButton(); });
```
You can use web based Python scripts through a survey flow web service call, an end of survey action, or from a jQuery ajax call.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
