Contact
{{ ------------BEGIN THEME SETTINGS AND CONTROLS------------ }}
{% assign: Contact_Page_Text = "Lorem ipsum dolor sit amet, consectetuer..." %}
{% assign: Your_Address = "123 Theme Land" %}
{% assign: City_State_Zip = "Theme City, NJ 01010" %}
{% assign: Phone_Number = "(123) 435-6789" %}
{% assign: Email = "[email protected]" %}
{% assign: Customer_Service = "Our online customer service hours are: Monday to Friday, 10:00am to 5:00pm EST Please allow up to 24 hours for a response to your inquiry. Emails sent during non-office hours will be responded to on the next business day." %}
{% assign: Contact_Submit_Success_Message = "Your message has been sent and we will respond as soon as possible." %}
{% if contact.sent %}
{% endif %}
{{ Contact_Submit_Success_Message }}
{% else %}
{{ Contact_Page_Text | paragraphs }}
- {{ store.name }}
- {{ Your_Address }}
- {{ City_State_Zip }}
- Contact Number: {{ Phone_Number }}
- Contact Email: {{ Email }}
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
Send
{{ contact.captcha }}
{{ contact | contact_input: 'captcha' | replace: "id=", "class='input-xlarge' id=" }}