|
||
|
Title: Submit Form Confirmation Page Post by murph on Mar 5th, 2006, 9:36am 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 |
||
|
Title: Re: form to mail / forms Post by Support Staff on Mar 5th, 2006, 9:42am The only possible solution for this issue is using a formtomail script, so the Get or Post tab instead of the Email tab. For more information about this, see the topics: http://www.paperinik.com/cgi-bin/eng/YaBB.pl?board=HP;action=display;num=1064825128 http://www.paperinik.com/cgi-bin/eng/YaBB.pl?board=EWw;action=display;num=1042080551 http://www.paperinik.com/cgi-bin/eng/YaBB.pl?board=EWw;action=display;num=1113258881 |
||
|
Title: Re: Submit Form Confirmation Page Post by murph on Mar 7th, 2006, 8:16am That worked great, thanks! Of course, I had to take a crash course in CGI and PERL to get it to work ;D I appreciate the help |
||
|
Visual Vision **User's** Forum (normal) » Powered YaBB 1 Gold - SP1! YaBB © 2000-2001, XNull. All Rights Reserved. This forum © 2001-2008 VisualVision and VisualVision Users |