Add external link button

  • iahfsj
    Asked on April 4, 2017 at 11:12 AM

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

    Dave

  • Sven
    Replied on April 4, 2017 at 1:10 PM

    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