Hello,
I’ve a form in which there’s a Yes/No question.
- In case the YES is selected the user continues the form with other questions
- In case the NO, the user is sent to a final telling him he is not elegible.
The problem I have is that when the user goes go through the "NO" route, the form is also submitted. How can I avoid this?
Basically it's because I have some triggers that fire once the form is submitted.
Thanks