Email actual completed form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form for our website that I would like to have emailed (form and all) to our secretary. Is there a way to accomplish this at all and if so is there a way to do it painlessly

Brian
 
Is there a way to accomplish this? Yes. Painlessly? No. What you need to do
is to write your own custom ASP (CGI, CF, etc) form handler that creates an
HTML email of the form, populates it, and sends it via SMTP.

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

BrianW said:
I have created a form for our website that I would like to have emailed
(form and all) to our secretary. Is there a way to accomplish this at all
and if so is there a way to do it painlessly?
 
Back
Top