This page documents the DB_SEE_INPUT configuration setting in FormMail.
Type Of Setting
DB_SEE_INPUT is a LEAVE setting, which means...
 |
LEAVE |
you can change this setting if you really want to and know what
you're doing, but we recommend that you leave this setting unchanged.
|
Précis
Switches to form debugging mode.
Description
Set DB_SEE_INPUT to true for debugging purposes only. If set to
true, FormMail does nothing except generate a page showing you what
it will do.
define("DB_SEE_INPUT",false);
Examples
define("DB_SEE_INPUT",true);
|