This feature will help you to create a custom email template using HTML. You can use this to create your beautiful email templates to match your brand theme.
In case you already have a design template that you use for your brand and you want to use this template within SurveySensum for your emails, then follow the steps below to create your own email template using HTML:
Go to email share inside the share tab of the survey.
Click on the HTML editor button to open the editor dialogue box.
Paste your HTML source code within the dialogue box and click on save.
There are 3 types of CSS :-
Example:- <style>
.abc{
color: red;
}
</style>
<p class="abc">Hello</p>
Example :- <link rel="stylesheet" href="mystyle.css" type="text/css">