Skip to main content
Solved

Add hyperlink in greetings text

  • February 24, 2021
  • 2 replies
  • 403 views

Forum|alt.badge.img

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.

Best answer by shjartberg

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 [Glint Community] (https://community.glintinc.com/).

This will show as:

Here’s a link to the Glint Community

2 replies

Forum|alt.badge.img
  • Shining Helper
  • 657 replies
  • February 24, 2021

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!


Forum|alt.badge.img
  • Author
  • Early Contributor
  • 1 reply
  • Answer
  • February 26, 2021

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 [Glint Community] (https://community.glintinc.com/).

This will show as:

Here’s a link to the Glint Community