{{ ------------BEGIN THEME SETTINGS AND CONTROLS------------ }}

{% capture Customer_Service_Text %}

{% endcapture %}

{% assign: Contact_Submit_Success_Message = "Your message has been sent and we will respond as soon as possible." %}

{% assign: Subject_Field_Type = 'Text Field' %} {{ Options: 'Dropdown' or 'Text Field' }}

{{ --Subject Dropdown Options-- }}

{% assign: Number_of_Options = 5 %} {{ Note: Please enter number (from 1 to 5) of subject options WITHOUT quotation marks }}

{% assign: Subject_Info_Default = 'Select Option' %} {{ Note: This is the default text that shows for the subject, which the user can not select }}
{% assign: Option_1 = 'Placing an Order' %}
{% assign: Option_2 = 'Order Inquiry' %}
{% assign: Option_3 = 'Returns and Exchanges' %}
{% assign: Option_4 = 'Product Questions' %}
{% assign: Option_5 = 'General Questions' %}

{{ ------------END THEME SETTINGS AND CONTROLS------------ }}

{{ Contact_Page_Intro_Text | paragraphs }}
{% if contact.sent %}

{{ Contact_Submit_Success_Message }}

{% else %}


{{ store.name }}

{{ Your_Address }}

{{ City_State_Zip }}


{{ Customer_Service_Text | paragraphs }}
Name {{ contact | contact_input: 'name' | replace: "id=", "class='input-xlarge' id=" }} Email {{ contact | contact_input: 'email' | replace: "id=", "class='input-xlarge' id=" }} Subject {% if Subject_Field_Type == 'Text Field' or Subject_Field_Type == blank %}{{ contact | contact_input: 'subject' | replace: "id=", "class='input-xlarge' id=" }}{% endif %} {% if Subject_Field_Type == 'Dropdown' %} ***{{ Subject_Info_Default }}*** {% if Number_of_Options >= 1 %}{{ Option_1 }}{% endif %} {% if Number_of_Options >= 2 %}{{ Option_2 }}{% endif %} {% if Number_of_Options >= 3 %}{{ Option_3 }}{% endif %} {% if Number_of_Options >= 4 %}{{ Option_4 }}{% endif %} {% if Number_of_Options >= 5 %}{{ Option_5 }}{% endif %} {% endif %} Message {{ contact | contact_input: 'message' | replace: "id=", "class='input-xxlarge' id=" }}

Enter the letters from the image in the box below.

{{ contact.captcha }}
Spam Check {{ contact | contact_input: 'captcha' | replace: "id=", "class='input-xlarge' id=" }} Send {% endif %}