End form after specific answer

  • chbndrhnns
    Asked on June 18, 2018 at 10:52 AM

    Can I use the custom field actions to end a session early (depending on an yes/no answer) and display a thank you page before all questions where answered?

  • Adrian
    Replied on June 18, 2018 at 11:38 AM

    The only way to make a form Submission and show a Thank You page after is by clicking the Submit button.

    What you can do is hide the fields of the form based on user's answers.

    Complete Guide: How-to-Show-or-Hide-Fields-Base-on-User-s-Answer

    Form DEMO: https://form.jotform.com/81684263584971

    The form has 3 questions. A Yes/No question, a Name field, and an Email field.
    If the answer to the first question is Yes, the user can continue filling the Name and the Email field.
    if the answer to the first question is No, the Name field and the Email field will be hidden and a Text field containing a Thank You text that you can change will be shown.

    End form after specific answer Image 10

    Conditions:

    End form after specific answer Image 21

    End form after specific answer Image 32