I've seen that a lot of people are having thes problem. I still can't figure out what to do. I am new to this. I have a page that used to work, I've done something that messed it up and can't fix it no matter what! The original page will email the results but not redirect to the payment page. I rebuilt the page in Dreamweaver and the new page will not do anything except give me a "page not found" error.
This is the original page that will email the results:
http://www.5oclockphlock.com/membership/newmember.htm
This is the new page is:
http://www.5oclockphlock.com/membership/newmemberDW.htm
This is the coding for that page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>New Member Application</title>
<style type="text/css">
<!--
.style1 { font-family: "Comic Sans MS";
font-size: 36px;
color: #CC0000;
}
.style2 { font-size: 16px;
font-weight: bold;
}
.style3 {
font-family: "Comic Sans MS";
font-weight: bold;
}
-->
</style>
</head>
<body>
<p align="center"><img src="../images/macawdrink.gif" width="330" height="231"></p>
<p align="center" class="style1">New Member Application</p>
<p align="center"><font color="#008000" size="4" face="Comic Sans MS"><a href="
mailto:membership@5oclockphlock.com?subject=Online %20Membership%20Registration">membership@5oclockph lock.com </a></font></span>
</address>
<form action="_gdForm.php" method="post" name="NewMember" target="_top" id="NewMember">
<input type="hidden" name="subject" value="New Member Application" />
<input name="Recipient" type="hidden" value="
forms@5oclockphlock.com">
<input type="hidden" name="redirect" value="thankyou.htm" />
<p><span class="style2"><font face="Comic Sans MS">1st Member's Name:</font></span>
<input name="1st Member's Name:" type="text" id="1st Member's Name:" size="111" maxlength="111">
</p>
<p class="style3">2nd Member's Name:
<input name="2nd Member's Name: " type="text" id="2nd Member's Name: " size="111" maxlength="111">
</p>
<p class="style3"><font face="Comic Sans MS"><b>Additional Family Members (parakeets under 17:</b></font>
<input name="Additional Family Members: " type="text" id="Additional Family Members: " size="125" maxlength="125">
</p>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">Street Address:
<input size="71" name="StreetAddress">
</font> </span>
</address>
<address>
<span style="FONT-STYLE: normal"> <font face="Comic Sans MS"> City:
<input size="25" name="City">
&n bsp; State:
<input size="2" name="State">
&n bsp; ZIP:
<input size="10" name="ZIP">
</font></span>
</address>
<address>
<font face="Comic Sans MS"> </font>
</address>
<address>
</address>
<address>
<span style="FONT-WEIGHT: 700; FONT-STYLE: normal"><u><font face="Comic Sans MS">Member 1</font></u></span>
</address>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">Island Name (if any):
<input size="36" name="Member1_Island_Name">
</font></span>
</address>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">Best # to Reach You:
<input size="36" name="Member1_Phone">
</font></span>
</address>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">E-Mail:
<input size="50" name="Member1_Email">
</font></span>
</address>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">Birthday:
<input size="50" name="Member1_Birthday">
</font></span>
</address>
<address>
<font face="Comic Sans MS"> </font>
</address>
<address>
<span style="FONT-WEIGHT: 700; FONT-STYLE: normal"><u><font face="Comic Sans MS">Member 2</font></u></span>
</address>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">Island Name (if any):
<input size="36" name="Member2_Island_Name">
</font></span>
</address>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">Best # to Reach You:
<input size="36" name="Member2_Phone">
</font></span>
</address>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">E-Mail:
<input size="50" name="Member2_Email">
</font></span>
</address>
<address>
<span style="FONT-STYLE: normal"><font face="Comic Sans MS">Birthday:
<input size="50" name="Member2_Birthday">
</font></span>
</address>
<address>
<p><font face="Comic Sans MS">How did you find us?
<input size="75" name="Found_Us">
</font></p>
<p><b><font face="Comic Sans MS">I am interested in assisting in the following (check all that apply):</font></b></p>
<p><font face="Comic Sans MS">
<input type="checkbox" value="YES" name="Charities">
Charities
<input type="checkbox" value="YES" name="Activities_Events">
Activities & Events
<input type="checkbox" value="YES" name="Newsletter">
Host an Event
<input type="checkbox" name="C1" value="ON">
Organize an Event or Trip </font></p>
<p><font face="Comic Sans MS">
<input type="checkbox" value="YES" name="Website_Design">
Website Design </font></p>
<p> </p>
<p><font face="Comic Sans MS">Do you have any other skills or resources that you would consider accessing to help the 5 O'Clock Phlock?</font> </p>
<p><font face="Comic Sans MS">
<textarea name="other_skills" rows="4" cols="118">none</textarea>
</font> </p>
</address>
<p><span style="FONT-STYLE: normal"> <font face="Comic Sans MS">After clicking on the "Submit Form" you will be taken to the payment screen. We are accepting payments using the PayPal service. You do not have to have a PayPal account to continue. </font> </span> <span style="FONT-STYLE: normal"> <font color="#ff0000" face="Comic Sans MS"> Credit and Debit Cards are accepted. </font> </span> <span style="FONT-STYLE: normal"> <font color="#ff0000" face="Comic Sans MS"> A $2 convenience fee will be added to your total. </font> </span> <span style="FONT-STYLE: normal"> <font face="Comic Sans MS"> Dues are not tax deductible as a charitable donations.</font></span></p>
<p>
</p>
<p class="style3">
<input type="submit" name="Submit" value="Submit">
<input name="Reset" type="reset" id="Reset" value="Reset">
</p>
<p> </p>
<p> </p>
<p> </p>
</form>
<p> </p>
</body>
</html>
Any help is GREATLY appreciated!