How to Embed a Survey Monkey into a Landing Page | Community
Skip to main content
October 15, 2013
Question

How to Embed a Survey Monkey into a Landing Page

  • October 15, 2013
  • 4 replies
  • 4010 views
I've seen a few other similar questions, but not definitive answer.

After completely the design of my survey I was given this code:

<div id="surveyMonkeyInfo"><div><script src="http://www.surveymonkey.com/jsEmbed.aspx?sm=kB_2fkpyC5CjGBNpebkjQBwA_3d_3d"> </script></div>Create your free online surveys with <a href="http://www.surveymonkey.com/">SurveyMonkey</a> , the world's leading questionnaire tool.</div>


But for the life of me I just cannot get the survey to embed and appear within my Marketo landing page - has anyone done this, by workaround or otherwise?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

October 15, 2013
Oh man, okay, I answered my own question...
Just in case there is anyone else out there that took a while to get it (like me!), here is what I did...

Created a landing page, dragged the HTML icon onto the page (in editor), and typed this script:

<script type="text/javascript" src=" here is where you type your custom address "></script>

Just type in the url that survey monkey gave you (in the example above from my original question it was "http://www.surveymonkey.com/jsEmbed.aspx?sm=kB_2fkpyC5CjGBNpebkjQBwA_3d_3d")

The part that really tripped me up, was that it looks like it isn't working ... you're just going to see a blank box BUT once you approve the landing page and "view approved page", it will work just fine!

October 16, 2013
Sarah whatever the "embed"  code they give you, just paste that into an HTML block on your page and approve it, afterwards you can tweak the layout. Which is what you've already said. :)
October 16, 2013
Thanks - I was really struggling because I didn't realize it had to be approved in order to see the embeded code... I thought I was doing it wrong when nothing showed up in the preview!
May 20, 2014
Alternately you can click the embed in Wordpress checkbox and it will give you a different script with iFrame. This works too.