We are trying to add iFrame and Div tag to Form.
by modifying "custom_config.js" file.
IWTinyMCECustomConfig("custom1", "extended_valid_elements", "div[*], iframe[*]");
It's not taking ifarme tag and just ignoring/removing from HTML code.
TinyMCE != Dreamweaver. It does have some limitations, and dealing with frames is one of them. Consider using a plain textarea if you're just going to be dumping raw HTML into your form.
Rick,
In our case, we need to have tinymce because of the nature of the content.
Also, there is a request to have youtube video to be embeded in the same area.
What should be best way to embed youtube video in tinymce ?
Thanks,
Amit
For this kind of content we've used plain old DCT fields processed with XSLT. TinyMCE in the use cases you mentioned will be problematic in the long run.