Email Invitiations | XM Community
Skip to main content

Email Invitiations


Hello,
Does anyone know how to edit or control what is displayed in the preview of an email when sent to participants. We would like it to mention certain words in the inbox. I know it requires HTML coding.

Thanks

3 replies

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • 876 replies
  • April 25, 2022

Hi there, I found a page online that touches on what you are trying to do.
https://support.remarkety.com/hc/en-us/articles/360029681351-How-to-add-a-hidden-preview-text-to-an-email-#step-1-0-0
In configuring the Qualtrics Mailer, click on the Source code button "<>" and insert the below code for the preview text at the top of the editor:


Insert hidden preheader text here




 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 

Update the "Insert hidden preheader text here" as needed for the preview text and then configure the rest of the invitation.


Forum|alt.badge.img+2
  • 17 replies
  • May 8, 2022

I did something similar and it worked pretty good!


Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • 876 replies
  • April 9, 2024

Original comment:

Hi there, I found a page online that touches on what you are trying to do.

https://support.remarkety.com/hc/en-us/articles/360029681351-How-to-add-a-hidden-preview-text-to-an-email-#step-1-0-0

In configuring the Qualtrics Mailer, click on the Source code button "<>" and insert the below code for the preview text at the top of the editor:

<div style="display: none; max-height: 0px; overflow: hidden;">
Insert hidden preheader text here
</div>

<!-- Insert &zwnj;&nbsp; after hidden preview text -->
<div style="display: none; max-height: 0px; overflow: hidden;">
&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;
&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;
&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;&#847;&zwnj;&nbsp;
</div>

Update the "Insert hidden preheader text here" as needed for the preview text and then configure the rest of the invitation.


Leave a Reply