Forms
-
contact_form
-
firstname
-
lastname
-
email
-
country
-
city
-
company
-
phone
-
message
-
submit
-
_token
-
contact_form
Form type:
"App\Form\ContactForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-parsley" "novalidate" => "" ] |
[ "class" => "js-parsley" "novalidate" => "" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-parsley" "novalidate" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13740 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#13754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13753 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-parsley" "novalidate" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#13920 -errors: [] -form: Symfony\Component\Form\Form {#13879 …} } |
| form | Symfony\Component\Form\FormView {#13893 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | null |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13816 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13816 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| label | "form_label_firstname" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13816 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13776 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_firstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#13778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13777 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_firstname" ] |
| cache_key | "_contact_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#13912 -errors: [] -form: Symfony\Component\Form\Form {#13937 …} } |
| form | Symfony\Component\Form\FormView {#13910 …5} |
| full_name | "contact_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_firstname" |
| label | "form_label_firstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_firstname" |
| valid | true |
| value | "" |
lastname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13783 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13783 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| label | "form_label_lastname" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13783 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13766 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_lastname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#13764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13765 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_lastname" ] |
| cache_key | "_contact_form_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#13913 -errors: [] -form: Symfony\Component\Form\Form {#13934 …} } |
| form | Symfony\Component\Form\FormView {#13917 …5} |
| full_name | "contact_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_lastname" |
| label | "form_label_lastname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_lastname" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#13782 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13769 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#13782 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13769 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| label | "form_label_email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#13782 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13769 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13756 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#13790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13757 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
| cache_key | "_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#13875 -errors: [] -form: Symfony\Component\Form\Form {#13931 …} } |
| form | Symfony\Component\Form\FormView {#13915 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| label | "form_label_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_email" |
| valid | true |
| value | "" |
country
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| choice_attr | [] |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "Please select" => "" "Afghanistan" => "AF" "Åland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua & Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnia & Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "British Virgin Islands" => "VG" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cape Verde" => "CV" "Caribbean Netherlands" => "BQ" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo - Brazzaville" => "CG" "Congo - Kinshasa" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Czechia" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Eswatini" => "SZ" "Ethiopia" => "ET" "Falkland Islands" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard & McDonald Islands" => "HM" "Honduras" => "HN" "Hong Kong SAR China" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Laos" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao SAR China" => "MO" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldova" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar (Burma)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "North Korea" => "KP" "North Macedonia" => "MK" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestinian Territories" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn Islands" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Romania" => "RO" "Russia" => "RU" "Rwanda" => "RW" "Samoa" => "WS" "San Marino" => "SM" "São Tomé & Príncipe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia & South Sandwich Islands" => "GS" "South Korea" => "KR" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts & Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre & Miquelon" => "PM" "St. Vincent & Grenadines" => "VC" "Sudan" => "SD" "Suriname" => "SR" "Svalbard & Jan Mayen" => "SJ" "Sweden" => "SE" "Switzerland" => "CH" "Syria" => "SY" "Taiwan" => "TW" "Tajikistan" => "TJ" "Tanzania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad & Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks & Caicos Islands" => "TC" "Tuvalu" => "TV" "U.S. Outlying Islands" => "UM" "U.S. Virgin Islands" => "VI" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States" => "US" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Vatican City" => "VA" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis & Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
[ "Please select" => "" "Afghanistan" => "AF" "Åland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua & Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnia & Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "British Virgin Islands" => "VG" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cape Verde" => "CV" "Caribbean Netherlands" => "BQ" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo - Brazzaville" => "CG" "Congo - Kinshasa" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Czechia" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Eswatini" => "SZ" "Ethiopia" => "ET" "Falkland Islands" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard & McDonald Islands" => "HM" "Honduras" => "HN" "Hong Kong SAR China" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Laos" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao SAR China" => "MO" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldova" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar (Burma)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "North Korea" => "KP" "North Macedonia" => "MK" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestinian Territories" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn Islands" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Romania" => "RO" "Russia" => "RU" "Rwanda" => "RW" "Samoa" => "WS" "San Marino" => "SM" "São Tomé & Príncipe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia & South Sandwich Islands" => "GS" "South Korea" => "KR" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts & Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre & Miquelon" => "PM" "St. Vincent & Grenadines" => "VC" "Sudan" => "SD" "Suriname" => "SR" "Svalbard & Jan Mayen" => "SJ" "Sweden" => "SE" "Switzerland" => "CH" "Syria" => "SY" "Taiwan" => "TW" "Tajikistan" => "TJ" "Tanzania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad & Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks & Caicos Islands" => "TC" "Tuvalu" => "TV" "U.S. Outlying Islands" => "UM" "U.S. Virgin Islands" => "VI" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States" => "US" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Vatican City" => "VA" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis & Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13770 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13770 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| label | "form_label_country" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | [] |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Please select" => "" "Afghanistan" => "AF" "Åland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua & Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnia & Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "British Virgin Islands" => "VG" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cape Verde" => "CV" "Caribbean Netherlands" => "BQ" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo - Brazzaville" => "CG" "Congo - Kinshasa" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Czechia" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Eswatini" => "SZ" "Ethiopia" => "ET" "Falkland Islands" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard & McDonald Islands" => "HM" "Honduras" => "HN" "Hong Kong SAR China" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Laos" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao SAR China" => "MO" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldova" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar (Burma)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "North Korea" => "KP" "North Macedonia" => "MK" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestinian Territories" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn Islands" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Romania" => "RO" "Russia" => "RU" "Rwanda" => "RW" "Samoa" => "WS" "San Marino" => "SM" "São Tomé & Príncipe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia & South Sandwich Islands" => "GS" "South Korea" => "KR" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts & Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre & Miquelon" => "PM" "St. Vincent & Grenadines" => "VC" "Sudan" => "SD" "Suriname" => "SR" "Svalbard & Jan Mayen" => "SJ" "Sweden" => "SE" "Switzerland" => "CH" "Syria" => "SY" "Taiwan" => "TW" "Tajikistan" => "TJ" "Tanzania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad & Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks & Caicos Islands" => "TC" "Tuvalu" => "TV" "U.S. Outlying Islands" => "UM" "U.S. Virgin Islands" => "VI" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States" => "US" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Vatican City" => "VA" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis & Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13770 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#13811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13809 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_country" ] |
| cache_key | "_contact_form_country_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#13892 +data: "" +value: "" +label: "Please select" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13916 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13914 +data: "AX" +value: "AX" +label: "Åland Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13921 +data: "AL" +value: "AL" +label: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13922 +data: "DZ" +value: "DZ" +label: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13924 +data: "AS" +value: "AS" +label: "American Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13894 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13918 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13919 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13946 +data: "AQ" +value: "AQ" +label: "Antarctica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13947 +data: "AG" +value: "AG" +label: "Antigua & Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13948 +data: "AR" +value: "AR" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13949 +data: "AM" +value: "AM" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13950 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13951 +data: "AU" +value: "AU" +label: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13952 +data: "AT" +value: "AT" +label: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13953 +data: "AZ" +value: "AZ" +label: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13954 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13955 +data: "BH" +value: "BH" +label: "Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13956 +data: "BD" +value: "BD" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13957 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13958 +data: "BY" +value: "BY" +label: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13959 +data: "BE" +value: "BE" +label: "Belgium" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13960 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13961 +data: "BJ" +value: "BJ" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13962 +data: "BM" +value: "BM" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13963 +data: "BT" +value: "BT" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13964 +data: "BO" +value: "BO" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13965 +data: "BA" +value: "BA" +label: "Bosnia & Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13966 +data: "BW" +value: "BW" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13967 +data: "BV" +value: "BV" +label: "Bouvet Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13968 +data: "BR" +value: "BR" +label: "Brazil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13969 +data: "IO" +value: "IO" +label: "British Indian Ocean Territory" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13970 +data: "VG" +value: "VG" +label: "British Virgin Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13971 +data: "BN" +value: "BN" +label: "Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13972 +data: "BG" +value: "BG" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13973 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13974 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13975 +data: "KH" +value: "KH" +label: "Cambodia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13976 +data: "CM" +value: "CM" +label: "Cameroon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13977 +data: "CA" +value: "CA" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13978 +data: "CV" +value: "CV" +label: "Cape Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13979 +data: "BQ" +value: "BQ" +label: "Caribbean Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13980 +data: "KY" +value: "KY" +label: "Cayman Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13981 +data: "CF" +value: "CF" +label: "Central African Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13982 +data: "TD" +value: "TD" +label: "Chad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13983 +data: "CL" +value: "CL" +label: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13984 +data: "CN" +value: "CN" +label: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13985 +data: "CX" +value: "CX" +label: "Christmas Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13986 +data: "CC" +value: "CC" +label: "Cocos (Keeling) Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13987 +data: "CO" +value: "CO" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13988 +data: "KM" +value: "KM" +label: "Comoros" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13989 +data: "CG" +value: "CG" +label: "Congo - Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13990 +data: "CD" +value: "CD" +label: "Congo - Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13991 +data: "CK" +value: "CK" +label: "Cook Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13992 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13993 +data: "CI" +value: "CI" +label: "Côte d’Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13994 +data: "HR" +value: "HR" +label: "Croatia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13995 +data: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13996 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13997 +data: "CY" +value: "CY" +label: "Cyprus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13998 +data: "CZ" +value: "CZ" +label: "Czechia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13999 +data: "DK" +value: "DK" +label: "Denmark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14000 +data: "DJ" +value: "DJ" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14001 +data: "DM" +value: "DM" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14002 +data: "DO" +value: "DO" +label: "Dominican Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14003 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14004 +data: "EG" +value: "EG" +label: "Egypt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14005 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14006 +data: "GQ" +value: "GQ" +label: "Equatorial Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14007 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14008 +data: "EE" +value: "EE" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14009 +data: "SZ" +value: "SZ" +label: "Eswatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14010 +data: "ET" +value: "ET" +label: "Ethiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14011 +data: "FK" +value: "FK" +label: "Falkland Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14012 +data: "FO" +value: "FO" +label: "Faroe Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14013 +data: "FJ" +value: "FJ" +label: "Fiji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14014 +data: "FI" +value: "FI" +label: "Finland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14015 +data: "FR" +value: "FR" +label: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14016 +data: "GF" +value: "GF" +label: "French Guiana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14017 +data: "PF" +value: "PF" +label: "French Polynesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14018 +data: "TF" +value: "TF" +label: "French Southern Territories" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14019 +data: "GA" +value: "GA" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14020 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14021 +data: "GE" +value: "GE" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14022 +data: "DE" +value: "DE" +label: "Germany" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14023 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14024 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14025 +data: "GR" +value: "GR" +label: "Greece" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14026 +data: "GL" +value: "GL" +label: "Greenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14027 +data: "GD" +value: "GD" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14028 +data: "GP" +value: "GP" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14029 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14030 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14031 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14032 +data: "GN" +value: "GN" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14033 +data: "GW" +value: "GW" +label: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14034 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14035 +data: "HT" +value: "HT" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14036 +data: "HM" +value: "HM" +label: "Heard & McDonald Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14037 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14038 +data: "HK" +value: "HK" +label: "Hong Kong SAR China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14039 +data: "HU" +value: "HU" +label: "Hungary" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14040 +data: "IS" +value: "IS" +label: "Iceland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14041 +data: "IN" +value: "IN" +label: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14042 +data: "ID" +value: "ID" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14043 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14044 +data: "IQ" +value: "IQ" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14045 +data: "IE" +value: "IE" +label: "Ireland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14046 +data: "IM" +value: "IM" +label: "Isle of Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14047 +data: "IL" +value: "IL" +label: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14048 +data: "IT" +value: "IT" +label: "Italy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14049 +data: "JM" +value: "JM" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14050 +data: "JP" +value: "JP" +label: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14051 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14052 +data: "JO" +value: "JO" +label: "Jordan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14053 +data: "KZ" +value: "KZ" +label: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14054 +data: "KE" +value: "KE" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14055 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14056 +data: "KW" +value: "KW" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14057 +data: "KG" +value: "KG" +label: "Kyrgyzstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14058 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14059 +data: "LV" +value: "LV" +label: "Latvia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14060 +data: "LB" +value: "LB" +label: "Lebanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14061 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14062 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14063 +data: "LY" +value: "LY" +label: "Libya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14064 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14065 +data: "LT" +value: "LT" +label: "Lithuania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14066 +data: "LU" +value: "LU" +label: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14067 +data: "MO" +value: "MO" +label: "Macao SAR China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14068 +data: "MG" +value: "MG" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14069 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14070 +data: "MY" +value: "MY" +label: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14071 +data: "MV" +value: "MV" +label: "Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14072 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14073 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14074 +data: "MH" +value: "MH" +label: "Marshall Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14075 +data: "MQ" +value: "MQ" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14076 +data: "MR" +value: "MR" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14077 +data: "MU" +value: "MU" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14078 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14079 +data: "MX" +value: "MX" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14080 +data: "FM" +value: "FM" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14081 +data: "MD" +value: "MD" +label: "Moldova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14082 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14083 +data: "MN" +value: "MN" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14084 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14085 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14086 +data: "MA" +value: "MA" +label: "Morocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14087 +data: "MZ" +value: "MZ" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14088 +data: "MM" +value: "MM" +label: "Myanmar (Burma)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14089 +data: "NA" +value: "NA" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14090 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14091 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14092 +data: "NL" +value: "NL" +label: "Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14093 +data: "NC" +value: "NC" +label: "New Caledonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14094 +data: "NZ" +value: "NZ" +label: "New Zealand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14095 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14096 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14097 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14098 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14099 +data: "NF" +value: "NF" +label: "Norfolk Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14100 +data: "KP" +value: "KP" +label: "North Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14101 +data: "MK" +value: "MK" +label: "North Macedonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14102 +data: "MP" +value: "MP" +label: "Northern Mariana Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14103 +data: "NO" +value: "NO" +label: "Norway" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14104 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14105 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14106 +data: "PW" +value: "PW" +label: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14107 +data: "PS" +value: "PS" +label: "Palestinian Territories" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14108 +data: "PA" +value: "PA" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14109 +data: "PG" +value: "PG" +label: "Papua New Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14110 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14111 +data: "PE" +value: "PE" +label: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14112 +data: "PH" +value: "PH" +label: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14113 +data: "PN" +value: "PN" +label: "Pitcairn Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14114 +data: "PL" +value: "PL" +label: "Poland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14115 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14116 +data: "PR" +value: "PR" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14117 +data: "QA" +value: "QA" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14118 +data: "RE" +value: "RE" +label: "Réunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14119 +data: "RO" +value: "RO" +label: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14120 +data: "RU" +value: "RU" +label: "Russia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14121 +data: "RW" +value: "RW" +label: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14122 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14123 +data: "SM" +value: "SM" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14124 +data: "ST" +value: "ST" +label: "São Tomé & Príncipe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14125 +data: "SA" +value: "SA" +label: "Saudi Arabia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14126 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14127 +data: "RS" +value: "RS" +label: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14128 +data: "SC" +value: "SC" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14129 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14130 +data: "SG" +value: "SG" +label: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14131 +data: "SX" +value: "SX" +label: "Sint Maarten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14132 +data: "SK" +value: "SK" +label: "Slovakia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14133 +data: "SI" +value: "SI" +label: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14134 +data: "SB" +value: "SB" +label: "Solomon Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14135 +data: "SO" +value: "SO" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14136 +data: "ZA" +value: "ZA" +label: "South Africa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14137 +data: "GS" +value: "GS" +label: "South Georgia & South Sandwich Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14138 +data: "KR" +value: "KR" +label: "South Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14139 +data: "SS" +value: "SS" +label: "South Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14140 +data: "ES" +value: "ES" +label: "Spain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14141 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14142 +data: "BL" +value: "BL" +label: "St. Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14143 +data: "SH" +value: "SH" +label: "St. Helena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14144 +data: "KN" +value: "KN" +label: "St. Kitts & Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14145 +data: "LC" +value: "LC" +label: "St. Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14146 +data: "MF" +value: "MF" +label: "St. Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14147 +data: "PM" +value: "PM" +label: "St. Pierre & Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14148 +data: "VC" +value: "VC" +label: "St. Vincent & Grenadines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14149 +data: "SD" +value: "SD" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14150 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14151 +data: "SJ" +value: "SJ" +label: "Svalbard & Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14152 +data: "SE" +value: "SE" +label: "Sweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14153 +data: "CH" +value: "CH" +label: "Switzerland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14154 +data: "SY" +value: "SY" +label: "Syria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14155 +data: "TW" +value: "TW" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14156 +data: "TJ" +value: "TJ" +label: "Tajikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14157 +data: "TZ" +value: "TZ" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14158 +data: "TH" +value: "TH" +label: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14159 +data: "TL" +value: "TL" +label: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14160 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14161 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14162 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14163 +data: "TT" +value: "TT" +label: "Trinidad & Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14164 +data: "TN" +value: "TN" +label: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14165 +data: "TR" +value: "TR" +label: "Turkey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14166 +data: "TM" +value: "TM" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14167 +data: "TC" +value: "TC" +label: "Turks & Caicos Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14168 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14169 +data: "UM" +value: "UM" +label: "U.S. Outlying Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14170 +data: "VI" +value: "VI" +label: "U.S. Virgin Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14171 +data: "UG" +value: "UG" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14172 +data: "UA" +value: "UA" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14173 +data: "AE" +value: "AE" +label: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14174 +data: "GB" +value: "GB" +label: "United Kingdom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14175 +data: "US" +value: "US" +label: "United States" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14176 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14177 +data: "UZ" +value: "UZ" +label: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14178 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14179 +data: "VA" +value: "VA" +label: "Vatican City" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14180 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14181 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14182 +data: "WF" +value: "WF" +label: "Wallis & Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14183 +data: "EH" +value: "EH" +label: "Western Sahara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14184 +data: "YE" +value: "YE" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14185 +data: "ZM" +value: "ZM" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14186 +data: "ZW" +value: "ZW" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#13886 -errors: [] -form: Symfony\Component\Form\Form {#13940 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#13887 …5} |
| full_name | "contact_form[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_country" |
| is_selected | Closure($choice, $value) {#14190 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form_label_country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_country" |
| valid | true |
| value | "" |
city
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13771 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13771 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| label | "form_label_city" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13771 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13819 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#13828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13825 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_city" ] |
| cache_key | "_contact_form_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#14188 -errors: [] -form: Symfony\Component\Form\Form {#13943 …} } |
| form | Symfony\Component\Form\FormView {#14189 …5} |
| full_name | "contact_form[city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_city" |
| label | "form_label_city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_city" |
| valid | true |
| value | "" |
company
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "form_label_company" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13837 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_company" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#13839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13838 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_company" ] |
| cache_key | "_contact_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#14191 -errors: [] -form: Symfony\Component\Form\Form {#13908 …} } |
| form | Symfony\Component\Form\FormView {#14192 …5} |
| full_name | "contact_form[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_company" |
| label | "form_label_company" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_company" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "form_label_phone_number" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13846 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_phone_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#13848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13847 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_phone" ] |
| cache_key | "_contact_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#14193 -errors: [] -form: Symfony\Component\Form\Form {#13905 …} } |
| form | Symfony\Component\Form\FormView {#14194 …5} |
| full_name | "contact_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_phone" |
| label | "form_label_phone_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_phone" |
| valid | true |
| value | "" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "rows" => 4 "data-parsley-required-message" => "Field empty!" ] |
[ "rows" => 4 "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13772 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13772 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| label | "form_label_message" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => 4 "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13772 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#13861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13855 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 4 "data-parsley-required-message" => "Field empty!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
| cache_key | "_contact_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#14195 -errors: [] -form: Symfony\Component\Form\Form {#13902 …} } |
| form | Symfony\Component\Form\FormView {#14196 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| label | "form_label_message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
[ "class" => "btn btn-primary float-right" ] |
| label | "form_button_submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form_button_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_form_submit" ] |
| cache_key | "_contact_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#14198 …5} |
| full_name | "contact_form[submit]" |
| id | "contact_form_submit" |
| label | "form_button_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_contact_form_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "72fc9d.pZmHuc8K--mSZ69ENowaw-Tx0mmR3F-KZd4p2TeA2UA.06jk6flVt6_IAcN3fOFWsJyDsV3A7m3LH-x7qHPMjRH0--ONlVu0gPQR_g" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_prefix | "csrf_token" |
same as passed value |
| data | "72fc9d.pZmHuc8K--mSZ69ENowaw-Tx0mmR3F-KZd4p2TeA2UA.06jk6flVt6_IAcN3fOFWsJyDsV3A7m3LH-x7qHPMjRH0--ONlVu0gPQR_g" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#13720 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13724 …} -namespace: Closure() {#13726 …} } |
| data | "72fc9d.pZmHuc8K--mSZ69ENowaw-Tx0mmR3F-KZd4p2TeA2UA.06jk6flVt6_IAcN3fOFWsJyDsV3A7m3LH-x7qHPMjRH0--ONlVu0gPQR_g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14199 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#14203 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#14200 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "72fc9d.pZmHuc8K--mSZ69ENowaw-Tx0mmR3F-KZd4p2TeA2UA.06jk6flVt6_IAcN3fOFWsJyDsV3A7m3LH-x7qHPMjRH0--ONlVu0gPQR_g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#14213 -errors: [] -form: Symfony\Component\Form\Form {#14209 …} } |
| form | Symfony\Component\Form\FormView {#14204 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form__token" |
| valid | true |
| value | "72fc9d.pZmHuc8K--mSZ69ENowaw-Tx0mmR3F-KZd4p2TeA2UA.06jk6flVt6_IAcN3fOFWsJyDsV3A7m3LH-x7qHPMjRH0--ONlVu0gPQR_g" |