Skip to main content
Participating Frequently
January 22, 2010
Question

Insert Record -- emailing some results

  • January 22, 2010
  • 1 reply
  • 441 views

I have created a contest entry form for our website. I have all of the information going to an Access database.

I want PART of the form, the user's contact information, sent via email. This person just wants to know who filled out the form, not their answers. Is it possible to do this?

I am using ASP.

Thanks!

Dahn

This topic has been closed for replies.

1 reply

Participating Frequently
January 22, 2010

Yes, it is possible. You just need to create the script to mail whatever you want once the data has been inserted.

Participating Frequently
January 22, 2010

What would I do for the form action? If I'm using a sendemail.asp file, for example?

the action is already filled out from the Insert Record behavior -- form action="<%=MM_editAction%>"

Participating Frequently
January 22, 2010

You could call another script page to process the mail, but that means sending the data over to that page. It is easier to just take the contents of your form mail script and add it to the insert script. Either way, you will need to be able to code this by hand.