" I just want to say what a fantastic system you have. I have been using your forms for nearly 2 years and never had a problem with them. I love all the extras. Since I started to use the CAPTCHA I no longer get junk emails. I now use your forms on all the sites I build. Well done on such a great system. "
Buster Keanan
www.designrite.co.uk
This is typically caused when the character set for the page containing your form is set to an incorrect character set. All of the myContactForm.com scripts use the UTF-8 character set in order to provide the greatest compatibility with many different languages. To set the character set for your webpage, include the following code in the <head> of your webpage that contains the form:
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />