This is a very easy to use HTML form generator.

Steps to install it:

  1. Download the HTML form generator in zip format (3 KB).
  2. Unzip it (it contains just 2 files).
  3. Upload it to a folder on your web server.
  4. Using your browser, go to the uploaded index.php file and begin using it.

System requirements:

To use this form generator, you need to run it on a web server that supports running PHP scripts.

Screen shots that show step-by-step usage:

This is the first step. Define the properties of your form from this page.
This is the first step. Define the properties of your form from this page.


When done, click on 'Create form' button.
When done, click on 'Create form' button.


Notice the HTML code displayed below the form. This code will expand as you add elements to your form. Click on the 'Element' drop down to select your first form element.
Notice the HTML code displayed below the form. This code will expand as you add elements to your form. Click on the 'Element' drop down to select your first form element.


In this example, we'll add a text box that asks for the visitor's name.
In this example, we'll add a text box that asks for the visitor's name.


Now, we define the properties of the text box element we just added. Some properties are disabled because they don't apply to text boxes, but might be enabled when we add other types of elements. When done adding an element, click the 'Add element' button.
Now, we define the properties of the text box element we just added. Some properties are disabled because they don't apply to text boxes, but might be enabled when we add other types of elements. When done adding an element, click the 'Add element' button.


As you can see, the HTML code displayed below the page has expanded to include code for the text box element we just added. Repeat the above steps to add more elements to your form.
As you can see, the HTML code displayed below the page has expanded to include code for the text box element we just added. Repeat the above steps to add more elements to your form.


When you finish adding all elements, click on 'Close form' button.
When you finish adding all elements, click on 'Close form' button.


Finally, highlight and copy the code beginning with <form> and ending with </form>. Paste it into the code of your HTML page where you want the form inserted.
Finally, highlight and copy the code beginning with <form> and ending with </form>. Paste it into the code of your HTML page where you want the form inserted.