Yes - I know how to do this. But first...
What type of server-side scripting method are you going to be using to
process and mail the form.
What exactly are you referring to when you say a "client-side form?"
The form you're going to place on the webpage will need to be handled by a
server-side scripting method in order to mail the form...unless you're
planning to use the "mailto:..." method, which IMHO - you shouldn't waste
your time on.
--
Shane H
shane (AT) NOSPAMavenuedesigners (DOT) com
http://www.avenuedesigners.com
=============================================
Web Dev Articles, Photography, and more:
http://sourtea.com
=============================================
Proud GAWDS Member
http://www.gawds.org/showmember.php?memberid=1495
Delivering accessible websites to all ...
=============================================
"John Carter" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I have a form which I need to submit to different email addresses depending
on
an option selected in one of the dropdown boxes. This MUST be done on a
client-side form.
Any ideas on how to go about this?
I want to avoid creating a different form for every scenario.
Thankyou |