SOLVED

Help embedding Marketo form on WordPress page

Go to solution
Erik_Hill1
Level 2

Help embedding Marketo form on WordPress page

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.?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Help embedding Marketo form on WordPress page

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>.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Help embedding Marketo form on WordPress page

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>.