Hi experts,
I am thinking about the code the survey with javascript and html in order to re-direct the “next page” button.
How to do that for a simple example? The question in the page is: do you want to upload more items? There are two choice: one is yes, the other is no. If the answer is yes, the “next page” button will go to a block named “uploading block” If the answer is no, the “next page” will go to the block named as “exit block.”
I understand it can be done with a built-in branch function. But I need to learn to do it in this simple example. So that I can build more complicated ones later on.