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

User Login:
Testimonial Thumbnail

" I just want to say what a fantastic system you have. I have been using your forms for nearly 2 years and never had a problem with them. I love all the extras. Since I started to use the CAPTCHA I no longer get junk emails. I now use your forms on all the sites I build. Well done on such a great system. "

Buster Keanan

>> More Testimonials

How can I center the form on my web page?

In most cases, altering your form code as follows will center the form on your web page:

1. Look for the following code in your form HTML under the opening <form> tag:

margin: 0;

2. Change the above code to say:

margin-left: auto; margin-right: auto;