Hi,
I am having the new Form Builder embedded in our website and I really like the new Form Builder! It works fine until today: the iframe code somehow being deleted by the system(100% sure not manually being deleted because the same situation happened last week).
The embedded code I copied into our WordPress website(I changed 'padding-bottom: 56.25%' to '442%'):
"<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: auto; -webkit-overflow-scrolling:touch; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container"><iframe SRC="https://connect.clickandpledge.com/w/Form/a0b724c6-ac1d-491d-abd1-9938b4ed959c" frameborder="0" allowfullscreen></iframe></div>"
This morning, the code became like this:
".embed-container { position: relative; padding-bottom: 442%; height: 0; overflow: auto; -webkit-overflow-scrolling:touch; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
<div class="embed-container"></div>"
Attached the screenshot of the website back end.
Thanks!!!
I am having the new Form Builder embedded in our website and I really like the new Form Builder! It works fine until today: the iframe code somehow being deleted by the system(100% sure not manually being deleted because the same situation happened last week).
The embedded code I copied into our WordPress website(I changed 'padding-bottom: 56.25%' to '442%'):
"<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: auto; -webkit-overflow-scrolling:touch; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container"><iframe SRC="https://connect.clickandpledge.com/w/Form/a0b724c6-ac1d-491d-abd1-9938b4ed959c" frameborder="0" allowfullscreen></iframe></div>"
This morning, the code became like this:
".embed-container { position: relative; padding-bottom: 442%; height: 0; overflow: auto; -webkit-overflow-scrolling:touch; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
<div class="embed-container"></div>"
Attached the screenshot of the website back end.
Thanks!!!
Comment