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

User Login:
Testimonial Thumbnail

" 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

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