To use formmail securely, there are 2 requirements: 1. Follow instructions in this article to configure formmail on your web page
2. Edit the form action tag as follows:
BEFORE
<form action="/cgi/formmail" method="post">
AFTER
<form action="https://membername.sslpowered.com/cgi/formmail" method="post">
3. Please call your form page from a secure URL such as https://membername.sslpowered.com/contact.htm (where membername is the Member name assigned to your Netfirms account and contact.htm is the name of your web form). That is, when users arrive at your form page, they should arrive at the above similar URL.