Help embedding Marketo form on WordPress page | Community
Skip to main content
Erik_Hill1
Level 2
February 6, 2020
Solved

Help embedding Marketo form on WordPress page

  • February 6, 2020
  • 1 reply
  • 2505 views

Hello, curious what the best practices are to successfully embed a Marketo form on a WordPress site? Does anyone have experience doing this successfully and can share methodology used, software, plugins, LaunchPoint vendors, etc.?

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

Usually this is done by having a page variable for the Form ID (which is the only variable the end user/page author needs to enter) . Then WordPress (that is, PHP) merges that var into the embed code at the desired point on the page. You don't need any special software (and I wouldn't trust any), it's just injecting a couple of <script> blocks and a <form>.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
February 6, 2020

Usually this is done by having a page variable for the Form ID (which is the only variable the end user/page author needs to enter) . Then WordPress (that is, PHP) merges that var into the embed code at the desired point on the page. You don't need any special software (and I wouldn't trust any), it's just injecting a couple of <script> blocks and a <form>.