Re: Inserting form creates two forms

Anonymous
Not applicable

Inserting form creates two forms

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
Tags (1)
4 REPLIES 4
Alok_Ramsisaria
Level 10

Re: Inserting form creates two forms

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!
Anonymous
Not applicable

Re: Inserting form creates two forms

That did not work. I dont even see a "echo $mContext['bodyElements']; in my landing page but thank you for helping
Anonymous
Not applicable

Re: Inserting form creates two forms

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

SanfordWhiteman
Level 10 - Community Moderator

Re: Inserting form creates two forms

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?