content form
{%- assign contact_form_id = 'contact-' | append: id -%}
{%- form 'contact', id: contact_form_id -%}
{%- if block.settings.phone -%}
{%- endif -%}
{% comment %}
Remove the following three lines of code to remove the note
about being protected by Google's reCAPTCHA service.
By removing it, the small reCAPTCHA widget will appear in the
bottom right corner of the page.
{% endcomment %}
{{ 'shopify.online_store.spam_detection.disclaimer_html' | t }}
{%- if form.posted_successfully? -%}
{{ 'contact.form.post_success' | t }}
{%- endif -%} {%- if form.product -%} {{ form.errors | default_errors }} {%- endif -%} {%- endform -%}