It is possible to create a button with a defined link to another form?

  • phcamk
    Asked on August 30, 2019 at 4:04 AM

    It is possible to create a button with a defined link, to another form?

  • John_Benson
    Replied on August 30, 2019 at 7:40 AM

    Yes, it is possible to have a button link in the form. You can use the "Text" tool for that. In the Text tool, there's a "Source Code" option. You can insert HTML code there however, the button tag doesn't work well.

    I suggest you use a button image because the button tag is not working properly in the Text tool Source Code. Here's an example:

    <a href="https://www.jotform.com"><img src="button.png"></a>

    [Image source direct link] [Link to another form]

    1567164665text button Screenshot 10

    You can do a regular text link inside the Text tool as well. Please check this guide: How-to-Add-a-Downloadable-File-to-Your-Form.

    Hope that helps. If you have any questions, let us know.