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.
define("ALERT_ON_USER_ERROR",true);
Examples
define("ALERT_ON_USER_ERROR",false);
See Also
DEF_ALERT
|