description = "Contact 3 Section" [viewBag] [genericForm] rules[name] = "required" rules[email] = "required|email" rules[phone] = "required|number" messages_success = "Your form was successfully submitted" messages_errors = "There were errors with your submission" inline_errors = "disabled" allowed_fields[] = "name" allowed_fields[] = "email" allowed_fields[] = "subject" allowed_fields[] = "comments" allowed_fields[] = "phone" sanitize_data = "disabled" anonymize_ip = "disabled" recaptcha_theme = "light" recaptcha_type = "image" recaptcha_size = "normal" == {% set total = 12 %} {% set size_1 = data.section_contact3_size %} {% set size_2 = total - size_1 %} {% if size_1 == 12 %} {% set size_2 = total %} {% endif %}
{% if data.section_contact3_header or data.section_contact3_subheader %}

{{ data.section_contact3_header }}

{{ data.section_contact3_subheader }}
{% endif %}
{% if data.section_contact3_title %}

{{ data.section_contact3_title }}

{% endif %}
{{ form_token() }}
{% if (recaptcha_enabled) %}
{% elseif (recaptcha_misconfigured) %}
{{ recaptcha_warn }}
{% endif %}
{% if size_1 != 12 %}
{% if data.section_contact3_type == 'image' %} {% endif %} {% if data.section_contact3_type == 'map' %}
{% endif %}
{% endif %}
{% if data.section_contact3_infos|length == 1 %} {% set size = 12 %} {% elseif data.section_contact3_infos|length == 2 %} {% set size = 6 %} {% elseif data.section_contact3_infos|length == 3 %} {% set size = 4 %} {% elseif data.section_contact3_infos|length == 4 %} {% set size = 3 %} {% endif %} {% set aos = ['flip-left', 'flip-up', 'flip-down'] %} {% for fields in data.section_contact3_infos %}
{% if fields.section_contact3_info_icon %}{% endif %}
{{ fields.section_contact3_info_title }}
{% for info in fields.section_contact3_info %} {% if info.section_contact3_info_url %}{% endif %}

{{ info.section_contact3_info_text }}

{% if info.section_contact3_info_url %}
{% endif %} {% endfor %}
{% endfor %}