How can I create hyperlink inside "multiple choice" options

  • mikhlaq
    Asked on August 4, 2020 at 11:34 AM
  • Bojan Support Team Lead
    Replied on August 4, 2020 at 12:57 PM

    You are able to enter the HTML tag for the link directly into the value where you wish to display the link:

    <a href="https://www.google.com/" target="_blank" rel="nofollow">Link</a>

    How can I create hyperlink inside multiple choice options Image 1 Screenshot 20

    Let us know if this resolved your problem.