" Your program is perfect. The form creator my server company provided was overly complicated and simplistic. Most of the other programs on the internet were the same or just too expensive. After I found your program, I stopped looking. It does exactly what I need for all different types of applications. I will probably end up buying a membership it is so good. "
Webmaster
www.fingerjoust.com
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" />