Duplicated embed form | Community
Skip to main content
May 4, 2018
Question

Duplicated embed form

  • May 4, 2018
  • 1 reply
  • 2652 views

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.

SCCM Velocity Free Trial | Kollective Technology

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

1 reply

SanfordWhiteman
Level 10
May 4, 2018

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)

May 4, 2018

Thanks!  that makes sense except its actually only installed once in the CMS. Any Idea why it would duplicate itself?

SanfordWhiteman
Level 10
May 4, 2018

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.