SOLVED

Embedding Marketo Form into Non-Marketo Page via an iFrame

Go to solution
Anonymous
Not applicable

Embedding Marketo Form into Non-Marketo Page via an iFrame

I am having trouble embedding a Marketo form into a non-Marketo page using an iframe. When I put our code <iframe src="http://pages.risk.io/ResellerForm_ResellerLandingPage.html" width="718" height="470" frameborder=”0”></iframe> onto our page, nothing appears on the page. 

Our CNAME is "http" and I am trying to put this iframe onto a "https" website. Could that be the reason the iframe is not working? Should I request that https://pages.risk.io be created by Marketo?

Thanks in advance, 

Andrea
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Embedding Marketo Form into Non-Marketo Page via an iFrame

Andrea,

If you are attempting to embed an iFrame that uses the HTTP protocol on a page this is using the HTTPS protocol the iFrame will not display, as the browser will not load it.

You will need to request an SSL certificate for your CName so that you can use the HTTPS protocol when sourcing in iFrames. Please contact the services department (services@marketo.com) to setup the SSL certificate. You will be required to purchase your own SSL certificate and provide it to Marketo.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: Embedding Marketo Form into Non-Marketo Page via an iFrame

Andrea,

If you are attempting to embed an iFrame that uses the HTTP protocol on a page this is using the HTTPS protocol the iFrame will not display, as the browser will not load it.

You will need to request an SSL certificate for your CName so that you can use the HTTPS protocol when sourcing in iFrames. Please contact the services department (services@marketo.com) to setup the SSL certificate. You will be required to purchase your own SSL certificate and provide it to Marketo.
Anonymous
Not applicable

Re: Embedding Marketo Form into Non-Marketo Page via an iFrame

Perfect, this answers my questions. Thank you!


Andrea