How Can I Add Additional Button to My Form?

  • michael@joschmid.de
    Asked on March 4, 2016 at 4:40 AM
  • mert JotForm UI Developer
    Replied on March 4, 2016 at 7:44 AM

    By using some HTML codes on the "Text" field, you can easily add custom button to your form. Firstly, you need to add the "Text" field and open its edit mode.

    Please, see it from the below:

    How Can I Add Additional Button to My Form? Image 1 Screenshot 40

     

    Then you need to copy the following HTML code into it. On the red marked area, you can enter the link and on the blue marked area, you can change the title on the button.

     

    <form action="https://www.jotform.com">

        <input type="submit" value="Go to JotForm">

    </form> 

     

    Please, see it from the below:

    How Can I Add Additional Button to My Form? Image 2 Screenshot 51

     

    Finally, your button will look like the below and act like the URL,

    How Can I Add Additional Button to My Form? Image 3 Screenshot 62

     

    For further assistance, please do let us know.

    Thanks.