Author |
Topic: Submit Form Confirmation Page (Read 5507 times) |
|
murph
Guest

|
Hi, I am trying to figure out how to redirect to a confirmation page after a user submits my comment form. I can only figure out how to either submit the form, or change the page when the button is clicked, but not both. Below is the source from the form created within 1site. I have 3 fields that are filled out by the user, and a reset and submit button. <FORM METHOD="POST" ACTION="mailto:myemail.myaddresscom" ENCTYPE="text/plain" > <DIV ALIGN=center class=s0 style='text-align: center;'> <B>Name:</B> <INPUT NAME="Name_of_User" SIZE="20" thevaluetoprint=""> </DIV> <DIV ALIGN=center class=s0 style='text-align: center;'> <B>Email:</B> <INPUT NAME="Email_Address" SIZE="20" thevaluetoprint=""> </DIV> <DIV ALIGN=center class=s0 style='text-align: center;'> <TEXTAREA NAME="Comment_Box" ROWS="15" COLS="60" > </TEXTAREA> </DIV> <DIV ALIGN=center class=s0 style='text-align: center;'> <INPUT TYPE="reset" NAME="Clear_Comment" VALUE="Clear Comment" > </DIV> <DIV ALIGN=center class=s0 style='text-align: center;'> <INPUT TYPE="submit" NAME="Submitted_Form" VALUE="Submit" > </DIV> </FORM> Thanks
|
| « Last Edit: Mar 5th, 2006, 9:40am by murph » |
Logged |
|
|
|
murph
Guest

|
 |
Re: Submit Form Confirmation Page
« Reply #2 on: Mar 7th, 2006, 8:16am » |
Quote Modify
Remove
|
That worked great, thanks! Of course, I had to take a crash course in CGI and PERL to get it to work I appreciate the help
|
|
Logged |
|
|
|
|
|
|