• rosocoeh

    (@rosocoeh)


    Hi

    When I try and enter html in my CCTM text area it displays it as text, it does not render the html at all….

    <strong>this is my text</strong>

    Is there away around this I have tried all the filters,

    Thanks.

    R.

Viewing 2 replies - 1 through 2 (of 2 total)
  • ultimat1

    (@ultimat1)

    Sounds like a question for the developer. I peeked at the code for this plugin but it’s just too much to wade through. You can use the contact form here:https://craftsmancoding.com/contact to ask the developer.

    Moderator bcworkz

    (@bcworkz)

    I agree that it’s a developer question, though some are not necessarily very responsive. The behavior is likely due to the content being passed through htmlentities() or similar. You can undo this conversion with html_entity_decode() just before the content is sent out to the browser.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CCTM html code in textarea’ is closed to new replies.