Thank you page: How to direct users to a custom URL thank you page

  • miguelben
    Asked on January 22, 2018 at 2:32 PM

    Hi,


    I'd like to send users to a custom extenal URL upon form submission but on a new page. How is this possible?

    Thanks


  • aubreybourke
    Replied on January 22, 2018 at 3:25 PM

    You can redirect your clients to an external URL.

    Please see this guide:

    Setting-up-the-Thank-You-Page 

  • miguelben
    Replied on January 22, 2018 at 3:43 PM
    Thank yoy but it doesn't show how to make it open a new tab. I have my form
    embeded on my website, and upon submission I need to open another page
    which is a secured payment page.
    Please see example here
    . Once you
    click on submit, nothing happens, but when you fill the form directly at
    https://form.jotform.com/70527261436959
    it works.
    ...
  • aubreybourke
    Replied on January 22, 2018 at 3:59 PM

    1) Its possible if you use the full source code embed. 

    How-to-get-the-Full-Source-Code-of-your-Form

    You would need to add: target="_blank" on the form tag line.

    For example:

    <form id="70527261436959" target="blank" class="jotform-form" accept-charset="utf-8" action="https://submit.jotformpro.com/submit/70527261436959/" method="post" name="form_70527261436959" target="_blank">

    2) However, for your other problem about the embedded form, you should try and use the iFrame method:

    Getting-the-Form-iFrame-Code