Contact

SynForever

{{ page.name }}

{% if errors != blank %}
    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% endif %} {% if contact.sent %}

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

{% else %}
Name
{{ contact | contact_input: 'name' }}
Email
{{ contact | contact_input: 'email' }}
Subject
{{ contact | contact_input: 'subject' }}
Message
{{ contact | contact_input: 'message' }}
{{ contact.recaptcha }}
Send message
{% endif %}