I need to update several iframe’s src fields on page load, I’m adding query parameters to the URL which forces the iframe to reload. This breaks the iframe’s height. BB usually displays the whole iframe by calculating the height. I’ve changed my approach to updating the iframe url’s hash to prevent the reload. This fixed one of the iframe forms on page but not the other form.
How do I fix this so that I can update the iframe’s URLs without them losing their calculated height?
BB docs on iframe UI - Beaver Builder Responsive iFrame UI | Beaver Builder Knowledge Base