This FormMail script is avaiable with Ensim
Power Tools and can be used for basic communication / feedback
forms as well as complex data collection and encryption.
-
Sends form results by email (supports
any number of email recipients)
-
Stores form results in a CSV (comma
separated values) database on your server
-
Creates a log file entry of activity
on your server
-
Uses obfuscated email addresses to
prevent SpamBots from harvesting your email addresses
-
Encrypts form results before they
are emailed to you (ideal for securely collecting credit
card data)
-
Redirects to a specific URL on success
(e.g. allow a user to download software after filling
in a form)
-
Redirects to a specific URL on failure
(customized error page)
-
Alerts you of failures
-
Forms work as simple email gateways
- just create a form with one non-special field (usually
a textarea field) and formmail.php will format the email
appropriately
-
Uses GET or POST methods for form
submission
-
Sends HTML emails formatted with your
form results
-
Uploads file attachments
-
Performs advanced field validations
-
Performs advanced error handling