
" 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 web page the form is appearing is not set to UTF-8. Setting the page enables multiple language support for the forms.
Check to make sure the following line of code is placed within the <head> tag on your web page:
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />