Form Generation Library


Installation

The download package consists of several files, but all you need to make the library work is the library and the config file. This is what you need to do with them:

  1. Unzip the downloaded package.
  2. Open the application/config/form.php file with a text editor and make your preferred settings (see Config File for details).
  3. Upload the application/config/form.php file to your CodeIgniter application/config folder.
  4. Upload the application/libraries/Form.php file to your CodeIgniter application/libraries folder.

Recommendations


If you're new to the Form Generation Library, please read the Getting Started section of the User Guide to begin learning how to use this library.