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 %}