FAQ on How to Make Zoho Survey iFrame Responsive on Mobile Devices

How do I make my survey Iframe responsive on a mobile device?

To optimize a survey Iframe for a mobile device, change the width in the Iframe code to 100%.
The default Iframe code is:
<iframe src="https://survey.zohopublic.com/zs/97TBfZ" frameborder="0" style="height:700px;width:900px;' marginwidth="0'=""marginheight="0"  scrolling="auto" ></iframe>
Change it to:
<iframe src="https://survey.zohopublic.com/zs/97TBfZ" frameborder="0" style="height:700px;width:100%;’ marginwidth=" 0'="" marginheight="0" scrolling="auto"></iframe>