Whenever anyone enters text in a textarea field in CF7 containing <> signs, it strips them like they're HTML. Where can I manipulate the POST data so that it still strips HTML but people entering plain text things enclosed in <> will simply be converted to their HTML entities > and < ?
So like <Buncha Words Here> would become <Buncha Words Here> right after hitting submit and therefore wouldn't get filtered by the HTML stripping regex CF7 employs.
Any help appreciated. Thanks!