Re: Marketo form appearing twice on website

Anonymous
Not applicable

Marketo form appearing twice on website

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>
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: Marketo form appearing twice on website

Do you have the URL to the page where you put the form?
Anonymous
Not applicable

Re: Marketo form appearing twice on website

Sure,

http://www.advens.fr/node/305
Anonymous
Not applicable

Re: Marketo form appearing twice on website

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

Re: Marketo form appearing twice on website

I removed the code on the content and it deduplicated the form. Thank you for your help !