PHP Form-Mailer REDIRECT
Posted: Sat Jul 01, 2006 4:26 am
First let me say that I went first to the s9y.org site to look for technical documentation. Because I still use Mac OS 9 and either Netscape 7.02 or IE 5.0 here at home, the brand-new s9y.org site does not completely load for me. (I get a header image and sometimes the Google ads, but no more.) Laugh at me if you will for being behind the times but, hey, new equipment doesn't fall from trees. 
Secondly, I'll say I tried my best to find this question already answered here in the forums. Forgive me -- or redirect me -- if it has already been answered elsewhere.
QUESTION:
I am using my hosting provider's specs for creating a form that will return input to my e-mail; i.e.,
<form type="hidden" action="gdform.php" method="post">
<form type="hidden" action="redirect" value="filename.htm">
On my test form, when I click SUBMIT, my browser "thinks" for a moment and then returns me to my blog page (which is also my 404 page) instead of the redirect page I've assigned. However, the form data does arrive in my e-mail.
Has the Serendipity program replaced my hosting provider's gdform.php setup and detoured my redirect? Is there a resource for more information on the topic? Should I be looking at a plug-in to perform this mail-form function?
Any clues you can provide would be greatly appreciated. Thank you!
Secondly, I'll say I tried my best to find this question already answered here in the forums. Forgive me -- or redirect me -- if it has already been answered elsewhere.
QUESTION:
I am using my hosting provider's specs for creating a form that will return input to my e-mail; i.e.,
<form type="hidden" action="gdform.php" method="post">
<form type="hidden" action="redirect" value="filename.htm">
On my test form, when I click SUBMIT, my browser "thinks" for a moment and then returns me to my blog page (which is also my 404 page) instead of the redirect page I've assigned. However, the form data does arrive in my e-mail.
Has the Serendipity program replaced my hosting provider's gdform.php setup and detoured my redirect? Is there a resource for more information on the topic? Should I be looking at a plug-in to perform this mail-form function?
Any clues you can provide would be greatly appreciated. Thank you!