Developer forum

Forum » Rapido » Email Marketing> Pre-header text is not displayed for preview email

Email Marketing> Pre-header text is not displayed for preview email

Ya Min Thu
Reply

Dear Support,

In the email marketing feature of Dynamicweb Rapido version 9.14.8, the pre-header text is not displayed when sending a preview email. It only appears in actual campaign sends.

Could you please advise if there is a way to include the pre-header text in preview emails as well? Thank you.



Best regards,

Yamin


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

I think there is not such an option.

 
Ya Min Thu
Reply

Hello Nicolai,

Thanks for your reply.

Since the preview email is meant to reflect the actual campaign email, it should ideally display the same content. Currently, one of our customers has requested that the pre-header text be visible in the preview email for validation purposes.

Is there any way to achieve this at the template level? Thank you.

Best regards,

Yamin

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

Maybe.

This is how the preheader is inserted - just some markup in the beginning of the email:

 stringBuilder.Append("<span style=\"display: none !important; visibility: hidden; opacity: 0; color: transparent; height: 0; width: 0; mso-hide:all;\">");
        stringBuilder.Append(preHeaderText);
        stringBuilder.Append("</span>");

So you might be able to add that in the template.

 

You must be logged in to post in the forum