Have1abanana
08-28-2002, 10:20 AM
Hi everyone!
How would I redirect to a thank you page for my form?!
I cant get it to go :confused:
Thanks for reading,
Lissy
This is the form:<body><center>
<b>Please fill in this form with whatever you want to say - Thanks!</b>
<FORM action="http://www.solidscripts.com/mail/formmail.asp">
<method="get">
<INPUT TYPE="hidden" name="RedirectLink"
VALUE="Thanks.htm"></input>
<INPUT TYPE="hidden" name="RedirectLink"
VALUE="club/club.html"></input>
<INPUT TYPE="hidden" NAME="thank_you_title"
VALUE="Thanks for contacting me!"></input>
<INPUT TYPE="hidden" name="MemberID" value="184"></input>
<INPUT TYPE="hidden" NAME="required_fields" VALUE="your_email_address"></input>
<INPUT TYPE="hidden" NAME="email_subject_line"
VALUE="Message from the website!!"></input>
<INPUT TYPE="hidden" NAME="your_name"
VALUE="Visitor"></input>
<INPUT TYPE="hidden" NAME="your_email_address" VALUE="have1abanana@yahoo.com"></input>
</center><p align="left">
<br>
<input type="text" name="Name" size="50" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; border: 1 solid #ffffff" value=" Name:"><br>
<br>
<input type="text" name="E-mail" size="50" style="font-family: Arial; font-size: 8pt; color:white; background=fixed; border: 1 solid #ffffff" value=" Email address:"><br>
<br>
<input type="text" name="Age" size="50" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; border: 1 solid #ffffff" value=" Your age:"><br>
<br>
<input type="text" name="Location" size="50" style="font-family: Arial; font-size: 8pt; color:white; background=fixed; border: 1 solid #ffffff" value=" Location: "><br>
<br>
<input type="text" name="Url" size="50" style="font-family: Arial; font-size: 8pt; color: white;background=fixed; border: 1 solid #ffffff" value=" Your URL: "><br>
<br>
<textarea rows="4" name="Message" cols="52" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; border: 1 solid #ffffff"> What would you like to say??</textarea><br>
<br><center>
<input type="submit" value="Send!" name="B1" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; font-weight: bold; border: 1 solid #ffffff">
<input type="reset" value="Reset." name="B2" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; font-weight: bold; border: 1 solid #ffffff"></p>
</form>
</div>
</td>
</table>
</body>
</html>
How would I redirect to a thank you page for my form?!
I cant get it to go :confused:
Thanks for reading,
Lissy
This is the form:<body><center>
<b>Please fill in this form with whatever you want to say - Thanks!</b>
<FORM action="http://www.solidscripts.com/mail/formmail.asp">
<method="get">
<INPUT TYPE="hidden" name="RedirectLink"
VALUE="Thanks.htm"></input>
<INPUT TYPE="hidden" name="RedirectLink"
VALUE="club/club.html"></input>
<INPUT TYPE="hidden" NAME="thank_you_title"
VALUE="Thanks for contacting me!"></input>
<INPUT TYPE="hidden" name="MemberID" value="184"></input>
<INPUT TYPE="hidden" NAME="required_fields" VALUE="your_email_address"></input>
<INPUT TYPE="hidden" NAME="email_subject_line"
VALUE="Message from the website!!"></input>
<INPUT TYPE="hidden" NAME="your_name"
VALUE="Visitor"></input>
<INPUT TYPE="hidden" NAME="your_email_address" VALUE="have1abanana@yahoo.com"></input>
</center><p align="left">
<br>
<input type="text" name="Name" size="50" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; border: 1 solid #ffffff" value=" Name:"><br>
<br>
<input type="text" name="E-mail" size="50" style="font-family: Arial; font-size: 8pt; color:white; background=fixed; border: 1 solid #ffffff" value=" Email address:"><br>
<br>
<input type="text" name="Age" size="50" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; border: 1 solid #ffffff" value=" Your age:"><br>
<br>
<input type="text" name="Location" size="50" style="font-family: Arial; font-size: 8pt; color:white; background=fixed; border: 1 solid #ffffff" value=" Location: "><br>
<br>
<input type="text" name="Url" size="50" style="font-family: Arial; font-size: 8pt; color: white;background=fixed; border: 1 solid #ffffff" value=" Your URL: "><br>
<br>
<textarea rows="4" name="Message" cols="52" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; border: 1 solid #ffffff"> What would you like to say??</textarea><br>
<br><center>
<input type="submit" value="Send!" name="B1" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; font-weight: bold; border: 1 solid #ffffff">
<input type="reset" value="Reset." name="B2" style="font-family: Arial; font-size: 8pt; color: white; background=fixed; font-weight: bold; border: 1 solid #ffffff"></p>
</form>
</div>
</td>
</table>
</body>
</html>