What is a secure form?
It is a secure page (the lock will show in the browser) where a user enters information securely. This information is then emailed to you. See a LIVE EXAMPLE.
Secure Forms are available on Linux Accounts only and not Windows.
What are the steps to create a Secure Form?
A) Enable SSL for your site
Log in to your Control Panel
Click on the SSL Button.
Turn ON the Shared SSL.
B) Enable the Form Mail Script
Select the Web Options button
Click the Edit icon in the Preinstalled Scripts field.
Enable the formmail for domains in the list.
Click the View icon for more instructions.
If you are creating the form with Frontpage, follow these steps:
Create the form in Frontpage.
Right-Click on the form and select Form Properties.
Select the Send to Other button
Select Options
Next to Action enter: /cgi-bin/formmail/formmail.cgi
Click on the Advanced button. Select Add. In the top box enter the word recipient and then your email address in the bottom box.
Additional optional fields that you may enter in the Advanced area include: subject, redirect, and required.
Click OK twice and then save and publish your form.
C) Access the form using your Secure Location
Click on the SSL button in your Control Panel
Click the View Icon under Shared SSL
Your website will appear in the secure location. Type the location of your form next to the secure location. This is the secure location you should link to in your website.
D) Modify the formmail.cgi file
In Control Panel click on WEBSHELL.
Browse to yourdomain > cgi-bin > formmail > and click on the formmail.cgi file (not formmail.pl)
On right side click on EDIT
In the formmail.cgi file, go down to the line
that says 'referrers'. It
will look like this:
@referers = ('your-domain-here.net');
Change it to this:
@referers = ('your-domain-here.net','your-domain-here.hosting-advantage.com');
Note, you are adding the secure URL to the referrers line to allow
this URL to access the script
Save the file.
You're finished! Submit a test to make sure. If it doesn't work, please go back through the steps