How to open custom thank you page URL on a new window

  • maow001
    Asked on January 6, 2015 at 3:22 PM

    Hi guys, how can I setup my "thank you page" in order to appears in a new window, and not at the same window.. I mean, I´d like use a custom URL but it have to appear in a new window.. Is that possible ?

     

  • raul
    Replied on January 6, 2015 at 4:05 PM

    You can do this by using the full source code of your form and then look for the form tag to add the target=_blank code. The form tag would look like this:

    <form action="http://submit.jotformpro.com/submit/50038869692972/" method="post" name="form_50038869692972" id="50038869692972" accept-charset="utf-8" targt="_blank">

    Please note that the method above works only if you have the form embedded on a website and also that you'll need to update the code in your site every time you make changes in your form.

    Let us know if this helps.
    Thanks.