Skip to main content

Is it possible to add a hyperlink in the greeting text of a survey? The usual html code doesn’t seem to work. We would like add a link to an FAQ but would prefer to not write out the whole url.

Hi @shjartberg - you can add a link to the survey welcome/intro and thank you text, but it uses Markdown syntax, not HTML. You can do this via self-serve, but may need to Google markdown syntax, much like you can Google HTML (which I have definitely had to do a million times :slight_smile: ).

Thanks @cclements2026 for finding this info!


Thank you @bcolver! Markdown syntax worked perfectly. For anyone looking to do the same here is the syntax for adding a link:

>Link Title] (url)

 Example:

Here's a link to the eGlint Community] (https://community.glintinc.com/).

This will show as:

Here’s a link to the Glint Community


Reply