|
|
|||||||||
![]()
|
|
||||||||
The CWIS Group has produced the following local documentation to complement the main documentation:
If you are hosting your form on a HTTPS (HTTP over SSL) server you can set the action field to the HTTPS server as well. This will ensure that the form data is sent using HTTPS as well (and therefore help keep the information being submitted by the user secure).
To do this set the action field:
<FORM METHOD="POST" ACTION="https://www.unimelb.edu.au/cgi-bin/cgi-mailer.pl"> . . .
Please note that whilst this keeps the information secure as it travels across the internet, the data is still trasferred in clear-text across the university network when the email response is sent.
There are several files which cgi-mailer uses when processing a request. The following table summarises the cgi-mailer files, file extensions and purposes.
| File | File Name | Description | |
|---|---|---|---|
| Long filenames | Dos'ish 8+3 | ||
| The form | *.html | *.htm | The main HTML form |
| Format data | *.data | *.dat | Email response data file |
| Required data | *.required | *.req | Required fields data file |
| Response data | *.response | *.res | HTML response file |
The default configuration files are as follows:
| File | File Name | Description | |
|---|---|---|---|
| Long filenames | Dos'ish 8+3 | ||
| The form | index.html | index.htm | The main HTML form (requires hidden index-file field) |
| Format data | cgi-mailer-data.default | cmail-dat.def | Email response data file |
| Required data | cgi-mailer-required.default | cmail-req.def | Required fields data file |
| Response data | cgi-mailer-response.default | cmail-res.def | HTML response file |
Notes on usage of files: