We have a HTML text field (Article) where various users can upload stories. While we want users to be able to do some basic HTML formatting like bold, we don't want the user to control fonts.
When users paste in their articles from Word, inevitably we end up with a lot of HTML that we don't want.
I'm considering having a 2 step process for users entering their articles.
Step 1: have users paste their article copy into a Plain Text / Standard Format article attribute.
Step 2: AwareIM rule will copy the text from Step 1 to a Plain Text / HTML Format. Users can then add the limited HTML formatting allowed by the AwareIM HTML editor.
Does anyone have any easier way to accomplish stripping HTML pasted by users?
It would also be really helpful to be able to turn off certain parts of the HTML editor for a particular attribute. For example, I would love to be able to turn off capability for end users to change the font and edit the source.