Skip to main content
August 17, 2017
Question

Adding mktoText / mktoEditable Doesn't Make text editable

  • August 17, 2017
  • 2 replies
  • 3756 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
August 17, 2017

code snippet?

August 17, 2017

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?

Justin_Cooperm2
Level 10
August 17, 2017

Do you have a regular id on it? That's a required attribute as well.

Email Template Syntax - Marketo Docs - Product Docs

Justin

August 18, 2017

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">

Justin_Cooperm2
Level 10
August 18, 2017

mktEditable not mktoEditable if you want to do it that way. But, we recommend mktoText (as that is the newer syntax).