Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Insert Record -- emailing some results

New Here ,
Jan 22, 2010 Jan 22, 2010

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

TOPICS
Server side applications
445
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 22, 2010 Jan 22, 2010

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 22, 2010 Jan 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%>"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 22, 2010 Jan 22, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines