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:- Unzip the downloaded package.
- Open the application/config/form.php file with a text editor and make your preferred settings (see Config File for details).
- Upload the application/config/form.php file to your CodeIgniter application/config folder.
- Upload the application/libraries/Form.php file to your CodeIgniter application/libraries folder.
Recommendations
- To get instant results it is recommended that you also put the form.css stylesheet in your stylesheet folder and load it with the form view.
- If you use a reCAPTCHA you also need to copy the application/language/english/form_lang.php file to your CodeIgniter application/language folder.
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.