Hi,
After upgrading to the latest version of the WYMeditor all my clients <iframe> source is removed from the content in which it is embedded.
My client runs a support system and they embed the support systems submission forms (such as "submit a problem to support" etc.) in their content pages using iframes. This used to work perfectly in the previous version by allowing them to run their support system on a different server to the server on which the content for their website is hosted and still be able to see the forms and edit the text around it in the WYMeditor.
Now the iframe code is stripped out and replaced by <p> tags when the editor loads and when my client hits update the iframe code is gone for good which is a major problem.
For completeness here is the actual data I store in my database for (just as example the main support page for the website):
<p>Technical support questions are handled on a first come, first serve basis. We typically respond within one business day. </p>
<iframe src="/forms/Ask_Support.php" class="formSupport"></iframe>"
if I do a search in this forum for 'iframe" the search is disallowed and I been unable to find any other reference to this, so I have posted my question here.
I hope someone has some suggestion for how to handle/resolve this problem.
TIA.