View previous topic :: View next topic |
Author |
Message |
LSSBalsavimas
Joined: 13 Jul 2011 Posts: 2
|
Posted: Mon Mar 12, 2012 5:26 am Post subject: Trouble in value parameter when it has non-English character |
|
|
If the value parameter had Lithuanian characters, the field came back empty. This did not happen in earlier forms that I used last November. What has changed? In my form "Balsuokite-3-22-2012" the radio values are names of the persons voting, and when those names have Lithuanian characters, they do not show up in the e-mails. What vas changed since last November, when it worked properly? How do I fix this? |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Mar 12, 2012 8:36 am Post subject: Reply |
|
|
This issue is caused when the form is places on a page that is not using the UTF-8 character set. UTF-8 allows for the best international language support. To change this, look at the code for the site and make sure the <head> tag contains the following code:
Code: |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
Make sure that you are not declaring any other character sets on that page.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
|