User-1424838277 posted
Hi There,
I am a little stuck.
I'm helping my wife out with a project for her work.
It is a simple HTML form where people enter details to register for something, all these values are then posted into an Access Database with ASP.
I have this working quite well, but we've now been asked to add another function to this form. And that is to email the values to a specific person.
How would I go about doing either of the following:
1. Have one submit button that both emails and submits the values to the DB
or
2. Have two buttons, one to email and one to submit to the DB. Where if the email button is clicked, the mail is fired off without loosing the values already in the form, which would then allow the user to submit it to the db aswell.
My Ideal solution is to email and write to DB at the same time if possible.
Regards,
BinaryReligion