How to make submit button open a new window on submit?

  • HobsonMedia
    Asked on April 27, 2019 at 7:30 PM

    How can I get the Submit button to lead to an external link that opens in a new window? Right now, I see it opening in the same window but would like it to trigger the opening of a new window.

  • Jed_C
    Replied on April 27, 2019 at 9:17 PM

    You can download the form's source code and add t arget="_blank" tag in the code.

    ex.

    <form  tar get="_blank" class="jotform-form" action="https://submit.jotform.com/submit/xxxxxxxxxxxxxx method="post" name="form_xxxxxxxxxxxxxx" id="xxxxxxxxxxxxxx" accept-charset="utf-8">

    Reference guide: https://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form.

    Please try that and let us know how it goes.