Add a clickable button to send to website

  • kaosworks
    Asked on October 21, 2020 at 9:57 PM

    one of forms I need to have a SUBMIT button (just the way it is set up now) and I also want the option for someone to be directed to our site even if they don't want to fill out the lead capture info. SO, another button that would say "take me to the website" or something similar. When they click SUBMIT, it is because they have filled out the info and we will get the details. If they just want to go to the website, I would like that option as well

  • Vick Support Team Lead
    Replied on October 22, 2020 at 3:27 AM

    Hi there,

    You can add a button using a Paragraph field and some code to create a custom button. First Add a paragraph field in your form.1603351577 5f91341992428  Screenshot 10

    Then add the following code in the paragraph field.

    <p><a style="background-color: #337ab7; padding: 10px; color: white; text-decoration: none; display: inline;" href="https://www.jotform.com" target="_blank" rel="noopener noreferrer">Go To the Website</a></p>

    Please try it and let us know if this will work for you.

    Thanks.

  • kaosworks
    Replied on October 28, 2020 at 3:28 PM
    I copied the code text and pasted it -- all it does is send the person to JotForm, not our website. Do I need to change something so that when they hit "Go to our website" it takes them to lastgerm.com ? 
    Kristy Brown
    Sanitize and Vaporize Viruses  
    218-838-2379

    On Thursday, October 22, 2020, 02:27:38 AM CDT, JotForm wrote:

    New response received#yiv6308372293 p img {max-width:100%;} A new response has been received: Answered by Vick_W

    Hi there,
    You can add a button using aParagraph field and some code to create a custom button. First Add a paragraphfield in your form.
    Then add the following code in theparagraph field.

    Go To the Website


    Please try it and let us know if this will work foryou.
    Thanks.
    View this thread on browser » Unsubscribe Thread 1603351657
    ...
  • Basil JotForm Support
    Replied on October 28, 2020 at 5:55 PM

    Hi,

    Within the code that my colleague provided replace the part "https://www.jotform.com" with your own website.

    Please let us know if you require any further assistance.