FP - Sending email to user based on value of form

J

joe smith

I have a form field called STATE.
There are 10 selections in it, with email addresses for
each one. ie:
(AZ , [email protected]
PA , [email protected]
VT , [email protected])

Id like to send the form results to the person
in the list (based on the state chosen by the user).
I used to have a script to do this, but now i cant find it.

Im using FP 2000


Thanks
 
T

Thomas A. Rowe

You will need to determine what is supported by your host, then write a custom script to process the
email from the form selection.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top