Solved
Embedded partial survey in the website and after redirect it
I want to embedded my survey in a website, and I have to use the iframe. My the problem is that I want to show only the first two questions in the iframe and after redirect the user to complete the survey in a new page. Usualy the iframe show the entire survey, how can I show only two questions and after when user clicks send him to complete the survey?
Best answer by w.patrick.gale
There is no easy way to really do this. You need to be familiar with a number of different components to pull this off. This may help if you want to use a javascript method but I wouldn't suggest it:
https://stackoverflow.com/questions/37009805/open-iframe-source-in-new-tab
For simplicity I would suggest taking a screenshot of the first two questions in the survey and post that to your website with some tagline text like 'Take the survey' and link that and the image to the actual survey (I only say this if you are wanting to give the user some 'visual' and not simply a link to the survey). Save yourself the trouble of trying to redirect out of an iframe go directly to the survey.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.