Log Template
Log template is designed to record all form submissions and to present them in suitable human-readable form to customer.
Logging templates must have the filename to write to as the first line. Everything after the first line will be appended (tacked onto the bottom of) the file specified.
1. Example of the content for logging template (DB or CSV file):
simple.log
[re_eMail];[Name]
Result (simple.log file will contain such lines):
one@email.com;name1
two@email.com;name2
…
2. Example of the content for textual-DB file (free form):
simple.log
eMail: [re_eMail]
Name: [Name]
Result (simple.log file will contain such lines):
eMail: one1@email.com
Name: name1
eMail: two@email.com
Name: name2
For detailed examples on tuning, see section FPP Learning.
For Form Processor Pro 4.0 forms configuration please refer to section FPP Configuration |
|