the extension has a few configuration options, please not that these options are located in config.tx_julleform2csv and not in plugin.tx_julleform2csv.
config.tx_julleform2csv
name | description | default value | |
|---|---|---|---|
path | the path relative to the siteroot that the csv files will be stored in | fileadmin/csv | |
filename | the name of the file. This string is passed through the PHP function strftime (http://php.net/strftime), which means it is possible to specify that the ie. the month should be part of the filename and so the extension creates a new csv-fle every month, because the filename changes automatically. Also the string {page} is susbstitued with the title of the page submitted to. | {page}:_%b.csvthat is: name of page underscore current month dot csv | |
dontSendEmail | if this is set to 1 no email will be sent, the information will only be stored in the csv. | 0 |