So I'm coding a contact form for a website, but I want to be able to allow the user to enter non-latin based characters (i.e. é or 車) but I can't exactly figure out where I woul
Solution 1:
Do you have the charset meta?
<metacharset="utf-8">
Also try changing the document's encoding to UTF-8.
Share
Post a Comment
for "Allowing Special Characters In Form Submit"
Post a Comment for "Allowing Special Characters In Form Submit"