Working on embedding forms on my wordpress site and the form renders 2x on the page. I saw another post about this but there was no resolution.
here is an example.
Working on embedding forms on my wordpress site and the form renders 2x on the page
Because you literally have this line twice on your page (look at view-source):
MktoForms2.loadForm("//app-sj20.marketo.com", "028-TSG-826", 1122)
Thanks! that makes sense except its actually only installed once in the CMS. Any Idea why it would duplicate itself?
It's not duplicating "itself"... the CMS has 2 separate references to it. It could be that the embed code was pasted into a template, and then someone also added a CMS plugin/shortcode/macro that adds it again when activated on a page. Have to access the CMS to know.