Contact Custome
test
{{ page.title }}
{{- page.content -}}
{%- form 'contact', class: 'Form Form--spacingTight' -%}
{%- if form.posted_successfully? -%}
{%- endif -%}
{%- for block in section.blocks -%}
{%- assign field_title = block.settings.title -%}
{%- if field_title == blank -%}
{%- capture field_title -%}Custom field {% increment custom_field %}{%- endcapture -%}
{%- endif -%}
{%- if block.type == 'text' -%}
{%- endif -%}
{%- endfor -%}
{%- endform -%}
{{ 'contact.form.successfully_sent' | t }}
{%- endif -%} {%- if form.errors -%}-
{%- for field in form.errors -%}
{%- if field == 'form' -%}
- {{ form.errors.messages[field] }} {%- else -%}
- {{ form.errors.translated_fields[field] }} {{ form.errors.messages[field] }} {%- endif -%} {%- endfor -%}
{%- if block.settings.use_long_text -%}
{%- else -%}
{%- endif -%}
{%- elsif block.type == 'dropdown' -%}
{%- assign values = block.settings.values | split: ',' -%}
{%- if values == empty -%}
{%- continue -%}
{%- endif -%}
{%- render 'icon' with 'select-arrow' -%}