Hyperlinks Outside of Message Boxes

You can insert hyperlinks in controls, other than message boxes if it is done using HTML.  

The format to insert a hyperlink in HTML is: <a href=" Insert_URL_here ">Clickable_Word </a> . 

In this example, we have a radio option called FAU and we want to make the word a hyperlink that will send them to FAU's website. 

The option wiill look like this:

FAU=<a href="https://www.fau.edu/">FAU </a>