I’m trying to see if there is a solution for adding vanity links to the description of forms instead of just displaying the raw URL. Any suggestions? anchor tags don’t seem to be doing the trick.
For example:
The expectation for adding <a href="http://www.google.com">Test</a>
to a form question description is that it appears as Test, but instead it is showing as <a href="http://www.google.com">Test</a>