Hi all, is there a way that I can integrate a poll / survey within an email?
This will be a 1/2 question(?) poll, so I don't think its necessary to create a landing page just for that.
Cheers!
Solved! Go to Solution.
Yes and no.
You can't embed text inputs or selects in an email, and you can't realistically expect people to click on more than one link to answer multiple questions.
But you can have a single yes/no question that takes people to a Thank You URL immediately, using the link click as your survey response. You still need the TY URL because you are sending them a web link.
Yes and no.
You can't embed text inputs or selects in an email, and you can't realistically expect people to click on more than one link to answer multiple questions.
But you can have a single yes/no question that takes people to a Thank You URL immediately, using the link click as your survey response. You still need the TY URL because you are sending them a web link.
Hi, can you explain how to set up the single yes/no question in the body of an email?
Link to http://pages.example.com/single-question.html?BrownRiceOrPurple=Brown
Then use a Smart Campaign triggered on Visits Web Page and run a Change Data Value to update a corresponding field.
Or you could have the page automatically post a hidden form in the background. This would eliminate the need for the Smart Campaign but might be overkill for your case.
Hi Sanford, thanks for the advice! Can you resend that link? It says webpage not found.
That was an example link. The link would be to an LP I'm calling single-question.html that you'd build in Marketo. This page would be your Thank You page, since by clicking on the link the lead would be registering their quick yes/no answer.
Brilliant! Thank you, Sanford.