richiedi informazioni

{% form 'contact', class: 'form page-contact-form' %} {% if form.posted_successfully? %}

{{ 'page.contact.success' | t }}

{% endif %} {% if form.errors %}
{{ form.errors | default_errors }}
{% endif %}
{% assign name_attr = 'product.title' | t | handle %}
{% assign name_attr = 'page.contact.name' | t | handle %}
{{ 'shopify.online_store.spam_detection.disclaimer_html' | t }}
{% endform %}