Free-Form Landing Page Template - Editable text? | Community
Skip to main content
Jean-Pascal_Mer
Level 4
June 25, 2015
Question

Free-Form Landing Page Template - Editable text?

  • June 25, 2015
  • 1 reply
  • 1393 views

Hi guys,

I'm coding templates for Landing Pages, with "dummy text" all styled so no one can go on a limb and start coding title in a different way.

I've used div with class mktEditable, just like I did for emails, but when I create a LP with this template, I can't edit my div with the text. Here's the sample div:

<div id="mktLeftContent" class="mktEditable">

<p class="date"><strong>Webinar - Thursday, {{my.Webinar - Date:default=edit me}}</strong></p>

<h1>Lorem Ipsum Catch Phrase</h1>

<hr>

<h2>{{my.Webinar - Name:default=edit me}}</h2>

<p>Lorem Ipsum.</p>

<p>Here are some of the topics we'll cover in this upcoming webinar:</p>

<ol>

<li>Lorem Ipsum</li>

</ol>

<p>Lorem Ipsum</p>

</div>

<div id="mktRightContent" class="mktEditable">

<h3>Reserve your spot now!</h3><div id="RegistrationForm">

<script src="//app-sjo.marketo.com/js/forms2/js/forms2.min.js"></script>

<form id="mktoForm_1014"></form>

<script>MktoForms2.loadForm("//app-sjo.marketo.com", "288-VQZ-957", 1014);</script> </div>

</div>

Thanks!

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

1 reply

Josh_Hill13
Level 10
June 25, 2015

You cannot use DIV tags this way with LPs.

I suggest using the new responsive Guided Templates that are closer to what you want.

Jean-Pascal_Mer
Level 4
June 26, 2015

Alright, I'll dig around to find how those Guided pages work.

Thanks

JP