" 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
www.complyability.com
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;