Hello everyone,
We are creating new Marketo email template and we want some sections to have the possibility to appear/dissapear with a boolean. For ex.:
<meta class="mktoBoolean" id="showBanner" mktoname="Show Banner" default="true" false_value="display:none; mso-hide:all;" true_value="display:inline-table;" false_value_name="Hidden" true_value_name="Shown" />
Then, in the code below, I am using the boolean as follows:
style="${showBanner}"
If I send an email sample or send the email to me via smart campaign, everything works great.
The problem comes when I try to Forward/Reply to the email in Outlook - the banner just reappears and it is not hidden anymore.
What I've tested is the following(with no success):
<!--[if !mso]><!--> CONTENT <!--<![endif]-->
Outlooks version is 2016, but I assume this bug appears in all versions.
Do you have any ideas how to fix this?
Thanks and best regards,
Yavor
... View more