description = "Contact 2 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" skip_database = 0 ==
{% if data.section_contact2_header or data.section_contact2_subheader %}

{{ data.section_contact2_header }}

{{ data.section_contact2_subheader }}
{% endif %}
{% if data.section_contact2_ftitle %}

{{ data.section_contact2_ftitle }}

{% endif %}
{{ form_token() }}
{% if (recaptcha_enabled) %}
{% elseif (recaptcha_misconfigured) %}
{{ recaptcha_warn }}
{% endif %}
{% if data.section_contact2_infos or data.section_contact2_social %}
{% if data.section_contact2_infos|length == 1 %} {% set size = 6 %} {% elseif data.section_contact2_infos|length == 2 %} {% set size = 4 %} {% elseif data.section_contact2_infos|length == 3 %} {% set size = 3 %} {% endif %} {% set aos = ['flip-left', 'flip-up', 'flip-down'] %} {% for fields in data.section_contact2_infos %}
{% if fields.section_contact2_info_title %}

{{ fields.section_contact2_info_title }}

{% endif %}
{% endfor %} {% if data.section_contact2_social %}
{% if data.section_contact2_stitle %}

{{ data.section_contact2_stitle }}

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