Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Yes, it is possible. You just need to create the script to mail whatever you want once the data has been inserted.
Copy link to clipboard
Copied
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%>"
Copy link to clipboard
Copied
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.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more