There are several answers to the problem of dynamically resizing an iframe that doesn't itself change size once loaded. However I have an iframe that loads a form that changes size (specifically its height) based on user input (i.e. jQuery validation, PHP validation, divs that open based on input, etc which add height to the page).
Is there a way to change the size of the iframe even after it is loaded, based on its changing size? Adding scrolling to the iframe looks messy.