<%@language="vbscript" codepage="65001"%> <%option explicit%> U-Turn Properties | Real Solutions for Real Property Home Contact Us About Us
Contact Us

U-Turn Properties, LLC
4093 Broadway
Grove City, Oh 43123
Local:614-581-2400
Fax: 877-875-3202
info@uturnproperties.com

Sales and Marketing Department
marketing@uturnproperties.com



You can also contact us by completing the below form:

<% if request.form("btn_submit") <> "" then if request.form("txt_email") = "" then response.write "

Please enter an Email Address.

" else 'declare variables dim obj_mail, str_body, bol_error 'create mail object set obj_mail = server.createobject("memail.message") 'set properities obj_mail.mailfrom = request.form("txt_email") obj_mail.mailfromdisplayname = request.form("txt_first_name") & " " & request.form("txt_last_name") obj_mail.mailto = "info@uturnproperties.com" obj_mail.subject = "Website From Submission" str_body = "First Name: " & request.form("txt_first_name") & vbnewline str_body = str_body & "Last Name: " & request.form("txt_last_name") & vbnewline str_body = str_body & "Street Address: " & request.form("txt_street_address") & vbnewline str_body = str_body & "Apt/Suite: " & request.form("txt_suite") & vbnewline str_body = str_body & "City: " & request.form("txt_city") & vbnewline str_body = str_body & "State: " & request.form("sel_state") & vbnewline str_body = str_body & "Zip: " & request.form("txt_zip") & vbnewline str_body = str_body & "Email Address: " & request.form("txt_email") & vbnewline str_body = str_body & "Phone 1: " & request.form("txt_phone_1") & vbnewline str_body = str_body & "Phone 2: " & request.form("txt_phone_2") & vbnewline str_body = str_body & "How can U-Turn Properties help: " & request.form("txt_message") obj_mail.messagebody = str_body 'send email bol_error = obj_mail.sendmessage with response .write "

" 'return error number or true if bol_error = 0 then .write "Error sending your message; please contact us at info@uturnproperties.com." else .write "Your message has been sent." end if .write "

" end with 'response.write "Error: " & obj_mail.errorstring 'COMMENT OUT FOR PRODUCTION end if end if %>

*First Name:
*Last Name:
Street Address:
Apt/Suite:
City:
State:
Zip:
*Email Address:
*Phone 1:
Phone 2:
*How can U-Turn Properties help you?
Note: Fields with asterisks are required.