I have a simple contact form where fields are validated with patterns.
When trying to send the form and validation of the fields fails, the values filled in the form fields are replaced by an “escaped” version (with html-entities) - means eg.:
“Thomas Test” becomes “"Thomas Test"
”
“test@test.com” becomes “test@test.com
”
Could anybody help me how and where to fix that?
Thx in advance!