Support

Account

Home Forums General Issues How to Echo a WYSIWYG Field? Reply To: How to Echo a WYSIWYG Field?

  • Ah nevermind! I see my error now. I made a couple of PHP typos.

    I switched the exclamation points in that one line of code to be this:

    if (isset($subtext) || '' !== trim($subtext))

    It now works. Sorry to waste your time.

    Thanks,
    Brian