Can I have a button within a form that leads to another form?

  • Michael Jaquith
    Asked on April 20, 2024 at 11:51 PM
    Can I have a button within a form that leads to another form?
  • Vanessa JotForm Support
    Replied on April 21, 2024 at 9:17 PM

    Hi Michael,

    Thank you for your patience. Yes, it is possible to put a button link in the form that will open another form. You will need a button HTML and the URL of the form where you like to be redirected after clicking it. Let me walk you through it:

    1. On the Form Builder, add a Paragraph element and click the Edit Text button.

    Can I have a button within a form that leads to another form? Image 1 Screenshot 30

    2. Click the Source Code button and paste the HTML code below.

    <a style="background-color: green; padding: 10px; color: white; text-decoration: none; display: inline;" href="PASTE YOUR LINK HERE" target="_blank">Click Here</a>

    Can I have a button within a form that leads to another form? Image 2 Screenshot 41

    3. Click the OK button and then the Save button.

    You can change the text, background color, and font color in the HTML code. Also, you will need to update the "paste your link here" with the URL of the other form. If you need a guide on how to capture the URL, then you can refer to this documentation.

    Give it a try and let us know how it goes.

 
Your Answer