Are you looking for a way to insert a hyperlink into your form description? Whether you want to redirect traffic to a page on your website or another website, inserting hyperlinks is simple to do.
Standard HTML hyperlinks
On form descriptions, use the standard HTML markup to insert your link. A HTML link looks like this:
Link text The HREF attribute specifies the destination of the link, so an example of the full link would look like this: Visit W3Schools
That’s it! Now you can be hyperlink happy!