This content has been marked as final.
Show 1 reply
-
1. Re: How to strip HTML out of the form field but leave the basic user formatting?
ilssac Aug 17, 2010 1:23 PM (in response to el_sim)Do you need to strip it, or just render it inoperable.
The latter can be done with the htmlEditFormat() and htmlCodeFormat() functions.
If you want the striping, take a look at related functions at the http://www.cflib.org site. I know I have seen HTML replace functions that had the ability to be configured to strip and|or not strip a select list of tags.
StripHTML() may actually have this feature (I believe it is hosted at cflib.org). You may just need to see the documentation on how to configure it thus.

