This page documents the ALERT_ON_USER_ERROR configuration setting in FormMail.
Type Of Setting
ALERT_ON_USER_ERROR is an OPTIONAL setting, which means...
OPTIONAL : you can change this setting if you need to, but the default value is fine for most circumstances.
Précis
Control alerts on user errors.
Description
Set ALERT_ON_USER_ERROR to false if you don't want FormMail to send you an alert when a user error (e.g. missing field) occurs on your forms.
We recommend you leave this "true" while you debug your forms and either leave it that way or set it to "false" for your production environment.
Default Value
From version 9 onwards:
$ALERT_ON_USER_ERROR = true;
Before version 9:
define("ALERT_ON_USER_ERROR",true);
Examples
From version 9 onwards:
$ALERT_ON_USER_ERROR = false;
Before version 9:
define("ALERT_ON_USER_ERROR",false);