If the secure form calls a cgi script, you must also reference that script securely.
To protect the data from unauthorized web surfers, you can store the data file(s) in a password protected directory.
An alternative is to have the submitted form content sent to you via email. If your form references a custom script, you will need to reference the script securely. We have not implemented a solution for encrypting email.
If you are using cgiemail in conjunction with a secure form, you will need to reference the script and "success" URL securely. (The "success" URL is the web page you want to display after the email is successfully sent.)
If you have a link to an order form, for example, from your home page, you would need to use a URL similar to the following:
https://www.yourcompany.com/
The "s" in https:// suggests an SSL related file. Substitute the path to the order form
starting with user directory name. If your account resides on
server #2, you would need to use https://www02.yourcompany.com/
If the secure form calls a cgi script, you must also reference that script securely.
eg.