This page documents the ADVANCED_TEMPLATES configuration setting in FormMail.
Type Of Setting
ADVANCED_TEMPLATES 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
Enables Advanced Templates.
Description
Set ADVANCED_TEMPLATES to true if you have access to the FormMail
Computation Module and you want to use advanced features in your
templates.
If you set this to true and do not have access to the FormMail Computation
Module, an error will be generated.
define("ADVANCED_TEMPLATES",false);
Examples
define("ADVANCED_TEMPLATES",true);
See Also
MODULEDIR
FMCOMPUTE
|