Save and send email at the same time in a form

  • Thread starter Thread starter mickrourke
  • Start date Start date
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
 
If your host allows it, it can. Go into form properities there's a place for email addr. - I think it can only send to your domain name.

....curious...is that really how you spell your name?


| 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
|
 
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.
==============================================
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top