How can I make my Single Choice options point to a URL

  • UnitedArts
    Asked on October 13, 2017 at 3:51 PM

    Is there a way to hyperlink answer options within a single choice element?  For example, one of my questions on my form is "Select an artist" and I've provided the names of each artist.  Is is very possible that the teachers who will be using this form will want to know more about each of these artists.  The easiest way for me to provide information would be for me to simply hyperlink their names to their websites.  So instead of just seeing "Shana Tucker" as one of the options, you would see Shana Tucker.  I can (clearly) figure out how to do this in the body of this inquiry, but how to do it within a question element?  Please help!

  • Support_Management Jotform Support
    Replied on October 13, 2017 at 5:27 PM

    You can use HTML codes on the options within the Single Choice (radio button) field as shown below:

    How can I make my Single Choice options point to a URL Image 1 Screenshot 30

    Result: https://www.jotform.com/72856156443967

    How can I make my Single Choice options point to a URL Image 2 Screenshot 41

    Here's an example of the codes that I used:

    <a href="https://www.jotform.com/about" target="_blank">Jason Karn, vocal music</a>

    Replace the href link with the actual URL where you want the option to point at. Then, do these to the remaining options in your Single Choice field.