Question
CDOSYS sending Form Data
I have tried every combination of trying to get form data
sent in an email without any luck.
objMail.txtEmail = Request.Form("Email")
or
objMail.txtEmail = Request("Email")
If I take out the form elements I can get the system to send me a hardcoded email
Can ANYONE tell me how to add a form variable into an email using CDOSYS.
I am trying to use this as part of an insert, for members who add thier details to our database I want to be able to send an email to someone to be aware who has just been added.
I rely need an answer to this...I have to get this up and running tomorrow
When answering, can you advise were abouts in the script elements should be placed.
ANY help would be appreciated
objMail.txtEmail = Request.Form("Email")
or
objMail.txtEmail = Request("Email")
If I take out the form elements I can get the system to send me a hardcoded email
Can ANYONE tell me how to add a form variable into an email using CDOSYS.
I am trying to use this as part of an insert, for members who add thier details to our database I want to be able to send an email to someone to be aware who has just been added.
I rely need an answer to this...I have to get this up and running tomorrow
When answering, can you advise were abouts in the script elements should be placed.
ANY help would be appreciated