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.
Default Value
From version 9 onwards:
$ADVANCED_TEMPLATES = false;
Before version 9:
define("ADVANCED_TEMPLATES",false);
Examples
From version 9 onwards:
$ADVANCED_TEMPLATES = true;
Before version 9:
define("ADVANCED_TEMPLATES",true);