Save and send email at the same time in a form

M

mickrourke

Hi,
I think this is a simple enough problem, basically what I'm looking for
is when I save a form to a database (SQL) it also sends an email to a
set user, I.e. me, everytime the record is saved in the database when
the user clicks on submit. Is it possible to get the form to save and
send when I click on submit? If it also contained 2 or 3 fields in the
form that would be great but not really necessary. I am using Frontpage
2000 and SQL server 2000.

Thanks,
Micheal
 
T

Thomas A. Rowe

You have to manually write custom ASP code to handle this, FP will not do it for you.

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

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

FrontPageForms

Hi Micheal,

Here is a KB article re: Cdonts for sending to database and email. Of course
your host would need to be compatible with it.
 
Top