Skip to main content
September 18, 2014
Question

Inserting form creates two forms

  • September 18, 2014
  • 3 replies
  • 1349 views
New to Marketo here. I have a custom landing page and I added


<div id="formWrap" class="mktEditable">
        <?php echo $mContext['bodyElements']; ?>
      </div>

so i can drag a form I created. Currently, the position is off. I have some idea how to fix that. The issue Im having is that why its showing 2 forms when I clearly just dragged one form.

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

3 replies

Level 10
September 18, 2014
Hi Richard

Try this - Check the email template again, it's possible that "echo $mContext['bodyElements'];" text is two times in the template. Remove one and test again.

Hope this helps!
September 18, 2014
That did not work. I dont even see a "echo $mContext['bodyElements']; in my landing page but thank you for helping
October 13, 2015

Also getting this problem, is there a solution out there?

SanfordWhiteman
Level 10
October 13, 2015

What's the URL of your page?

Are you inserting the single form via the Forms 2.0 API, or dragging it onto a FFLP, or are you doing exactly as the OP described?