{% if contact.sent %}

Your message has been sent and we will try to respond within 24 business hours.

{% else %} {% if twitter_username != blank or facebook_username != blank %}
    {% if theme.twitter_username != blank %}
  • Twitter
  • {% endif %} {% if theme.facebook_username != blank %}
  • Facebook
  • {% endif %}
{% endif %}
  • Your name {{ contact | contact_input: 'name' }}
  • Your email {{ contact | contact_input: 'email' }}
  • Subject {{ contact | contact_input: 'subject' }}
  • Products you want or like in our store {{ contact | contact_input: 'message' }}
  • Are you human? Enter the characters from the image
    {{ contact.captcha }}
    {{ contact | contact_input: 'captcha' }}
Send Message {% endif %}