Marketo form appearing twice on website | Community
Skip to main content
March 28, 2014
Question

Marketo form appearing twice on website

  • March 28, 2014
  • 4 replies
  • 1515 views
I followed the instructions to embedd a Marketo form on the website, and my form is appearing twice at each section I added it ! Does somebody know why ?
The link of the page is http://www.advens.fr/node/305

And the code is <script src="//app-lon03.marketo.com/js/forms2/js/forms2.js"></script>
<form id="mktoForm_1027"></form>
<script>MktoForms2.loadForm("//app-lon03.marketo.com", "284-CZD-391", 1027);</script>
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

March 28, 2014
Do you have the URL to the page where you put the form?
March 28, 2014
Sure,

http://www.advens.fr/node/305
March 28, 2014
It looks like you have that line of code on the page twice, so that's no bueno.

I would recommend removing all of your Marketo form code, and grabbing the embed code again (https://community.marketo.com/MarketoArticle?id=kA050000000LHD3CAO). That way you know it isn't some weird character making your javascript go all wonky. Try that and let me know if it doesn't work and I'll give it another look.
March 30, 2014
I removed the code on the content and it deduplicated the form. Thank you for your help !