Skip to content

Instantly share code, notes, and snippets.

@gfb-digital-support
Created December 16, 2021 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfb-digital-support/0655a4f0b26193ea75276058172e5669 to your computer and use it in GitHub Desktop.
Save gfb-digital-support/0655a4f0b26193ea75276058172e5669 to your computer and use it in GitHub Desktop.
This snippet is the code example found in the Support article about Embedded Email Surveys: https://support.usabilla.com/hc/en-us/articles/4410472647314-Embedded-Email-Surveys
<a
style="color: #000"
><b>We&#039;d love your input</b></a
>
<table
style="border-collapse: collapse; border-spacing: 0px"
cellpadding="0"
cellspacing="0"
>
<tr>
<td>
<a
<!-- Replace below link with survey link -->
href="http://survey.usabilla.com/live/s/619ab9821708f11b106f485e?reset&prefill_mood=1"
target="_blank"
style="
display: block;
width: 22px;
height: 20px;
max-height: 20px;
border: 0px;
color: #007cb1;
"
>
<img
<!-- Replace below link with the URL where the image is stored -->
src="https://feedback.usabilla.com/assets/em-s-1.png"
alt="1"
border="0"
style="display: block"
/>
</a>
</td>
<td>
<a
<!-- Replace below link with survey link -->
href="http://survey.usabilla.com/live/s/619ab9821708f11b106f485e?reset&prefill_mood=2"
target="_blank"
style="
display: block;
width: 22px;
height: 20px;
max-height: 20px;
border: 0px;
color: #007cb1;
"
>
<img
<!-- Replace below link with the URL where the image is stored -->
src="https://feedback.usabilla.com/assets/em-s-2.png"
alt="2"
border="0"
style="display: block"
/>
</a>
</td>
<td>
<a
<!-- Replace below link with survey link -->
href="http://survey.usabilla.com/live/s/619ab9821708f11b106f485e?reset&prefill_mood=3"
target="_blank"
style="
display: block;
width: 22px;
height: 20px;
max-height: 20px;
border: 0px;
color: #007cb1;
"
>
<img
<!-- Replace below link with the URL where the image is stored -->
src="https://feedback.usabilla.com/assets/em-s-3.png"
alt="3"
border="0"
style="display: block"
/>
</a>
</td>
<td>
<a
<!-- Replace below link with survey link -->
href="http://survey.usabilla.com/live/s/619ab9821708f11b106f485e?reset&prefill_mood=4"
target="_blank"
style="
display: block;
width: 22px;
height: 20px;
max-height: 20px;
border: 0px;
color: #007cb1;
"
>
<img
<!-- Replace below link with the URL where the image is stored -->
src="https://feedback.usabilla.com/assets/em-s-4.png"
alt="4"
border="0"
style="display: block"
/>
</a>
</td>
<td>
<a
<!-- Replace below link with survey link -->
href="http://survey.usabilla.com/live/s/619ab9821708f11b106f485e?reset&prefill_mood=5"
target="_blank"
style="
display: block;
width: 22px;
height: 20px;
max-height: 20px;
border: 0px;
color: #007cb1;
"
>
<img
<!-- Replace below link with the URL where the image is stored -->
src="https://feedback.usabilla.com/assets/em-s-5.png"
alt="5"
border="0"
style="display: block"
/>
</a>
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment