Looking out for examples on how you can add your application to a web page. Please find our sharing below:


Adding a Survey

- Create a Survey in your preferred application
- Retrieve the survey link
Our example is with Alchemer - an online survey tool https://www.alchemer.com/
Survey Link: https://survey.alchemer.eu/s3/90396710/bb476ff3d65f

- Simply select HTML block, paste the code and add the survey link, you then will have a survey on your web page to collect relevant feedback from the attendees.


Template

<iframe src="surveylink?user_name={{user.firstname}}%20{{user.lastname}}&user_email={{user.email}}" height="100%" width="100%" style="min-height:550px"></iframe>


Sample

<iframe src="https://survey.alchemer.eu/s3/90396710/bb476ff3d65f
?user_name={{user.firstname}}%20{{user.lastname}}&amp;user_email={{user.email}}" height="100%" width="100%" style="min-height:550px"></iframe>


Outcome


Related Article:
HTML Block