Skip to main content
January 30, 2014
Question

forms 2.0 Really that easy?

  • January 30, 2014
  • 4 replies
  • 1107 views
So is it really that easy to embed a marketo form on a non-marketo page and have the info flow into marketo by just pulling the code and plopping on the page???
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

January 30, 2014
Hey Erin, it wasn't for me. I'm having issues with this as my CMS master page template already has a <form> code on it, so the marketo forms don't show up. i still have to go back to the iframe which leaves me stuck with scroll bars on my page.
January 30, 2014
Brooke, you can add scrolling="no" to your iframe tag to prevent that.

For some people, Forms 2.0 are working beautifully, others are having issues. I know Marketo support and product development are listening closely for feedback.
January 30, 2014
Thanks Jason, marketo help were kind enough to send through the solution to my iframe issue - 

<iframe src="insert landing page URL here" width="350" height="500" scrolling = "no" frameborder="0"></iframe>
January 31, 2014
I'd like to provide the basic form code to my designs, and allow them to customize it's look and feel while putting it on a landing page not hosted through Marketo.

Unfortunately, I don't see that option. It appears the "embed" code calls the form entirely from Marketo, meaning that i'm stuck with the design I created in the editor.

Is there a workaround i'm missing? Thanks in advance.