Log submissions to file

Top  Previous  Next

Log template is designed to record all form submissions and to present them in a suitable human-readable form to customer.

Log 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.

Example:

log_file = log.txt

Example of the content for logging template (DB or CSV file):

simple.log

{#eMail#};{#Name#}

Result (simple.log file will contain such lines):

one@email.com;name1

two@email.com;name2