amandleigh
MIS
I have a form:
<form action="/cgi-sys/formmail.pl" method="POST" name="Survey">
Then I have my redirect
<input type=hidden name="redirect" value="
How come if I make that re-direct address" instead of " the form doesn't process. When you hit submit you get a 404 error about not being able to find formail.pl. As long as that surveycongrats.asp is in the main directory, though, all runs smooth.
<form action="/cgi-sys/formmail.pl" method="POST" name="Survey">
Then I have my redirect
<input type=hidden name="redirect" value="
How come if I make that re-direct address" instead of " the form doesn't process. When you hit submit you get a 404 error about not being able to find formail.pl. As long as that surveycongrats.asp is in the main directory, though, all runs smooth.