Add external link button

  • iahfsj
    Gefragt am 4. April 2017 um 11:12

    I want to link a button that would direct the user to another jotform.  "To pay for multiple classes, click here"

    Dave

  • Sven
    Geantwortet am 4. April 2017 um 13:10

    You can add a TEXT element from the basic element tab, and add HTML code to a button. 

    Add external link button  Image 1 Screenshot 20

     

    And add the following HTML code:

    <button><a target="_blank" href="YOUR_URL" rel="nofollow" >YOUR TEXT</a></button>

    please make sure to replace YOUR_URL with the external link you would like to add, and YOUR TEXT with whatever text you would like to appear on the button.

     

    Thank you