dawilis
06-14-2003, 12:48 AM
I have a register.asp page using DW MX generic insert, I have a javascript required fields script being run onclick() from the form tag and DW uses the action tag to insert the record into my database. this all works a treat. the problem is I want to email myself when a new member joins, so on completion of the insert action the page goes to mail.asp where the Name and Email is sent to me then the page response.redirects to regsuccess.asp
The Problem is in the mail.asp page Im using the request.form(formName) from register.asp but there is no data being collected from the form, I cant see where its going wrong
any help appreciated
both files attached
The Problem is in the mail.asp page Im using the request.form(formName) from register.asp but there is no data being collected from the form, I cant see where its going wrong
any help appreciated
both files attached