Using contact forms to connect you with your site users since 2004.

User Login:
Testimonial Thumbnail

" I'm a busy author who manages my own website and runs monthly contests using your form, and I LOVE your service for its flexibility, ease of use, and reliability. I've recommended you to others, too. Thanks so much for a great resource! "

Julie Anne Long

>> More Testimonials

When I enter non-English characters in my form, the results are either scrambled or omitted.

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" />