Custom Order

{% if contact.sent %}

Your message has been sent and we'll get back to you soon!

{% else %}
Name
{{ contact | contact_input: 'name' }}
Email
{{ contact | contact_input: 'email' }}
Tell us a little bit about what you would like us to create
{{ contact | contact_input: 'message' }}
Spam check
{{ contact | contact_input: 'captcha' }} {{ contact.captcha }}
Enter the characters from the image
Send message
{% endif %}