I need to see what is happening in my form, before it posts. Is there a debug option to log the form contents before sending or a way to see the contents?
I'm having an issue with my $_POST being empty in certain weird but repeatable cirmstances, so I'm trying to see if ckeditor is posting the correct info
The editor#getData event
The editor#getData event should help you. It is fired every time editor.getData() is executed. You can also modify data returned by this function by changing evt.data.dataValue.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thanks, can you please give
Thanks, can you please give me a little script to insert somewhere to do this?
I never did figure out how
I never did figure out how to console log the form, but my issue was caused by mod security in apache. It sees the word 'from' and thinks i'm tryna inject sql. If you have this problem, look in your mod sec logs.