PDA

View Full Version : Help - redirect


LabRat
5-3-02, 06:03 PM
I'm new to working with form mails...until I read and get a grasp on configuring/customizing my own....

Im just using powwebs formmail.pl

How do I put in a redirect to my own thankyou.html page instead of it going to powwebs formmail.pl thankyou page??

thanx in advance for anyones help!

Mike

alphadesk
5-3-02, 06:26 PM
Here you go.

<form method="post" action="/powweb-bin/FormMail.pl">
<input type= "hidden" name="redirect" value ="http://www.your site .com/thankyou.htm">

Just change the yousite.com to reflect your info and file.

LabRat
5-3-02, 07:11 PM
Thanx so much, I''ll give it a shot as soon as my site desides to work consistently lol. I think its still catching up with the new DNS numbers I gave Networksolutions yesterday :)

Mike

MannInc
5-3-02, 07:30 PM
For more information on using the FormMail here at PowWeb, you could also check out the tutorial under the CGI section at the U.P.S. site.

LabRat
5-4-02, 03:14 AM
Thank you both. Forms working great :)

I see I should have posted this in cgi... forum,

thankx again :)