Considering Gevme Survey to collect feedback in your virtual event? Check out this iframe
In Gevme Registration
- Create a Survey and build your preferred content
- Rename Field Names
Field | Field Name |
First Name | user.firstname |
Last Name | user.lastname |
Email | user.email |
- Retrieve your survey link
In Gevme Virtual
- Create a Livepage and name it Survey
- Add HTML block
- Add Survey Iframe This helps to capture the First Name, Last Name, Email of the submitter
<iframe src="surveylink/participate?user_name={{user.firstname}}%20{{user.lastname}}&user_email={{user.email}}" title="Feedback Form"></iframe>
Example: <iframe src="https://www.gevme.com/61508462/surveys/864326650/participate?user_name={{user.firstname}}%20{{user.lastname}}&user_email={{user.email}}" title="Feedback Form"></iframe>
- If you wish to hide the First Name, Last Name, Email Address in the survey, you can hide it in the Gevme Registration / Survey Form Field after you have confirmed that the iFrame works