How can i create a button "return Home Page"?

  • SeanBx
    Asked on February 20, 2018 at 8:01 AM

    Hello.
    I did not find how to integrate a button in the contact form that would return to the home page.
    Otherwise, a link may be appropriate.
    Thank you.
    Serge B.

  • Sabbir
    Replied on February 20, 2018 at 9:58 AM

    You can add text element and add link with some styling in HTML to look like a button.

    Please check the screenshot:

    1519138593addhtml Screenshot 20

    Add this code to the html panel:

    <p><a style="text-decoration: none;" href="https://www.google.com"><span style="border: 2px solid #cccccc; margin: 8px; padding: 8px;">Return to Homepage</span></a></p>

    How can i create a button return Home Page?  Image 1 Screenshot 31

    You can check my form here: https://form.jotform.com/80014426910951

    If you have any further query, please let us know.

  • SeanBx
    Replied on February 20, 2018 at 10:46 AM

    Hello Sabbir.

    Thank you for your help and excuse me for my english :-).