Email Invitiations | XM Community

Email Invitiations

  • 25 April 2022
  • 3 replies
  • 83 views

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

Userlevel 7
Badge +27

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.

Userlevel 1
Badge +2

I did something similar and it worked pretty good!

Userlevel 7
Badge +27

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