Skip to content Skip to sidebar Skip to footer

How To Pass Custom Values Like Username Or E-mail Into Surveymonkey

Working on Integrating a SurveyMonkey Survey into a website. How do I pass Username or Email of a Logged in User to the Survey? I am using an Embedded Survey. Any Documentation Lin

Solution 1:

There is no way to do this today with the SurveyMonkey embed code. Create a weblink collector instead and insert the URL with custom variables into and iframe in your HTML.

Example:

<iframesrc="https://www.surveymonkey.com/r/BGNV5MY?username=[username_value]&email=[email_value]"></iframe>

For realtime response notifications, use webhooks to get notified and then fetch the response details.

Post a Comment for "How To Pass Custom Values Like Username Or E-mail Into Surveymonkey"