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

User Login:
Testimonial Thumbnail

" We started looking for web forms and stopped the moment we found your site! This form creator is exactly what we were looking for, plus more! How could you not get the premium membership, with all it provides! We are happy to use these forms as a way to get our clients to submit surveys and potential clients to sign up for our newsletter! Thank you for providing such an easy and versatile form creation website! "

Webmaster

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