Contact Form Processing Products - for all your needs

FormMail • Form Encryption • Hosted Forms

DB_SEE_INPUT Setting

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 need 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.

Default Value

From version 9 onwards:

$DB_SEE_INPUT = false;

Before version 9:

define("DB_SEE_INPUT",false);

Examples

From version 9 onwards:

$DB_SEE_INPUT = true;

Before version 9:

define("DB_SEE_INPUT",true);
 
Close