not-happy
Please accept our deepest apologies...
I'm really sorry that we didn't meet your expectations.We try to offer our customers with the best quality equipment and the best service possible, but like the rest of us, we all make mistakesPlease give us another chance to make this right with youBelow I have included a contact form that sends your email directly to me, I'll make sure that I do absoloutely everything I can to make this up to you.
- Antonio, Head of Customer services
{% assign formId = 'contact_' | append: 'znid-021524899028' %}
{% form 'contact', id: formId, class: 'zn-contact-form' %}
{% if true %}
{% if 'Your name:*' != '' %}
Your name:*
{% endif %}
{% endif %}
{% if 'Your email:*' != '' %}
Your email:*
{% endif %}
{% if true %}
{% if 'Order Number:' != '' %}
Order Number:
{% endif %}
{% endif %}
{% if 'Message:' != '' %}
Message:
{% endif %}
{% if false %}
I agree to receive news and updates.
{% endif %}
Send
{% if form.posted_successfully? %}
Thank you for your submission.
{% elsif form.errors %}
The information is not valid. Please try again.
{% endif %}
{% endform %}