Form Generator

I seem to create a lot of forms and most of them follow the same sort of design. I created this script to generate the basic layout of the form.

Instructions:
1. Create a text file with the following format:
    [Text:] >> [Input Type] >> [Input Name]

  • [Text:] :: This is the text that will be displayed to the left of the input object.
  • [Input Type] :: This is the type of input object that will be used. Valid values are as follows:
    • text :: Text box (<input type="text"...>)
    • textarea :: Textarea (<textarea></textarea>)
    • file :: Browse file (<input type="file"...>)
    • select :: Drop-down selection box. to add options, use "select(option1, option2, ... etc.)"
    • selectmultiple :: This will create a selection box that will allow you to select multple selections. To add options, use "selectmultiple(option1, option2, ...etc.)"
  • [Input Name] :: This is the name of the input value (used for scripting).

Enter Form Generation Code Here:
Get custom programming done at GetAFreelancer.com!

For Great Deals on Cheap Web Hosting check out HostingSecretsRevealed.com

Questions? Comments! Send them my way.
Copyright © Dustin Davis - All Rights Reserved.