Form results to database and email?

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

Guest

I am trying to hook up a database driven site and like using the access
database option due to its flexabiltiy. However, i would also like to have
the result emailed to me when they are entered. Is there a simple way to do
this without using the send to option in FP03? thanks
 
All you have to do is check the form Properties. That is an option. All you
have to do is enter the e-mail address and the name of your database.
 
This is not an option if you are using a .mdb. if you use a .csv this option
will function properly, but as far as can tell it does not work if you are
using a "database"
 
You have to write the ASP code yourself that processes the form and send the email and updates the
database.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
The code needed, is shown in the link provided below by Kathleen

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

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

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