|
|
|
|
|
|
Description:
You can change to configuration of FormHandler by editing the file
FH3/includes/config.inc.php
|
In this file are the configuration options are commented with a small description. When you change this file you will change the default settings of FormHandler.
You can also set a specific configuration option per form. You can do this by defining them before you create a new FormHandler object.
Example:
<?php
// Set the location of the FHTML dir
// (so overwrite the default location!)
define('FH_FHTML_DIR', '/includes/FH3/FHTML');
// create new formhandler object
$form = new FormHandler('myForm');
// etc ....
?>
|
Latest change: 05 March 10 / 08:30
Comments
|
|
|
|