">
File Saving Results
File Saving Results
The values you just sent should have been placed in
counters/fileto.txt
Some things to notice about the file template
filetotpl.txt:
- This is making a comma separated file suitable for reading into Excel.
- I am doubling up quote marks using the charmap attribute.
- Values from the form's textarea have newlines removed using the
newline attribute.
- There's a newline character at the end of the template to make
new extries appear on a new line.
- The multiple values of the checkboxes are joined together by commas using
the list and delim attributes.
Return to the examples page.
The Soupermail configuration file that made this page looks like this:
The template that made this page is fileto.txt.