Hi,
I agree this has to do with Wordpress editor. Thank you for the links.
Have a great weekend!
Best
Announcement
Collapse
No announcement yet.
Form Builder code being deleted 'automatically'
Collapse
X
-
Good day @[email protected]
The above issue is seems to be related to Wordpress editor where you are pasting the above code. We don't know what editor/settings you have in your Wordpress site.
In some of the Wordpress editor, doesn't allow few html tags. We noticed that in your above code, there is NO <iframe> as well as <style> tags.
I searched and found some links which may help you:
http://learnwebdesignonline.com/allow-script-iframe-tinymce/
http://wordpress.stackexchange.com/questions/3041/make-wordpress-wysiwyg-not-strip-out-iframes
http://ecolosites.eelv.fr/how-to-finally-allow-iframes-in-wordpress-or-any-other-tag/
Hope that helps.
Leave a comment:
-
Form Builder code being deleted 'automatically'
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!!!Last edited by [email protected]; 10-27-2016, 10:56 AM.Tags: None
Leave a comment: