Is there a way to also add a note that the submission was successful?

  • Annalie
    Asked on October 13, 2015 at 2:24 PM
    Also, I've have redirected the submission page back to my main website page. Is there a way to also add a note that will say tha the submission was successful?
  • Carina
    Replied on October 13, 2015 at 5:06 PM

    The page in your website to which you redirect can have a confirmation message.

    If you need your users to be redirected to a specific part of your website you can try this workaround_

    1. Create a custom thank you page on your website with the thank you message. Add a redirect script. This is the whole HTML code:

    <html> 

    <head> 

    <script type="text/javascript"> <!-- function Redirect() {window.location="http://www.mysite.com"; } setTimeout('Redirect()', 5000); //--></script>

     </head> 

    <body>
    Thank you. Your form was successfully sent. 

    </body> 

    </html>

    2. Add the confirmation page url as the custom thank you page url.

    The yellow url is your site's url. The bue value can be adapted as it is the time that it takes to redirect the user. Now it's 5 seconds.

    You can test and clone  the demo form: 

    https://form.jotform.com/52856902764970? 

    Let us know if we can assist you further.