Embed Survey

Dilbert

Member
Hi,
I understand if I embed a survey, there is a chance a user may fill it out more than once. This will be embedded on a page that logged-in members have access to, so spammers will not get to it.
Can I embed the "View" link?
Thanks
 
Hi,
I understand if I embed a survey, there is a chance a user may fill it out more than once. This will be embedded on a page that logged-in members have access to, so spammers will not get to it.
Yes, on a survey users can respond how many times want, but not one answer after another, after each answer they will have to wait until they answer again.
Can I embed the "View" link?
This is possible only if you add view link in a iframe, something like this:
Code:
<iframe src="https://mailwizz/index.php/surveys/lv450zfbx2169?output=embed&width=400&height=400" width="400" height="400" frameborder="0" scrolling="no"></iframe>
 
Back
Top