How to output the processed value of a WYSIWYG text field
Issue:
You need to output the processed value of a WYSIWYG text field to the user.
Solution:
For text fields there is a nice property that gives you the processed value directly. Let's have a quick look at the differences:
| unprocessed (raw) output | processed output | |
|---|---|---|
| Field property | ->value | ->processed |
| When to Use |
|
|
CAUTION: The field property 'processed' only exists on WYSIWYG textfields!