{% if contact.sent %}

Thank You!

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

{% else %}

{{ page.name }}

  • Your Name: {{ contact | contact_input: 'name' }}
  • Your Email: {{ contact | contact_input: 'email' }}
  • Subject: {{ contact | contact_input: 'subject' }}
  • Message: {{ contact | contact_input: 'message' }}
  • Spam Check:

    Please enter the characters from the image.

    {{ contact | contact_input: 'captcha' }}
    {{ contact.captcha }}
  • Send Message
{% endif %}