Has anyone run into the problem of <div class="mktEditable"> not working in responsive landing pages? | Community
Skip to main content
August 11, 2015
Question

Has anyone run into the problem of <div class="mktEditable"> not working in responsive landing pages?

  • August 11, 2015
  • 1 reply
  • 1978 views

I have inserted the <div class="mktEditable"> in the areas that I would be like to be editable, but it is not editable when I place the landing page in a program. Any suggestions?

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

1 reply

Justin_Cooperm2
Level 10
August 11, 2015

You add the class "mktEditable" to make a div in an Email Template editable in the Email Editor. In LPs, this works differently. You should check out our docs for both Free-form and Guided mode landing pages. Each has different functionality and syntax.

Overview: https://docs.marketo.com/display/DOCS/Understanding+Free-form+vs+Guided+Landing+Pages

Guided Templates: https://docs.marketo.com/display/DOCS/Create+a+Guided+Landing+Page+Template.​ In guided templates, you add editable elements and/or variables in order to declare what's editable in the guided lp editor.

Free-form Templates: We don't have a great doc for Free-form landing page templates, but they are made up of any HTML you want (basically the skeleton look-and-feel of the page) with at least one "mktoContent" div where content would be dragged in from the free-form lp editor. You may, optionally, also specify other divs to have the class "mktEditable" which means the CSS properties of that div will be accessible for editing in the "Template Elements" section of the free-form editor.

Hope this helps. Let me know if you have more questions.

August 13, 2015

Thank you, Justin! I will look through these guides and templates. I'll let you know if I have more questions. Thanks again!