I am embedding a form into a page in Wordpress. My problem is this:
Every time an image is uploaded, it displays the file name below the upload button. This increases the length of form with every upload. Very quickly, the bottom of the form gets cropped off the iFrame.
I can increase the size of the iFrame, but then I have a huge gap below the form with is not attractive.
I can also turn on scrolling, but half the people testing this form don't understand how to use a second scroll bar (please, no comments here, I know... I know...). I just think it's ugly.
I have tried every single embed code provided to me from PHP to Javascript to iFrame and they all give me the exact same experience of being embedded within a container with a fixed height that crops my form.
The height is flexible if I use the popup or simple link feature so I know it's possible, but I want it embedded on the page.
How can I make the form's container height be flexible?