Custom Candles

{% if contact.sent %}

Your custom candle inquiry has been sent and we'll be getting back to you shortly with pricing!

{% else %} {% if errors != blank %} {% endif %}
Name / Company {{ contact | contact_input: 'name', tabindex: 1 }}
Email {{ contact | contact_input: 'email', tabindex: 2 }}
Subject {{ contact | contact_input: 'subject', tabindex: 3 }}
Message {{ contact | contact_input: 'message', tabindex: 4 }}
Spam check {{ contact | contact_input: 'captcha', tabindex: 5 }} {{ contact.captcha }}
Send
{% endif %}