| Any page on your server can be accessed securely (SSL) by simply accessing the page through the secure server. To pull up the page as secure in a browser you would type in your SSL (https) URL (found in your control panel under the help tab). If the secure page has a form, the secure form call would be: <form method=post action="https://WEBSVR1.mn1.fasturl.net/cgi-world/formmail.pl"> <input type=hidden name="recipient" value="sales@YOURDOMAIN.COM"> <input type=hidden name="subject" value="Order"> <input type=hidden name="return_link_url" value="http://YOURDOMAIN.COM/"> <input type=hidden name="return_link_title" value="Back to Main Page"> <input type=submit> </form> In the above example: change: YOURDOMAIN.COM to your real domain name. change: WEBSVR1 to the machine name your server is on (found in your control panel under the help tab). Important Note: The form will only email the results to an email address at the domain name the form is on unless you create a recipients list and put it in your home directory. see: http://www.fasturl.com/support/formmail.html#recipients bottom of page: |