Click to See Complete Forum and Search --> : help with scripting


summers
07-08-2004, 04:00 PM
I'm working in UNIZ and I just downloaded the tfmail.tar.gz file onto my cgi-bin directory but don't know where to place the path to CGI or the path to Sendmail to get my form to send me the info. Can you help? Here's the form:
:o

<form action="http://www.acmontessori.com/www/cgi-bin/tfmail.tar.gz" method="post"
enctype="text/plain">

<div align="center">
<div style="border:1px solid #999999; width:350px;
margin-bottom:3px;background-color:#FFFFCC;">


<div align="center" style="margin: 2px;"><a title="ArborCreek
Montessori School" href="http://www.acmontessori.com">
<img src="top.gif" alt="Click here to return to ArborCreek Home page"
width=325 height=90 border="0"></a></div>

<div style="background-color:#CCFFCC; padding:5px; font:16px
Century Gothic; color:black;"><b>Information Request Form</b></div>

<div style="padding:10px; font:normal 12px Century Gothic;
text-align:left; color:black;">



Name:<input type="text" name="name" size="34"
style="width:320px;">

Street address:<input type="text" name="street1" size="34"
style="width:320px;">

<input type="text" name="street2" size="34"
style="width:320px;">

City, State, Zip:<input type="text" name="city,state,zip" size="34"
style="width:320px;">

Children's ages:<input type="text" name="children" size="34"
style="width:320px;">

E-mail address:<input type="text" name="replyemail" size="34"
style="width:320px;"></div>

<div align="center">

<input type="submit" name="submit" value="Send">

<input type="reset" name="reset" value="Clear"></div>
</form>

CyCo
07-09-2004, 09:36 AM
My reccomendation would be to take the tfmail.tar.gz file out of the cgi-bin and extract it to a temporary directory. Then open the "README" file and follow the instructions for configuration and installation.