I need to put a Zoho Survey in my Zoho Site. It is easy enough to publish the survey and embed an iframe. That much I got down. However, like many on the internet, I struggle with getting rid of one of the two scroll bars.
In numerous user experience surveys, my users have complained about the annoyance of having to deal with two scrollbars. In many cases, people site this annoyance as a reason they do not finish the survey. Being an academic researcher, I rely on people participating in surveys so I can analyze the data.
What adjustment can be made to the iframe code provided by Zoho Survey to allow Zoho Sites to display the survey without a scrollbar? I have tried a number of ideas from the internet, but haven't been able to find something that works with the Zoho platform.
From Zoho Survey:
<iframe src="PATH/TO/ZOHO/SURVEY" frameborder='0' style='height:700px;width:900px;' marginwidth='0' marginheight='0' scrolling='auto'></iframe>
Any assistance would be greatly appreciated.
Steven