Hey guys, I'm having a problem making a form in Frontpage 2002. I really don't care how it's made, just so that it will email me at info@holdingfordhelpinghands.org when someone fills out the form. Below is the code for people to either signup for an email newsletter or standard email newsletter. The actual webpage that dosent work is www.holdingfordhelpinghands.org/newsletter.php
Thank you for taking a look!!,
geek2009
HTML:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Newsletter</title>
</head>
<?php
include ('Tops of pages.htm');
?>
<body bgproperties="fixed" background="Background%20color.gif">
<p> </p>
<p><font face="Times New Roman" color="#336666" size="5"><i><b>
Newsletter</b></i></font></p>
<p align="center"><font size="4">Please help us try to cut down our costs!</font></p>
<p align="center"><font size="4">You can do this by filling out the form below.</font></p>
<p align="center"><font size="4">By filling out this form with your email
address, you are agreeing to </font></p>
<p align="center"><font size="4">receive the monthly newsletter by email instead
of standard mail.</font></p>
<p align="center"><font size="4">An additional form is below to sign up for the
monthly newsletter by standard mail.</font></p>
<p align="center"><font size="4"><a href="July_2007_newsletter.pdf">
<font color="#336666">Click here for the current newsletter.</font></a></font></p>
<p align="center"> </p>
<p align="center"><font size="4">Monthly Newsletter by Email</font></p>
<FORM METHOD="POST" ACTION="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="fpweb:///_private/newsletter.htm" s-format="HTML/DL" b-label-fields="TRUE" S-Email-Address="info@holdingfordhelpinghands.org" S-Email-Format="TEXT/PRE" --><P align="center">
</P>
<BLOCKQUOTE>
<TABLE>
<TR>
<TD ALIGN="right">
<p align="center">
<EM><font size="4" face="Times New Roman">Name</font></EM></TD>
<TD>
<p align="center"><font face="Times New Roman" size="4"><i>
<INPUT TYPE=TEXT NAME="Contact_FullName" SIZE=35> </i></font>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<p align="center">
<EM><font size="4" face="Times New Roman">E-mail</font></EM></TD>
<TD>
<p align="center"><font face="Times New Roman" size="4"><i>
<INPUT TYPE=TEXT NAME="Contact_Email" SIZE=25> </i></font>
</TD>
</TR>
</TABLE>
</BLOCKQUOTE>
<p align="center"><font face="Times New Roman" size="4"><i>
<INPUT TYPE=SUBMIT VALUE="Submit Form">
<INPUT TYPE=RESET VALUE="Reset Form"> </i></font></p>
</FORM>
<p align="center"><font size="4">Monthly Newsletter by Regular Mail</font></p>
<P align="center">
</P>
<FORM METHOD="POST" ACTION="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="fpweb:///_private/newsletter.htm" s-format="HTML/DL" b-label-fields="TRUE" S-Email-Address="info@holdingfordhelpinghands.org" S-Email-Format="TEXT/PRE" --><BLOCKQUOTE>
<TABLE>
<TR>
<TD ALIGN="right">
<p align="center">
<EM>Name</EM></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_FullName" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<p align="center">
<EM>Title</EM></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_Title" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<p align="center">
<EM>Street Address</EM></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_StreetAddress" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<p align="center">
<EM>Address (cont.)</EM></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_Address2" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<p align="center">
<EM>City</EM></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_City" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<p align="center">
<EM>State/Province</EM></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_State" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<p align="center">
<EM>Zip/Postal Code</EM></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_ZipCode" SIZE=12 MAXLENGTH=12>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<p align="center">
<EM>Country</EM></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_Country" SIZE=25>
</TD>
</TR>
</TABLE>
</BLOCKQUOTE>
<p align="center">
<INPUT TYPE=SUBMIT VALUE="Submit Form">
<INPUT TYPE=RESET VALUE="Reset Form"> </p>
</FORM>
<HR>
</body>
</html>
Thank you for taking a look!!,
geek2009