Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

Log Template

Author: Antony Corsten Reference Number: AA-00374 Views: 7084 Last Updated: 07/24/2009 08:49 AM 0 Rating/ Voters

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