I do not know if this is related to the new responsive engine or not, but I have an iFrame with inputs inside it. I need to be able to clear the inputs. I am converting a page to the new responsive engine and I cannot seem to refresh the iFrame without reloading the whole page no matter what I do.
Previously, I was able to run the following Javascript to refresh the iFrame which then cleared the inputs (with the correct id in the code of course):
document.getElementById('iFrame_name_goes_here').src += '';
I just tested my live version and the copied version of the page that’s still on the old responsive engine and this code refreshes the iFrame just fine; however, an identical setup on the new responsive engine does nothing.
Anyone run into the same thing, and do you have a working solution or something you suggest that I try?