Forum Moderators: open
I know this is a simple question, but I'm away from my office and can't answer this for a client. Can anyone help?
She doesn't have access to CGI form processing scripts (which is all I've ever used!) but wants to use a MAILTO to email the form to herself. NO problem there, BUT she wants the visitors to see a confirmation page after they submit the form.
My first thought: use a MAILTO in the action attribute and use the confirmation page address as a hidden field like this:
<form method="get" action="mailto:problem@problemclient.com">
<input type="hidden" name="mail" value="confirmation.html">
Now, that sends the email, but I get no confirmation page.
So I reverse them and put the email as the hidden field and the confirmation page address as the action attribute. I get the confirmation page, but no email.
Is there an answer to this? I'm trying to vacation, but driving myself crazy over a simple form question.
Help, please!
Anyway, it seems the problem's solved...
- Joel