Form Generator

Step 1 - List all Form Fields

Online website form generator, this tool will take the guess work out of creating new contact forms for your website.  Very simple to use, to start you just need to enter the names of the fileds you want for the form.

Type the field names out first, e.g.:

Step 2 - Define Form Control Type


Step 3 - Choose Some Markup Options

Markup syntax 
Form method 
(will appear in title attribute)

Step 4 - You're Done!

Here is your completed form markup (and some CSS to knock it into shape ... if you'd like a helping hand).

If you want to make good use of the required fields, you could use a jQuery plugin (like this one) which looks for form inputs with class="required".



And This Is How It Will Look


How to Use?

The form generator will help you create a form so that users can submit information from your website..

  1. Enter the fields that you would like created in the area above and click on 'Next Step'.
  2. Select if a field is required and select the type of input such as: password, text input, textarea etc.
  3. Enter the script location for when the form is submitted and what the submit button text should display.
  4. A preview of how the form will look will then be presented to you.
  5. Download the generated file and add to your website.