How can I add a clickable redirect link to a form?

  • hedgehogszim2017
    Asked on March 31, 2025 at 5:00 AM

    HI,
    I have a form whereby staff copy a link to a ASANA Task and i nee dto be able to clik on the link and open the Asana Task.



  • Rene JotForm Support
    Replied on March 31, 2025 at 5:19 AM

    Hi hedgehogszim2017,

    Thanks for reaching out to Jotform Support. You can add a clickable button to your form that redirects the users to your ASANA task. Adding a button link to your form is easy. Let me show you how:

    1. In the code below, replace the Jotform URL (https://www.jotform.com) with the URL you want to use, and the Click Here text with the text you want to use, and then copy it.

    <p style="text-align: center;"><a style="background-color: darkblue; padding: 10px; border-radius: 6px; color: orange; text-decoration: none; display: inline;" href="https://jotform.claystructures.co" target="_blank" rel="noopener noreferrer"><b>Click Here</b></a></p>

    2. In Form Builder, click on the Add Element menu on the left side of the page and drag and drop a Paragraph field to your form.

    3. Click on the Pencil icon on the right side of the field and paste the code. 

    4. Finally, click on the Encircled Checkmark icon on the right side of the field. And that’s it, you’re done.

    How can I add a clickable redirect link to a form? Image 1 Screenshot 30 You can customize the background color and text color by adjusting their values as you prefer, either by using a HEX code or simply writing the color name:

    How can I add a clickable redirect link to a form? Image 2 Screenshot 41 Give it a try and let us know if you need any other help.

Your Answer