I would like to insert a <script> tag into a QuickCMS page, it is a simple contact form. Everytime I save it unsing wyswyg editor the <script> tag gone to be deleted. Any other html tags are okay. Is there any way to save this kind of tags to the page?
Unfortunately this is not a solution, script tag must have to be in place between <div> tags... I'm researched and it seems tinymce removes script tag because of security reasons. Now I'm trying to figure out how to remove that cleanup thing from tinymce code...
If you will place it in php file - you can put it in any tag you want even DIV.
And yes, tinymce has some cleanup. I'm not sure if script can be added to allowed markups (extended_valid_elements variable as I know). But even if yes I think putting script in file is better and cleaner solution.