ASP form HELP!

Out of context: Reply #5

  • Started
  • Last post
  • 7 Responses
  • oynk0

    this is the code i've used. i've taken the code you've sent, modified it, but doesn't seems to work:

    Mailer.BodyText= Request.Form("txtName") & " has submitted the following message:" & vbCrLf & vbCrLf & _
    "Name: " & vbCrLf & _
    Request.Form("txtName") & vbCrLf & vbCrLf & _
    "Email: " & vbCrLf & _
    Request.Form("txtEmail") & vbCrLf & vbCrLf & _
    "Message: " & vbCrLf & _
    Request.Form("txtMessage")
    selection=request("checkbox")

View thread