Back to site

Contact Us

{{ ------------BEGIN THEME SETTINGS AND CONTROLS------------ }} {% assign: Contact_Page_Text = "" %} {% assign: Your_Address = "" %} {% assign: City_State_Zip = "" %} {% assign: Phone_Number = "" %} {% assign: Email = "" %} {% assign: Customer_Service = "Feel free to drop us a line. We'll be sure to get back to you as soon as possible." %} {% assign: Contact_Submit_Success_Message = "Your message has been sent and we will respond as soon as possible." %} {{ ------------END THEME SETTINGS AND CONTROLS------------ }}
{% if contact.sent %}

{{ Contact_Submit_Success_Message }}

{% else %}
{{ Contact_Page_Text | paragraphs }}
  • {{ ÛRB▲N. EDGY.MË }}
  • {{ Your_Address }}
  • {{ City_State_Zip }}

{{ Customer_Service | paragraphs }}
Name
{{ contact | contact_input: 'name' | replace: "id=", "class='input-xlarge' id=" }}
Email
{{ contact | contact_input: 'email' | replace: "id=", "class='input-xlarge' id=" }}
Subject
{{ contact | contact_input: 'subject' | replace: "id=", "class='input-xlarge' id=" }}
Message
{{ contact | contact_input: 'message' | replace: "id=", "rows='10' class='input-xxlarge' id=" }}
Captcha
{{ contact.captcha }}
{{ contact | contact_input: 'captcha' | replace: "id=", "class='input-xlarge' id=" }}

Send

{% endif %}