Hi! I’m trying to add design to Follow Ups emails to responders without adding a third party integration service. I have an HTML code that when I paste, I am just getting the code emailed to me. Any thoughts? The “How To” video says you can past in custom code so curious why it’s not working.
Hi
Do you mind sharing a screenshot of the code you’re adding into the follow-ups?
Yes see here! Do I need to format differently?

I dont think we support HTML in the email content.
This would be an incredible feature to include.
Will you include simple HTML in the emails soon?
I just want to be able to do a simple table or highlight certain answers in a different color, nothing fancy. But even the easiest HTML code isn’t possible atm…
Talking things like this:
<ul>
<li>Answer 1</li>
<li>Answer 2</li>
<li>Answer 3</li>
</ul>
<br/>
<b>Contact Details</b>
<table>
<tr>
<th>Name</th>
<th>Phone</th>
<th>Address</th>
<th>E-Mail</th>
</tr>
<tr>
<td>@Question3</td>
<td>@Question4</td>
<td>@Question5</td>
<td>@Question6</td>
</tr>
</table>
<br/>
<p style="color:red;">Maybe some red</p>
<br/>
<p style="background-color:DodgerBlue;">Lorem Ipsum</p>
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.