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.?
Solved! Go to Solution.
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>.
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>.