You can use inline HTML modifications in email, links, and in-product surveys. Use this feature to style your introduction text with bold, italics, hyperlinks and many more! See what can be achieved below and learn how to use it in your project!
💡 If you want to style your question text, you can do that with our built-in feature - learn more about it here!
Table of content:
Add a hyperlink
In order to hyperlink a URL in your survey, please use the code below, and replace the 'YOUR URL HERE' with the URL you'd like to direct the respondent to.
<a href="YOUR URL HERE">YOUR TEXT HERE</a>
How this looks in practice:


Style your survey text
Add an indent:
<br>
Use bold font:
<b>YOUR TEXT HERE</b>


Use italic font:
<i>YOUR TEXT HERE</i>


Resize the survey text
You can make the text smaller:
<small>YOUR TEXT HERE</small>


Create a list in your survey
<ul>
<li>YOUR TEXT HERE</li>
<li>YOUR TEXT HERE</li>
<li>YOUR TEXT HERE</li>
</ul>

You can see an example of a list used in single choice selection:

List of allowed tags and attributes
We have a list of allowed HTML tags you can use on your surveys, therefore usage of other tags will not work.
'a': ['class', 'href', 'name', 'target', 'style'],
'b',
'br',
'div': ['class', 'data-*', 'title'],
'em',
'h1',
'h2',
'h3',
'h4',
'i',
'img': ['src', 'alt', 'title', 'class', 'width', 'height'],
'input': ['id', 'type', 'name', 'class', 'placeholder'],
'label',
'li': ['class', 'data-*'],
'option': ['value', 'disabled', 'selected', 'data-*'],
'p': ['class'],
'path': ['d', 'style'],
'select': ['class'],
'small': ['class'],
'span': ['class', 'title'],
'strong',
'svg': ['width', 'height', 'xmlns', 'viewbox'],
'label': ['for'],
'table',
'tbody',
'textarea': ['id', 'class', 'placeholder'],
'th': ['class'],
'td',
'tr',
'u',
'ul',
Best Practices
Use HTML tags to add a picture to your survey
Learn how to use an HTML tag to insert a picture into your survey question or answer!
📞 If you are having a hard time modifying your survey text and need our help, reach out to our team.