Recipient of Form Results based on Checkbox Value

T

TLW

I need to email the form results to different addresses, depending on
whether checkboxes are checked.
Can someone suggest a way to do this?

Thanks
 
T

Thomas A. Rowe

Not possible when using the FP Form Handler, requires the use of a custom
form handler written in a server-side script such as ASP, PHP, etc.

--

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

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

TLW

Thanks

Thomas A. Rowe said:
Not possible when using the FP Form Handler, requires the use of a custom
form handler written in a server-side script such as ASP, PHP, etc.

--

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

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

Mike Mueller

As Thomas said, this will not be a function of the FP form handler. I would
probably use CDONTS to send the email.

Mike
 
Top