Quick Shipping Quote
Address Selection
{{ 'section-contact-form.aio.min.css' | asset_url | stylesheet_tag }}
{%- endform -%}
{% schema %}
{
"name": "t:sections.contact-form.name",
"tag": "section",
"class": "spaced-section",
"settings": [
{
"type": "text",
"id": "heading",
"default": "Contact form",
"label": "Heading"
}
],
"presets": [
{
"name": "t:sections.contact-form.presets.name"
}
]
}
{% endschema %}
Address Selection
{{ section.settings.heading | escape }}
{%- form 'contact', id: 'ContactForm' -%} {%- if form.posted_successfully? -%} {%- elsif form.errors -%} {%- endif -%}
{%- if form.errors contains 'email' -%}
{{ 'accessibility.error' | t }}
{%- endif -%}