Re: Adding mktoText / mktoEditable Doesn't Make text editable

Anonymous
Not applicable

Adding mktoText / mktoEditable Doesn't Make text editable

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 Screen Shot 2017-08-17 at 1.03.17 PM.png

6 REPLIES 6
Josh_Hill13
Level 10 - Champion Alumni

Re: Adding mktoText / mktoEditable Doesn't Make text editable

code snippet?

Anonymous
Not applicable

Re: Adding mktoText / mktoEditable Doesn't Make text editable

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

Re: Adding mktoText / mktoEditable Doesn't Make text editable

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

Email Template Syntax - Marketo Docs - Product Docs

Justin

Anonymous
Not applicable

Re: Adding mktoText / mktoEditable Doesn't Make text editable

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

Re: Adding mktoText / mktoEditable Doesn't Make text editable

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

Anonymous
Not applicable

Re: Adding mktoText / mktoEditable Doesn't Make text editable

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.