View previous topic :: View next topic |
Author |
Message |
qarl
Joined: 10 Sep 2007 Posts: 1
|
Posted: Mon Dec 26, 2011 12:53 pm Post subject: Swedish signs in messagebox |
|
|
We get no messages from customers when they have used a Swed sign.
We tested other messagebox to see if that is problem with ous inet supplier, but that worked.
When I check the messages on my account at MyCF all messages stopped where a Swed sign ex ÅÄÖåäö comes
This have workes sevral year but stopped in medio december. |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Dec 26, 2011 7:33 pm Post subject: Reply |
|
|
Good Day,
The problem is that you are not declaring the character set using a meta tag on the actual page the form lives. You need to add the following code to the <head> tag of the page with the actual form code:
Code: |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
|