The form action for the fmail.pl script
is: "/cgi-bin/fmail.pl"
Method is: post
There are 3 hidden fields that the fmail.pl
script needs: recipient, subject, and thankurl The syntax is below:
<input type="hidden" name="recipient"
value="yourname@yourdomain.com">
<input type="hidden" name="subject"
value="Order Form">
<input type="hidden" name="thankurl"
value="http://yourdomain.com/thankyou.html">
If you'd like the form to email the results
to more than one email address, the syntax would be:
<input type="hidden" name="recipient"
value="you@yourdomain.com,fred@aol.com">
If the form page is a secure page, make
sure to also have a secure URL as the "thankurl". Otherwise you will get
a security error.
For more information on creating forms check our Development
section. For more information on using fmail.pl
with frontpage click here. RETURN TO:
Main
-> Premier Hosting -> CGI ->Preinstalled Scripts
Main
-> Premier Hosting -> CGI
Main
-> Premier Hosting
Main
|