I am processing my field value through htmlspecialchars() before saving to db.
When I edit the field via the Frontend Submission extension, I want to run the field through htmlspecialchars_decode() before it's displayed in the frontend form.
How can I do that? Is there a filter before loading a field in the frontend form?