Stickers
{{ page.name }}
{% if contact.sent %}Your message has been sent and we'll get back to you soon.
{% else %} {% if errors != blank %}-
{% for error in errors %}
- {{ error }} {% endfor %}
Name
{{ contact | contact_input: 'name', tabindex: 1 }}
Email
{{ contact | contact_input: 'email', tabindex: 2 }}
Adres
{{ contact | contact_input: 'subject', tabindex: 3 }}
Postcode
{{ contact | contact_input: 'subject', tabindex: 3 }}
Woonplaats
{{ contact | contact_input: 'subject', tabindex: 3 }}
Spam check
{{ contact | contact_input: 'captcha', tabindex: 5 }}
{{ contact.captcha }}
Send
{% endif %}