Question
Send Form Data
What I have is a script to send form data back , but I am
only getting the last form element , i.e ("contactNumber")
Below is the list of elements that I want in the email body and just need to pass this into the email. I know I am just missing something....but need to know what it is I an doing wrong....help would be appreciated
objMail.TextBody = Request.Form("Email")& vbCrlf
objMail.TextBody = Request.Form("FirstName")& vbCrlf
objMail.TextBody = Request.Form("LastName") & vbCrlf
objMail.TextBody = Request.Form("FirstName") & vbCrlf
objMail.TextBody = Request.Form("ContactNumber") & vbCrlf
I need to get this completed ASAP, so an urgent response would be helpful
Regards
Below is the list of elements that I want in the email body and just need to pass this into the email. I know I am just missing something....but need to know what it is I an doing wrong....help would be appreciated
objMail.TextBody = Request.Form("Email")& vbCrlf
objMail.TextBody = Request.Form("FirstName")& vbCrlf
objMail.TextBody = Request.Form("LastName") & vbCrlf
objMail.TextBody = Request.Form("FirstName") & vbCrlf
objMail.TextBody = Request.Form("ContactNumber") & vbCrlf
I need to get this completed ASAP, so an urgent response would be helpful
Regards
