Hello,
I have an existing Marketo Landing Page Template and want to add in a form and edit the copy. Since I don't want to do it using CSS or HTML I put in the div tags for MKTO Editable regions, syntax as follows:
<div class="mktEditable" id="WBR_TITLE"></div>
I am unable to however edit the regions that have the <div> tags around them. I need to add in the Marketo form to the landing page, but am unable to do so.
Does anyone know why I'm unable to use these tags? I simply want to put in a Marketo Form to the landing page.
Thanks. Nimisha
From my understanding, the "Editable Region" philosophy does not work on landing pages, only emails.
Here is what you should do to accomplish this task. Go to your form in Design Studio. On the left hand tree right click your form name and choose "Embed code". Copy the block of code it gives you in the pop up box. Now you can paste this code into your landing page template exactly where you want it to reside. You may need to adjust the positioning with CSS.
Hope this helps!
Are you using a "Free-form" landing page or "Guided" landing page template?