Guest
29 Jan 2014 07:43

in textarea field I don't see an option to strip html tags for list view, and noticed it's not doing that by default (I can see
tags in list view right now)

anyone can suggest some custom code for output list template to strip html for this field?

thank you

Last Modified: 02 Mar 2014


pepperstreet VIP
Total posts: 3,837
29 Jan 2014 11:53

I guess, you just have to pass the "value/result" through the following PHP function:

strip_tags()

Explanation and Example here...

Powered by Cobalt