Forms Frustrations

  • Thread starter Thread starter PAF
  • Start date Start date
P

PAF

1. Is it possible to have the form handler send an
automatic email to someone who places an order and inserts
his email address in the form?
2. My form emails orders to the vendor. Any way to avoid
transmitting the order fields that were not filled in by
the purchaser? For example, they may order only one
product but I have 8 lines of quantity and product.
Thanks for your help.
 
Both of these things are possible. However, you would have to write your own
server-side form handler using ASP, etc. to achieve it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top