Hi
First of all big thanks for this plugin, it is working so great!
I have a page which displays an iframe and the iframe content height is loading using the shortcode onload_resize="true" onload="aiResizeIframe(this);" So far this is working great.
My problem is when the iframe contains form elements.
When a user types in the form and presses submit, more content is then loaded in the iframe. My problem is that the newly loaded content is now hidden as the iframe doesn't change its height after this content has loaded.
Is there a shortcode or setting i can use to fix this problem?
My current shortcode is [advanced_iframe securitykey="...................." src="https://mywebsite.com/page.php" onload_resize="true" onload="aiResizeIframe(this);" width="100%" height="" scrolling="no"]
I am using the external domain workaround as I am the owner of the domain.
any help would be most appreciated.
Thanks
|