Configuration File Overview |
![]() ![]() ![]() |
Form Processor Pro is tuned and configured by special configuration file located in Form Processor Pro directory and named as config.php. It is a simple INI-file where you can specify all your forms and their global and local settings. This file sets basic variables to make Form Processor Pro work correctly. You can disable certain variables by putting ‘#' in the beginning of the line with variable. All symbols put after ‘#' are not treated as data and are mostly used as comments.
Each setting may be applied globally as well as only for a custom form. Form descriptions in configuration file start by declaring a new, INI-file style, section. Example: [myform] In the configuration above we have set up the form named “myform” that has 3 pages and sends one email after filling is over.
|