Adding links and buttons

  • williamsaunders
    Asked on January 24, 2019 at 4:26 AM

    Hi, how do I add buttons with links to a privacy policy (URL) on my JotForm?

  • Donald_H
    Replied on January 24, 2019 at 5:17 AM

    You can add a link to a text field and then style it to look like a button. You would have to add the button CSS inline within the code view.

    1548325048Selection 229 Screenshot 10

    1548325064Selection 230 Screenshot 21


  • williamsaunders
    Replied on January 24, 2019 at 10:43 AM
    Hi, thanks for the reply. Can you give me a bit more details on how to add the button CSS inline within the code view?
    Thanks,
    Bill
    ...
  • AndrewHag
    Replied on January 24, 2019 at 11:02 AM

    Please see the below CSS code for the better understanding of adding CSS button. And also, I attached the resultant button image.

    <a style="background-color: black; padding: 10px; color: white; text-decoration: none; display: inline;" href="https://www.jotform.com" target="_blank">Click Here</a>

    1548345519chrome Y2SwCqvLNa Screenshot 10

    You can change the URL in href attribute and style the button according to your requirement by changing properties of style attribute.

    Hope this helps.