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

User Login:
Testimonial Thumbnail

" Mycontactform.com really helped our business when we first started our website. Now we use it as a valuable, safe resource to keep in touch with our customers. It allows us to easily create forms and update them. We sincerely appreciate your site. Without it, we would have had to spend countless dollars on less-than-efficient forms. Thank you for an invaluable communication resource! "

Joseph Jackowitz, President & CEO

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