<%Response.Buffer=true Response.CacheControl="Private" Response.Expires = 15 If Request.querystring("check") = "valid" then FieldMes="" Session("strName") = Trim(Request.Form("strName")) Session("strEmail") = Trim(Request.Form("strEmail")) Session("strAddress1") = Trim(Request.Form("strAddress1")) Session("strAddress2") = Trim(Request.Form("strAddress2")) Session("strTown") = Trim(Request.Form("strTown")) Session("strRegion") = Trim(Request.Form("strRegion")) Session("strPostcode") = Trim(Request.Form("strPostcode")) Session("strComments") = Trim(Request.Form("strComments")) Session("booUnsubscribe") = (Request.Form("booUnsubscribe")) If Session("strEmail") = "" then FieldMes = FieldMes & _ "
  • Please enter your e-mail address

  • " If Session("strName") = "" then Session("strName") = "None" If Session("strAddress1") = "" then Session("strAddress1") = "None" If Session("strAddress2") = "" then Session("strAddress2") = "None" If Session("strTown") = "" then Session("strTown") = "None" If Session("strRegion") = "" then Session("strRegion") = "None" If Session("strPostcode") = "" then Session("strPostcode") = "None" If Session("strComments") = "" then Session("strComments") = "None" If Session("booUnsubscribe") = "on" then Session("booUnsubscribe") = "checked" Session("FieldMes")=FieldMes If (Session("FieldMes")="") then Response.redirect("sendmailtalk.asp") end if %> SUBSCRIBE TO LIST: Add - or remover yourself from the Seriously Groovy mailinglist
    Add yourself to our mailing list and you will get the occasional piece of information on upcoming Seriously Groovy releases, events and other bits and bobs. If you don't like it, you can come back and remove yourself using the checkbox below.

    So. . . what is there to loose? Just fill in the blanks and hit send.

     
     

    <%=Session("FieldMes")%>

     Fields marked * must be completed

     Name

    ">

     Email Address *

    ">
      

     Address Line 1

    ">

     Address Line 2

    ">

     Town

    ">

     Region

    ">

     Postcode

    ">

     Comments

    ">

     Unsubscribe

    >