Page 1 of 1

Listit2Extended - text area field definition is showing HTML

Posted: Sun Aug 02, 2015 8:41 pm
by rbaby
I have a new field definition which is a text area with WYSIWYG enabled. However, when I print it out with:

Code: Select all

{$item->fielddefs.description.value|cms_escape}
The front-end is displaying the HTML code and not rendering it properly. Am I invoking it incorrectly?

Re: Listit2Extended - text area field definition is showing

Posted: Mon Aug 03, 2015 8:25 pm
by Dr.CSS
Have you tried it with out the cms_escape..?