description = "Contact 4 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_contact4_size %} {% set size_2 = total - size_1 %} {% if size_1 == 12 %} {% set size_2 = total %} {% endif %}
{% if data.section_contact4_header or data.section_contact4_subheader %}

{{ data.section_contact4_header }}

{{ data.section_contact4_subheader }}
{% endif %}
{% if data.section_contact4_ftitle %}

{{ data.section_contact4_ftitle }}

{% endif %}
{{ form_token() }}
{% if (recaptcha_enabled) %}
{% elseif (recaptcha_misconfigured) %}
{{ recaptcha_warn }}
{% endif %}
{% if size_1 != 12 %}
{% for fields in data.section_contact4_infos %}
{% if fields.section_contact4_info_title %}

{{ fields.section_contact4_info_title }}

{% endif %} {% for info in fields.section_contact4_info %} {% if info.section_contact4_info_url %}{% endif %}

{{ info.section_contact4_info_text }}

{% if info.section_contact4_info_url %}
{% endif %} {% endfor %}
{% endfor %} {% if data.section_contact4_social %} {% if data.section_contact4_stitle %}

{{ data.section_contact4_stitle }}

{% endif %}
    {% for fields in data.section_contact4_social %}
  • {% endfor %}
{% endif %}
{% endif %}