CONTXCT

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

{% assign: Contact_Page_Text = "asdfasdfasdfasdf" %}
{% assign: Email = "[email protected]" %}
{% assign: Customer_Service = "" %}
{% 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 %}

Name {{ contact | contact_input: 'name' }} Email {{ contact | contact_input: 'email' }} Subject {{ contact | contact_input: 'subject' }} Message {{ contact | contact_input: 'message' }}

Enter the letters from the image in the box below.

{{ contact.captcha }}
Spam Check {{ contact | contact_input: 'captcha' }} Send

{% endif %}