How to include a clickable link in Single Choice field label?

  • Profile Image
    evaluacionproveedores
    Asked on September 15, 2025 at 4:08 PM

    Hi,

    My request is very simple — I hope you can help me again!

    I have a form with some questions, and I need to complement one of them with a link. Specifically, I want to invite the user to click on a link that should open in a new browser tab or window, allowing them to consult the content before answering the question.

    You can take a look at the form on page 7, question 14. There’s a question where I’d like to add a link immediately after the text.

    Ideally, I’d like the link to appear directly below the question.

    How can I add a link inside the question text?

    The link is a reference to another webpage.

    Thank you!


  • Profile Image
    Joseph Christian JotForm Support
    Replied on September 15, 2025 at 5:28 PM

    Hi evaluacionproveedores,

    Thanks for reaching out to Jotform Support. To include a clickable link inside a question text that opens in a new browser tab, you can use the following HTML code:

    <a href="https://jotform.claystructures.co/workspace/" target="_blank" rel="noopener noreferrer">LINK</a>

    Let me show you how to add it:

    1. In Form Builder, select the Single Choice field and click on the Gear icon.
    2. In the Field Label section, paste the code at the end of the question.

    How to include a clickable link in Single Choice field label? Image 1 Screenshot 30 Check out my screencast below to see my results:

    How to include a clickable link in Single Choice field label? Image 2 Screenshot 41 Make sure to replace the link in the HTML code with your desired link.

    Give it a try and let us know if you need any more help.

  • Profile Image
    evaluacionproveedores
    Replied on September 15, 2025 at 9:15 PM

    Perfect, it works!

    Thank you

Your Reply