Conditional logic
I am making a large form.
Sometimes, because of the answer, I want to stop the form with a message to the person that is filling in the form (that because of the given answer it is no match).
Next questions do not count anymore and need not be shown. Submission of the form is not needed.
How can I get this working?
And where do I put the conditional logic message? Right behind the question that will decide if someone is done or can fill in more answers?
How will it stop there?
Thank you in advance for any help with this.
the conditional step is the one you show or don't show based on input. like...
what is your name? -> next
do you want to give me your email address? (radio or dropdown or even checkbox choices) yes or no: -> next
if yes, then show email form and submit button
if no, then show, text message "thanks for participating. Have a nice day"
