1.
Download the FormMail v1.9 cgi script (you
can download it from here)
2.
Log into the server using an FTP program
(Download from the Software area) and place
the script into your 'cgibin' folder once
you are logged in.
3.
Highlight the script and right click to
change the scripts 'File Attributes'.
4.
Set the script to 755.
5.
Once this has been completed you need to
point your 'form' to the script so your
HTML coding would look like this.
<form
method="post" action="http://www.domainname.co.uk/cgibin/FormMail.cgi">
<input type="hidden" name="recipient" value="your@domainname.co.uk">
<input type="hidden" name="subject" value="Online
Form response">
6.
Click here to
view our sample CGI form.
|