I am saving the users data to an Access DB then pulling out the submitted data and emailing to them their submission. Right now the user clicks once to submit data to the database. This event calls savedata.asp, which saves the record to the DB then pulls out the data and displays it in the browser. The user then clicks another button to get the data emailed to them.
What I would like to do is have the user click one submit button that will post the data to the database and send to my email form. Is this possible? I guess the short version of my question is can I post the data from my entry form to my savadata page and my email page at the same time? Or can I post the data then pull the data out and submit it to my email form??? Hope I made sense...
What I would like to do is have the user click one submit button that will post the data to the database and send to my email form. Is this possible? I guess the short version of my question is can I post the data from my entry form to my savadata page and my email page at the same time? Or can I post the data then pull the data out and submit it to my email form??? Hope I made sense...