Add a buttom to the "thank you note"

  • GonzaloHorna
    Asked on October 25, 2017 at 11:39 AM

    Hi there!

    How to change part of the "thank you note"?

    I like to insert a return buttom = back to my page

  • BJoanna
    Replied on October 25, 2017 at 12:55 PM

    You can edit the Source Code of your Thank You page and add a custom button with a redirect link to your webpage. 

    You can use this code:

    <a target="_self" href="http://www.yoursite.com/form.html" style="text-decoration:none;padding:6px 8px;color: #a96d17;background: #ffffe0;border:1px solid brown;border-radius:10px;">Go Back</a>

    Add the code to the Source Code of the Thank You page.

    1508950220ty Screenshot 10

    Here is my demo form: https://form.jotform.com/72974589602975

    Feel free to test it.

    You can also redirect your user back to your website as soon as the form is submitted: 

    Redirecting Users to a Different Page

    It is also possible to create a custom Thank You page with auto-redirect:

    Create a Custom Thank you page with Auto-redirect

    Hope this meet what you are looking for.