" My hat is off to MyContactForm. I am a custom pool cue maker, and manage my website personally. The simple form on my site was accomplished in a matter of minutes and it works perfectly. I couldn't be more pleased! "
Charles Thomas
www.thomascues.com
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" />