Form emailing only "selected" results

C

Christine Owens

I have quite a few forms on my web site. Some have a lot of questions on
them or details to fill in. Is there a way to set up the form so that the
email I receive contains only the results that were selected by the client
(and not the questions, etc that the client did not answer)? It's getting to
be a pain to have to scroll down each email and look for just the text that
that client put in.
 
M

Mark Fitzpatrick

Unfortunately no. The FP form handler simply iterates through every item in
the form collection and dumps them to the email.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
T

Thomas A. Rowe

You would need to write a custom form handler using ASP or PHP to
accomplish.

--

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

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