Re: Free-Form Landing Page Template - Editable text?

Jean-Pascal_Mer
Level 4

Free-Form Landing Page Template - Editable text?

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!

2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: Free-Form Landing Page Template - Editable text?

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

Re: Free-Form Landing Page Template - Editable text?

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

Thanks

JP