Button to jump to the other link

  • spi3dili
    Asked on November 12, 2016 at 2:16 PM

    Как добавить в форму кнопку,  по которой возможно переход на другую форму? Например по ссылке

  • Jan
    Replied on November 12, 2016 at 7:28 PM

    It is possible to have a button link inside your form by inserting an HTML button element. You can use the "Text" tool in order to achieve that. Here's a screen capture:

    Button to jump to the other link Image 1 Screenshot 20

    1. Insert a "Text" tool in the form.
    2. Click the "Edit HTML" button.
    3. Click the "Source Code" icon.
    4. Insert the HTML button element.

    Here's the HTML code:

    <a href="http://www.jotform.com" target="_blank"><button type="button">Click Here</button></a>

    LinkButtonText inside the button

    5. Click the "OK" button and save the form.

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