Embedded form not showing up on page

Anonymous
Not applicable

Embedded form not showing up on page

Hey there Marketo users,

I have an embedded marketo form that is not appearing on my article page. I embedded the form about half way down the page in the call-out-box that reads "See Why 9 Out of 10 Clients Choose to Stay with Us*".

http://c.fisherinvestments.com/Article--Should-You-Buy-Gold.html

I can see that it is there in code but it doesn't render at all. Anyone have any ideas?

Thanks,

Mike
Tags (1)
3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Embedded form not showing up on page

Are you using a Form 2.0 and the embed code?

Is there custom CSS or javascript on this page?
Kenny_Elkington
Marketo Employee

Re: Embedded form not showing up on page

Hey Mike,

It looks like you edited the HTML of a  rich text section and then added the Forms 2 embed code into it.  When you add script tags to a Marketo LP in this way, they're commented like so because this is not an intended usage:

<mce:script _mce_src="//app-sj06.marketo.com/js/forms2/js/forms2.js"></mce:script>

You should use this method when attempting to add to a Marketo LP: https://community.marketo.com/MarketoArticle?id=kA050000000LHCeCAO
Anonymous
Not applicable

Re: Embedded form not showing up on page

Josh, I am using Forms 2.0 and the embed code accordingly. And yes, there is custom CSS on the page, but only to position the form.

Kenny, the reason that  I am embedding the form instead of just pulling it onto the page is because in IE 8, the form floats up and out of place. I thought that by embedding the form and using CSS styling to keep it in place, it might be a better way to have clean rendering across browsers. Is there another way to solve this?