|
CLIENT
SUPPORT
FORMMAIL
INSTRUCTIONS
|
|
You should find the formmail script in your webspace [ ./formmail/formmail.cgi ] if it is not there then please email support with your username and password and we will set it up for you. Please use the following instructions to get you started with formmail: To use the script, you will need to create an HTML form with the following lines included as the main part of the form: <form
action="formmail/formmail.cgi" method="POST" name="Name of this form"> <input
type="hidden" name="email" value="fred@roger.co.uk"> <input
type="hidden" name="realname" value="Your name"> <input
type="hidden" name="recipient" value="you@your.co.uk"> <input
type="hidden"name="redirect"value="http://www.your.co.uk/thanks.htm"> <input
type="hidden" name="subject" value="whatever"> Once you have the basic tags outlined above you can then add your form fields, you only need to keep in mind that everything for the form must be in between the opening and closing form brackets. |