How to redirect link to new a tab?

  • mfaoil
    Asked on October 4, 2022 at 3:44 PM

    I have included a link in a paragraph text box that would like to open in a new window instead of kicking them out of the form. Is that possible?

  • Shirized Ina Garces JotForm Support
    Replied on October 4, 2022 at 5:18 PM

    Hi Ashley,

    Thanks for reaching out to Jotform Support for help. To have your link open in a new window, add this source code to your Paragraph element. Here's how:

    You can use this code:

    <a target="_blank" href="URL" rel="nofollow">DISPLAY TEXT</a>

    You can change the "URL" field with your link.

    • Click on the Paragraph element in your form, select the Source Code button, insert the code above, then click on Ok.

    1664917766 633ca10640a0d  Screenshot 10

    Here's the result:

    1664918091 633ca24b1ce42  Screenshot 21

    Give it a try and let us know if you have any other questions.