{{ store.mailbox.title }}

{% comment %} The below if / elsif is important to show the user whether their message was successfully received or if there were any errors. {% endcomment %} {% if message.received %}

Thanks, we've received your message!

{% elsif message.errors %}

There was a problem sending that message.

{% endif %} {% contact_form %} {% comment %} The contact_form tag has three required fields: * message[name] * message[email] * message[body] There is also an option field that you can add: * message[subject] {% endcomment %}



{% comment %} The below captcha tag is required for this contact form. The follow themes are available: * red * white * blackglass * clean {% endcomment %} {% captcha clean %}

{% endcontact_form %}