So...
I know I can set the editor to 'simple' to limit the format ribbon(s). What if I don't want people to display pictures or weird fonts and colors anyway by pasting in something they copied from Word or whatever html based source?
I don't mind Bold, Italics, Underline or even justifications. Is it an all or nothing scenario?
Is there some funky complex strip_tags process I would have to go through to keep photos and huge fonts, colors, tables and stuff out?
Appreciate any thoughts on this. Don't get me wrong, I love full text editor but there are times when you need to reduce or takeaway the user's options.
Related, I know I can take out the attributes variable in the <textarea> element and just make it a regular textarea field but when I tried to submit the content, the form is likely not seeing the keyed data because the "not enough characters" message appears. Any thoughts on what to tweak to make that part work in case there's no real way to use the tinymce editor and limit what the user can do?