How to compose our own thank you response?

  • tricomdirect
    Asked on February 27, 2019 at 12:06 PM
    We also need help with the ability to
    compose our own thank you response.
  • AndrewHag
    Replied on February 27, 2019 at 12:24 PM

    First, create your own Thank You page, then go to Settings > Thank You Page > Redirect to external link and paste the page URL there.

    1551287624chrome tYUGdVyG0D Screenshot 10

    You can also use this code to create a custom Thank You page. Open a text editor and paste this code, save it with thankyou.html name. You can change the text and the website URL in the code below.

    <!DOCTYPE html>

    <html>

    <head></head>

    <body>

    <h2 style="text-align:center;padding-top:20px;">

    Your submissions has been sent successfully!

    </h2>

    <script type="text/javascript">

    var timer = 3; //seconds

    website = "http://www.jotform.com/help/";

    function delayer() {

    window.location = website;

    }

    setTimeout('delayer()', 1000 * timer);

    </script>

    </body>

    </html>

    Reference guide: https://www.jotform.com/help/89-Create-a-Custom-Thank-you-page-with-Auto-redirect