Version 2.x is currently available by request only - it cannot be downloaded.
Version 2.0.1
- Added the ability to record submitted data in a CSV file.
See Recording Data in a CSV File. - Added the ability to record submitted data in a database.
See Recording Data in a database. - Added the ability to email a receipt to the user.
See Copying to the Sender. - Added the ability to mask out fields (such as passwords) in the reply page.
See the maskfields parameter. - Added the ability to hide data fields (so that they are not displayed in the reply page or sent by email).
See the hide parameter. - Added the ability to insert extra data fields such as the date-time.
See the insert parameter. - Added the ability to wrap the output in another html page.
See the template parameter. - Added the ability to specify parameters using (hidden) data fields specified in the form.
See Indirect Parameters. - Added the ability to validate submitted data.
See Validating Data. - The result page should now validate as html 4.01 strict (assuming a character set is specified).
- Several minor improvements have been made.
Version 1.0.1
- Documentation is included for version 2.x
- The parameters success and error have been renamed url_success and url_error.
- There are no other functional changes.