<% firstname=request.form("first") lastname=request.form("lastname") address=request.form("address") contact=request.form("contact") email=request.form("email") message=request.form("message") 'this sets the variables' strTO = "contact@foureyessquad.com" strFR = "FES Administrator " strSUB = "Four Eyes Squad Contact Form" strMSG = strMSG & "

First Name: " & firstname & "

" strMSG = strMSG & "

Last Name: " &lastname& "

" strMSG = strMSG & "

Address: " & address & "

" strMSG = strMSG & "

Phone: " & contact & "

" strMSG = strMSG & "

Email: " & email & "

" strMSG = strMSG & "

Message:

" & message & "

" 'this sends the email' set myMail = Server.CreateObject("CDONTS.NewMail") myMail.To = strTO myMail.Bcc = strBCC myMail.From = strFR myMail.Subject = strSUB myMail.MailFormat = 0 myMail.BodyFormat = 0 myMail.Body = strMSG myMail.Send Set myMail = Nothing %> Be Part of the Squad | Four Eyes Squad

Your message has been sent

Thank you for submitting your comments and/or suggestions. We will respond to your query as soon as possible. In the meantime, if you should have any questions, please call our office at 630-362-1908.