How to redirect back to the form after a few seconds in the thank you page

  • Shaynes
    Answered on August 10, 2014 04:37 PM

    Is there a way to redirect to the form from the thank you page automatically after a certain number of seconds?

  • Welvin JotForm Support
    Answered on August 10, 2014 04:49 PM

    Hi,

    Unfortunately, that is not possible. You may consider creating a custom thank you page to your website and add a script that would redirect the page back to your form.

    For example: http://www.tizag.com/javascriptT/javascriptredirect.php

    Then use this custom thank you page as your custom thank you URL. Please refer to this guide: http://www.jotform.com/help/38-Redirecting-Users-to-a-Different-Page

    Thank you!

  • Welvin JotForm Support
    Answered on August 10, 2014 04:52 PM

    Or, use the form as the thank you page. This way, after someone submits to the form, it will redirect back to the form. However, there's no time delay on this method.

    Thanks

  • clintwelbar
    Answered on September 01, 2014 04:01 AM

    window.location = "redirect page"

    Source..Javascript Redirect

     

    Clint