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

User Login:
Testimonial Thumbnail

" myContacForm is perfect for our business. It is a serious business tool, and worth every penny of the premium membership many times over. We put our money where our mouth is, compared it with the competition, and renewed for another year with myContactForm. Miles ahead. "

Kevin, Owner, Moonshine Framing

>> 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;