"Thank you" Custom URL open in a new browser window?

  • goose2422
    Asked on March 6, 2014 at 1:16 PM

    Hello,

    Is there a setting to select so that the "thank you" custom URL (redirect to a custom URL after the user submits the form) can open in a new browser window?  Currently, the custom URL opens in the same window as the form and it would be better if the custom URL opened in a new window.

    Thanks!

  • jedcadorna
    Replied on March 6, 2014 at 2:52 PM

    Hello,

    Thank you for contacting us.

    You can try to embed your form using the form source then add target = " _blank " in your code. Please see this sample

     

    target = "_blank" class="jotform-form" action="http://submit.jotform.us/submit/xxxxxx/" method="post" name="form_xxxxx" id="xxxxx" accept-charset="utf-8">

     

    Here's how you can get your form source.