Adding links to forms

  • eblimi
    Asked on January 12, 2022 at 6:59 PM

    Hi

    Can I add a link to the question in the dropdown? Or can they only be added to a text box?

    Also, is there a way I can change the link settings so that the links pops up in a new window not the existing window?

    Thank you!!

  • Christian JotForm Support
    Replied on January 13, 2022 at 1:14 AM

    Hi there,

    Unfortunately it is not possible to add a link to the available options in a Dropdown element. Only text is possible. What we can recommend is creating a Show/Hide Field conditional logic to show a paragraph field based on the answer from the dropdown.

    1642054336 61dfc2c0db593 Screen Shot 202 Screenshot 10

    1642054400 61dfc3007a4b2 dropdown Screenshot 21

    On the other hand, it is possible to make a link open in a new window, you will have to use this source code.

    <a target="_blank" href="../html-link.htm" >Open page in new window</a>

    Replace ../html-link.htm with the link, then edit the Open page in a new window to the text you want the link to be displayed as.

    1642053995 61dfc16b50f5e link Screenshot 32