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

User Login:
Testimonial Thumbnail

" Your program is perfect. The form creator my server company provided was overly complicated and simplistic. Most of the other programs on the internet were the same or just too expensive. After I found your program, I stopped looking. It does exactly what I need for all different types of applications. I will probably end up buying a membership it is so good. "

Webmaster

>> More Testimonials

My form submission is missing the answer to a question?

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