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 %}-
{% for error in errors %}
- {{ error }} {% endfor %}
Name / Company
{{ contact | contact_input: 'name', tabindex: 1 }}
Email
{{ contact | contact_input: 'email', tabindex: 2 }}
Subject
{{ contact | contact_input: 'subject', tabindex: 3 }}
Spam check
{{ contact | contact_input: 'captcha', tabindex: 5 }}
{{ contact.captcha }}
Send
{% endif %}