Ever want to know how to take a form that was just inserted into the database, and email the user with information? Well heres how with code for both Jmail & Cdonts. You can really find this all over Tek-Tips and elsewhere, but I've seen it a bunch posted right here - so here you go.
[color navy]
Insert the form into the database - redirect to page 2.
on page two create a recordset, order by ID descending.
then put the code right below the recordset. (pick which one works for you). Obviously you have to alter the below code to work for your items.
Good luck! ~Schase
Jmail Version
<%
Dim strRecipient
Dim strCallsign
Dim strPassword
Dim strSquad
Dim strYahoo
Dim strICQ
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.