Hello,
I have a list of facebook groups, and I'd like to have a field in the registration / profile that displays a single choice dropdown menu that contains these url.
I have tried to create a single dropdown menu and enter for each choice a link in the format
Code:
<a href="http://www.mygroup1.com">Choice 1</a>
<a href="http://www.mygroup2.com">Choice 2</a>
etc ...
but it displays the choice as it is written, without displaying an actual link.
Is it possible to do otherwise?
Thanks!