I have an email template with a section that I've wrapped in <div class="mktoText" mktoName="Main Body Text"> which seems to have no affect because no module / rich text editor shows up in Edit Draft
code snippet?
Thanks for taking a look.
<div class="mktoEditable" id="emailbodytext">
Lorem ipsum dolor sit ametores?
</div>
Does there need to be any meta tags for this to work?
Do you have a regular id on it? That's a required attribute as well.
Email Template Syntax - Marketo Docs - Product Docs
Justin
Yeah I have <h1 class="mktoEditable" id="head-sal-welcome" style="font-size:1em;">
and then a paragraph following it<div class="mktoEditable" id="emailbodytext">
mktEditable not mktoEditable if you want to do it that way. But, we recommend mktoText (as that is the newer syntax).
I was too embarrassed last week to mention that I had mkto instead of mkt.
mktoText worked great. Thanks for the help - I really appreciate it.