Forum Moderators: open
This is how my code is:
body = "Name: " & Request.Form("name") & vbCrLf & _
"Email: " & Request.Form("email") & Chr(10) & _
"Manufacturer: " & Request.Form("mnf") & Chr(10) & _
"Category: " & Request.Form("cat") & Chr(10) & _
"Product Description: " & Request.Form("msg")
Could you guys help?
Thanks
Birdman, the way you described gives me an error. I am not sure the \r\n is supposed to go inside quotes?
Isn't there another way to do this?
Thanks