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!