description = "Contact 1 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 == {% set total = 12 %} {% set size_1 = data.section_contact1_size %} {% set size_2 = total - size_1 %} {% if size_1 == 12 %} {% set size_2 = total %} {% endif %}
{% if data.section_contact1_header or data.section_contact1_subheader %}

{{ data.section_contact1_header }}

{{ data.section_contact1_subheader }}
{% endif %}
{% if data.section_contact1_ftitle %}

{{ data.section_contact1_ftitle }}

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

{{ fields.section_contact1_info_title }}

{% endif %} {% endfor %} {% if data.section_contact1_social %} {% if data.section_contact1_stitle %}

{{ data.section_contact1_stitle }}

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