|
|
||||||||||||||||
|
||||||||||||||||
Web Tools : Email Form for Apache servers.
|
The form to email process we support on Apache servers is based on a PHP script system.
To have the server process your form and turn it into an email, you will need at least 3 files, possibly 4:
The "FORM" tag for your form should use the following attributes:
The only required field inside the form is a "params_file" form variable: The params file contains all the required and optional settings to process the form. Read through our default params file. We've tried to heavily comment the options. Some of the features of this form to email script:
When the form is processed, the server will look for the params file specified and read in the parameters. For the body of the message, a "format" file can be specified and should be placed in the same folder as the form HTML page.The content of the format file, when processed, will become the body of the email message that is sent. A "merge" type operation occurs with this file to replace the tags with data from the submitted form. A format file contains text/merge information like so:
Your params file optionally can also be your format file. See the bottom of our default params file linked above for an example. This makes less files for you to manage.
|
|