FP2000: send email from form to specific recipients

M

mike q

i have an estimate form on our web. Id like the email results to go to
specific people depending on which state the web user selects in the form.

(ie. Az = (e-mail address removed), CA = (e-mail address removed), etc)

I have a form field called state, where i put in the values i wanted, so
that when i user selects the state, the corresponding form value is the
email address for that state.

obviously, i missing something, as its not working.
Is my approach correct, or do i have to do something else.
 
T

Thomas A. Rowe

Not possible do when using the FP Form Handler, requires the form to be processed via a custom
server-side script form handler written in ASP. PHP, etc.

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

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

Stefan B Rusynko

Not possible w/ the std FP forms handler
- you need to find a server side script supported by your host




| i have an estimate form on our web. Id like the email results to go to
| specific people depending on which state the web user selects in the form.
|
| (ie. Az = (e-mail address removed), CA = (e-mail address removed), etc)
|
| I have a form field called state, where i put in the values i wanted, so
| that when i user selects the state, the corresponding form value is the
| email address for that state.
|
| obviously, i missing something, as its not working.
| Is my approach correct, or do i have to do something else.
|
|
 
M

mike q

i use 1and1.com as my web host.
possible?


Thomas A. Rowe said:
Not possible do when using the FP Form Handler, requires the form to be processed via a custom
server-side script form handler written in ASP. PHP, etc.

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

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

JPKarlsen [FP MVP]

Depending on your hosting plan, they offer either PHP or ASP plus CGI. Ask them or read your contract.


Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.


nntp://msnews.microsoft.com/microsoft.public.frontpage.client/<[email protected]>

i use 1and1.com as my web host.
possible?


Thomas A. Rowe said:
Not possible do when using the FP Form Handler, requires the form to be processed via a custom
server-side script form handler written in ASP. PHP, etc.

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

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



[microsoft.public.frontpage.client]
 
A

Andrew Murray

no, you can't with the frontpage form handler....you'd need a customised script.
The idea of the FP form handler is it sends email to one person - you, the owner
of the account/site, and no-one else.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top