<form action="/cgi-bin/sendit/sendit.pl" method="get">
<input type="hidden" name="_config" value="ninernet" />
Name: <input name="Name" type="text" size="50" maxlength="100" />
<br /><br />
Email address: <input name="Address" type="text" size="50" maxlength="100" />
<br /><br />
Subject: <input name="Regarding" type="text" size="50" maxlength="100" />
<br /><br />
Message:<br /><textarea name="Message" rows="10" cols="60"></textarea>
<br /><br />
<input type="submit" value="Send it!" />
</form>
You can further customise the program if you wish something beyond this basic but very useful functionality; please see the read-me file, the examples file, and the FAQ file for more information. You can get further support on the authors' website if you need it. (The program is called TFMail.) Should you decide to customise it, the program (sendit.pl), configuration (ninernet.trc) and template (.trt) files you will need to download from your server and edit (using a plain-text editor) are located in the cgi-bin/sendit directory that you will see when you log in via FTP. (See the "Build your website" section above for information on FTP and plain-text editors.) Please ensure that you do not delete or modify the .pm files in that directory, as these are necessary for your contact form to function.