If anyone is looking to create a survey, I recently created a feedback widget on our documentation site using Marketo and Forms 2.0. I created a sticky feedback button that popped up a modal with the form embedded inside the modal. Since this form lives on every page and you should be able to give feedback on a number of pages, I soon realized the limitations of Marketo's database. If you entered the feedback form more than once, your new answers will override the existing ones. To get around this issue, I created an alert email that was sent every time the feedback form was submitted with the form values inserted into the email using tokens. After the email was sent, I NULLed all the values of the fields used to start with a blank slate if it was submitted on another page. We use Gmail at our company and I created a label inside of Gmail for all these emails to go into. Since a report inside Marketo was out of the question, I used this chrome extension/gmail plugin Export Emails to Google Sheets, Excel, or CSV - Chrome Web Store that will take all emails from inside a Gmail label and create a Google Sheet, there you can specify the columns within the spreadsheet with the corresponding answers. In the end, you have a spreadsheet that has all the answers from your survey with links to the original alert emails. Hope this helps!
... View more