Online form conditional response


(Deborah Griffin) #1

How to you get an online form to go to one page if you answer Yes to a question or another page if No is the answer??


(Bart Banda) #2

Hi Deborah, unfortunately this is not configurable directly via the UI of a Custom Form, you would need to develop this functionality as a customisation into the form content.

You’d also need to make sure that the second section is not required to be filled in server-side, only use some custom client-side validation.

Alternatively you could have all sections on the same page and handle the multiple pages of the form using custom JS.