When a user with an apostrophe in their surname submits a form, the responder's name and email fails due to the ' causing an issue.
Example is Bill.O'[email protected]
We get Bill.O@#x27;[email protected]
Of course the email fails.
Any way to fix this?
Thx.