Form e-mail dependant on form field

S

Stephen Green

Is it possible to send the results of a form to the person whose name was
selected on the very same form?

Something like:

Send To:
John [ ] Mary [X] Joseph [ ]

(form content...)

When Submit is clicked the results are sent to Mary in this case.

Thanks for any help you can offer.

Stephen
 
T

Thomas A. Rowe

Not when using the FP Form Handler, requires the use of server-side script written in ASP, PHP, etc.

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

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

Steve H

You'll have to specify this at the beginning, before
opening the form. That is, you'll first ask who the form
will be submitted to. When they click on the link (such as
Mary), they are sent to a page with the form already
designed to send the form to a specified email.

In other words, you right-click on Submit, click on Form
Properties, and put in the email field Mary's email
address. So you would create a different page for each
form to be sent to each of the different email addresses.
Since I don't know coding, and there are only a few names,
this is the way I would do it.
 
Top