Add a link or video to text?

  • getstarteduk
    Asked on July 20, 2017 at 5:07 AM

    I have a multiple choice question with around 12x different options. Is there a way of adding a hyperlink or youtube link to each different multiple choice option? This would allow the user to access some additional information to explain what each option is.

     

    Thanks! :)

  • Kiran Support Team Lead
    Replied on July 20, 2017 at 7:47 AM

    You may add a link to the options by using HTML anchor tag as shown below: 

    Add a link or video to text? Image 1 Screenshot 30

    The link will be displayed on the form as shown below: 

    Add a link or video to text? Image 2 Screenshot 41

    Please give it a try and let us know if you need any further assistance. We will be happy to help. 

  • getstarteduk
    Replied on July 20, 2017 at 12:35 PM

    Amazing! Thanks!

    Is it possible to add this after the Question text instead?

    Can we add two external links with two sets of text?

    Can it be right aligned?

     

    eg.

    "Q1 - Logo Design?                                                 Video Link     Info Link"

     

    Thanks for your help!

  • getstarteduk
    Replied on July 20, 2017 at 12:49 PM

    Plus any link I insert bring up an Jotform error page.

    https://form.jotformeu.com/%22https://www.w3schools.com%22

  • Kiran Support Team Lead
    Replied on July 20, 2017 at 2:11 PM

    Is it possible to add this after the Question text instead?

    Unfortunately, it is not possible to add any HTML tags to the Question text.

    Can we add two external links with two sets of text?

    Yes. You can have two links in the options by using two different tags. As mentioned above it is not supported to have the links in question label.

    Can it be right aligned?

    It may be right-aligned by using margin-left property in the CSS code. However, the margin varies from the device width and the links may move to the next line some times.

    If you still want to give a try, you may add the following code to the link as shown below:

    style="margin-left: 72%;"

    Add a link or video to text? Image 1 Screenshot 20

    Hope this information helps!