Solved
How to stop the default behavior of next button click?

I would like to know if there is any JS API we can use, when the next button is clicked, to stop(or delay) the page submit to execute some of our custom functionality.
Best answer by TomG
A web service call is perfectly suited to what you are trying to do. You can add the hidden variables directly to the web service as parameters, then pipe the question text value into the web service as another parameter. As long as the third party api returns json or xml, the returned data will populate embedded variables.
Here is information on adding a web service to your survey flow.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.