[eluser]mattpointblank[/eluser]
Hi all.
Writing an email newsletter script. It uses TinyMCE rich text editor for HTML.
If I use a string like "<span style="bold;">text</span>" it immediately breaks and I get the "Disallowed Key Characters" error. I tried replacing my calls to $this->input->post('html') with $_POST['html'] but still get this message, even after disabling global xss filtering. It seems CI is intercepting my (ajax) form post still.
Is there any way I can just grab my raw html (which has been filtered by TinyMCE anyway) and email it? This is pretty frustrating.
Thanks,
matt