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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13605 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() {#13607 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13606 …} $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 {#13763 -errors: [] -form: Symfony\Component\Form\Form {#13731 …} } |
| form | Symfony\Component\Form\FormView {#13761 …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" => "Feldinhalt leer!" ] |
[ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13613 +payload: null +groups: ? +message: "Feldinhalt leer!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13613 +payload: null +groups: ? +message: "Feldinhalt leer!" +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" => "Feldinhalt leer!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13613 +payload: null +groups: ? +message: "Feldinhalt leer!" +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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13626 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() {#13628 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13627 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| 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 {#13782 -errors: [] -form: Symfony\Component\Form\Form {#13734 …} } |
| form | Symfony\Component\Form\FormView {#13766 …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" => "Feldinhalt leer!" ] |
[ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13614 +payload: null +groups: ? +message: "Feldinhalt leer!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13614 +payload: null +groups: ? +message: "Feldinhalt leer!" +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" => "Feldinhalt leer!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13614 +payload: null +groups: ? +message: "Feldinhalt leer!" +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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13635 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() {#13637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13636 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| 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 {#13784 -errors: [] -form: Symfony\Component\Form\Form {#13737 …} } |
| form | Symfony\Component\Form\FormView {#13785 …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" => "Feldinhalt leer!" ] |
[ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#13615 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13616 +payload: null +groups: ? +message: "Feldinhalt leer!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#13615 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13616 +payload: null +groups: ? +message: "Feldinhalt leer!" +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" => "Feldinhalt leer!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#13615 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13616 +payload: null +groups: ? +message: "Feldinhalt leer!" +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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13648 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() {#13650 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13649 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| 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 {#13786 -errors: [] -form: Symfony\Component\Form\Form {#13740 …} } |
| form | Symfony\Component\Form\FormView {#13787 …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" => "Feldinhalt leer!" ] |
[ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| choice_attr | [] |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "Bitte wählen" => "" "Afghanistan" => "AF" "Ägypten" => "EG" "Ålandinseln" => "AX" "Albanien" => "AL" "Algerien" => "DZ" "Amerikanisch-Samoa" => "AS" "Amerikanische Jungferninseln" => "VI" "Amerikanische Überseeinseln" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarktis" => "AQ" "Antigua und Barbuda" => "AG" "Äquatorialguinea" => "GQ" "Argentinien" => "AR" "Armenien" => "AM" "Aruba" => "AW" "Aserbaidschan" => "AZ" "Äthiopien" => "ET" "Australien" => "AU" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesch" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgien" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivien" => "BO" "Bonaire, Sint Eustatius und Saba" => "BQ" "Bosnien und Herzegowina" => "BA" "Botsuana" => "BW" "Bouvetinsel" => "BV" "Brasilien" => "BR" "Britische Jungferninseln" => "VG" "Britisches Territorium im Indischen Ozean" => "IO" "Brunei Darussalam" => "BN" "Bulgarien" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cabo Verde" => "CV" "Chile" => "CL" "China" => "CN" "Cookinseln" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Curaçao" => "CW" "Dänemark" => "DK" "Deutschland" => "DE" "Dominica" => "DM" "Dominikanische Republik" => "DO" "Dschibuti" => "DJ" "Ecuador" => "EC" "El Salvador" => "SV" "Eritrea" => "ER" "Estland" => "EE" "Eswatini" => "SZ" "Falklandinseln" => "FK" "Färöer" => "FO" "Fidschi" => "FJ" "Finnland" => "FI" "Frankreich" => "FR" "Französisch-Guayana" => "GF" "Französisch-Polynesien" => "PF" "Französische Süd- und Antarktisgebiete" => "TF" "Gabun" => "GA" "Gambia" => "GM" "Georgien" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griechenland" => "GR" "Grönland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard und McDonaldinseln" => "HM" "Honduras" => "HN" "Indien" => "IN" "Indonesien" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irland" => "IE" "Island" => "IS" "Isle of Man" => "IM" "Israel" => "IL" "Italien" => "IT" "Jamaika" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanien" => "JO" "Kaimaninseln" => "KY" "Kambodscha" => "KH" "Kamerun" => "CM" "Kanada" => "CA" "Kasachstan" => "KZ" "Katar" => "QA" "Kenia" => "KE" "Kirgisistan" => "KG" "Kiribati" => "KI" "Kokosinseln" => "CC" "Kolumbien" => "CO" "Komoren" => "KM" "Kongo-Brazzaville" => "CG" "Kongo-Kinshasa" => "CD" "Kroatien" => "HR" "Kuba" => "CU" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libyen" => "LY" "Liechtenstein" => "LI" "Litauen" => "LT" "Luxemburg" => "LU" "Madagaskar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Malediven" => "MV" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshallinseln" => "MH" "Martinique" => "MQ" "Mauretanien" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexiko" => "MX" "Mikronesien" => "FM" "Monaco" => "MC" "Mongolei" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mosambik" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Neukaledonien" => "NC" "Neuseeland" => "NZ" "Nicaragua" => "NI" "Niederlande" => "NL" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Nordkorea" => "KP" "Nördliche Marianen" => "MP" "Nordmazedonien" => "MK" "Norfolkinsel" => "NF" "Norwegen" => "NO" "Oman" => "OM" "Österreich" => "AT" "Pakistan" => "PK" "Palästinensische Autonomiegebiete" => "PS" "Palau" => "PW" "Panama" => "PA" "Papua-Neuguinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippinen" => "PH" "Pitcairninseln" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Republik Moldau" => "MD" "Réunion" => "RE" "Ruanda" => "RW" "Rumänien" => "RO" "Russland" => "RU" "Salomonen" => "SB" "Sambia" => "ZM" "Samoa" => "WS" "San Marino" => "SM" "São Tomé und Príncipe" => "ST" "Saudi-Arabien" => "SA" "Schweden" => "SE" "Schweiz" => "CH" "Senegal" => "SN" "Serbien" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Simbabwe" => "ZW" "Singapur" => "SG" "Sint Maarten" => "SX" "Slowakei" => "SK" "Slowenien" => "SI" "Somalia" => "SO" "Sonderverwaltungsregion Hongkong" => "HK" "Sonderverwaltungsregion Macau" => "MO" "Spanien" => "ES" "Spitzbergen und Jan Mayen" => "SJ" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts und Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre und Miquelon" => "PM" "St. Vincent und die Grenadinen" => "VC" "Südafrika" => "ZA" "Sudan" => "SD" "Südgeorgien und die Südlichen Sandwichinseln" => "GS" "Südkorea" => "KR" "Südsudan" => "SS" "Suriname" => "SR" "Syrien" => "SY" "Tadschikistan" => "TJ" "Taiwan" => "TW" "Tansania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad und Tobago" => "TT" "Tschad" => "TD" "Tschechien" => "CZ" "Tunesien" => "TN" "Türkei" => "TR" "Turkmenistan" => "TM" "Turks- und Caicosinseln" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "Ungarn" => "HU" "Uruguay" => "UY" "Usbekistan" => "UZ" "Vanuatu" => "VU" "Vatikanstadt" => "VA" "Venezuela" => "VE" "Vereinigte Arabische Emirate" => "AE" "Vereinigte Staaten" => "US" "Vereinigtes Königreich" => "GB" "Vietnam" => "VN" "Wallis und Futuna" => "WF" "Weihnachtsinsel" => "CX" "Westsahara" => "EH" "Zentralafrikanische Republik" => "CF" "Zypern" => "CY" ] |
[ "Bitte wählen" => "" "Afghanistan" => "AF" "Ägypten" => "EG" "Ålandinseln" => "AX" "Albanien" => "AL" "Algerien" => "DZ" "Amerikanisch-Samoa" => "AS" "Amerikanische Jungferninseln" => "VI" "Amerikanische Überseeinseln" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarktis" => "AQ" "Antigua und Barbuda" => "AG" "Äquatorialguinea" => "GQ" "Argentinien" => "AR" "Armenien" => "AM" "Aruba" => "AW" "Aserbaidschan" => "AZ" "Äthiopien" => "ET" "Australien" => "AU" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesch" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgien" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivien" => "BO" "Bonaire, Sint Eustatius und Saba" => "BQ" "Bosnien und Herzegowina" => "BA" "Botsuana" => "BW" "Bouvetinsel" => "BV" "Brasilien" => "BR" "Britische Jungferninseln" => "VG" "Britisches Territorium im Indischen Ozean" => "IO" "Brunei Darussalam" => "BN" "Bulgarien" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cabo Verde" => "CV" "Chile" => "CL" "China" => "CN" "Cookinseln" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Curaçao" => "CW" "Dänemark" => "DK" "Deutschland" => "DE" "Dominica" => "DM" "Dominikanische Republik" => "DO" "Dschibuti" => "DJ" "Ecuador" => "EC" "El Salvador" => "SV" "Eritrea" => "ER" "Estland" => "EE" "Eswatini" => "SZ" "Falklandinseln" => "FK" "Färöer" => "FO" "Fidschi" => "FJ" "Finnland" => "FI" "Frankreich" => "FR" "Französisch-Guayana" => "GF" "Französisch-Polynesien" => "PF" "Französische Süd- und Antarktisgebiete" => "TF" "Gabun" => "GA" "Gambia" => "GM" "Georgien" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griechenland" => "GR" "Grönland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard und McDonaldinseln" => "HM" "Honduras" => "HN" "Indien" => "IN" "Indonesien" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irland" => "IE" "Island" => "IS" "Isle of Man" => "IM" "Israel" => "IL" "Italien" => "IT" "Jamaika" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanien" => "JO" "Kaimaninseln" => "KY" "Kambodscha" => "KH" "Kamerun" => "CM" "Kanada" => "CA" "Kasachstan" => "KZ" "Katar" => "QA" "Kenia" => "KE" "Kirgisistan" => "KG" "Kiribati" => "KI" "Kokosinseln" => "CC" "Kolumbien" => "CO" "Komoren" => "KM" "Kongo-Brazzaville" => "CG" "Kongo-Kinshasa" => "CD" "Kroatien" => "HR" "Kuba" => "CU" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libyen" => "LY" "Liechtenstein" => "LI" "Litauen" => "LT" "Luxemburg" => "LU" "Madagaskar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Malediven" => "MV" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshallinseln" => "MH" "Martinique" => "MQ" "Mauretanien" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexiko" => "MX" "Mikronesien" => "FM" "Monaco" => "MC" "Mongolei" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mosambik" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Neukaledonien" => "NC" "Neuseeland" => "NZ" "Nicaragua" => "NI" "Niederlande" => "NL" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Nordkorea" => "KP" "Nördliche Marianen" => "MP" "Nordmazedonien" => "MK" "Norfolkinsel" => "NF" "Norwegen" => "NO" "Oman" => "OM" "Österreich" => "AT" "Pakistan" => "PK" "Palästinensische Autonomiegebiete" => "PS" "Palau" => "PW" "Panama" => "PA" "Papua-Neuguinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippinen" => "PH" "Pitcairninseln" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Republik Moldau" => "MD" "Réunion" => "RE" "Ruanda" => "RW" "Rumänien" => "RO" "Russland" => "RU" "Salomonen" => "SB" "Sambia" => "ZM" "Samoa" => "WS" "San Marino" => "SM" "São Tomé und Príncipe" => "ST" "Saudi-Arabien" => "SA" "Schweden" => "SE" "Schweiz" => "CH" "Senegal" => "SN" "Serbien" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Simbabwe" => "ZW" "Singapur" => "SG" "Sint Maarten" => "SX" "Slowakei" => "SK" "Slowenien" => "SI" "Somalia" => "SO" "Sonderverwaltungsregion Hongkong" => "HK" "Sonderverwaltungsregion Macau" => "MO" "Spanien" => "ES" "Spitzbergen und Jan Mayen" => "SJ" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts und Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre und Miquelon" => "PM" "St. Vincent und die Grenadinen" => "VC" "Südafrika" => "ZA" "Sudan" => "SD" "Südgeorgien und die Südlichen Sandwichinseln" => "GS" "Südkorea" => "KR" "Südsudan" => "SS" "Suriname" => "SR" "Syrien" => "SY" "Tadschikistan" => "TJ" "Taiwan" => "TW" "Tansania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad und Tobago" => "TT" "Tschad" => "TD" "Tschechien" => "CZ" "Tunesien" => "TN" "Türkei" => "TR" "Turkmenistan" => "TM" "Turks- und Caicosinseln" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "Ungarn" => "HU" "Uruguay" => "UY" "Usbekistan" => "UZ" "Vanuatu" => "VU" "Vatikanstadt" => "VA" "Venezuela" => "VE" "Vereinigte Arabische Emirate" => "AE" "Vereinigte Staaten" => "US" "Vereinigtes Königreich" => "GB" "Vietnam" => "VN" "Wallis und Futuna" => "WF" "Weihnachtsinsel" => "CX" "Westsahara" => "EH" "Zentralafrikanische Republik" => "CF" "Zypern" => "CY" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13617 +payload: null +groups: ? +message: "Feldinhalt leer!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13617 +payload: null +groups: ? +message: "Feldinhalt leer!" +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" => "Feldinhalt leer!" ] |
| 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 | [ "Bitte wählen" => "" "Afghanistan" => "AF" "Ägypten" => "EG" "Ålandinseln" => "AX" "Albanien" => "AL" "Algerien" => "DZ" "Amerikanisch-Samoa" => "AS" "Amerikanische Jungferninseln" => "VI" "Amerikanische Überseeinseln" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarktis" => "AQ" "Antigua und Barbuda" => "AG" "Äquatorialguinea" => "GQ" "Argentinien" => "AR" "Armenien" => "AM" "Aruba" => "AW" "Aserbaidschan" => "AZ" "Äthiopien" => "ET" "Australien" => "AU" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesch" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgien" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivien" => "BO" "Bonaire, Sint Eustatius und Saba" => "BQ" "Bosnien und Herzegowina" => "BA" "Botsuana" => "BW" "Bouvetinsel" => "BV" "Brasilien" => "BR" "Britische Jungferninseln" => "VG" "Britisches Territorium im Indischen Ozean" => "IO" "Brunei Darussalam" => "BN" "Bulgarien" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cabo Verde" => "CV" "Chile" => "CL" "China" => "CN" "Cookinseln" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Curaçao" => "CW" "Dänemark" => "DK" "Deutschland" => "DE" "Dominica" => "DM" "Dominikanische Republik" => "DO" "Dschibuti" => "DJ" "Ecuador" => "EC" "El Salvador" => "SV" "Eritrea" => "ER" "Estland" => "EE" "Eswatini" => "SZ" "Falklandinseln" => "FK" "Färöer" => "FO" "Fidschi" => "FJ" "Finnland" => "FI" "Frankreich" => "FR" "Französisch-Guayana" => "GF" "Französisch-Polynesien" => "PF" "Französische Süd- und Antarktisgebiete" => "TF" "Gabun" => "GA" "Gambia" => "GM" "Georgien" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griechenland" => "GR" "Grönland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard und McDonaldinseln" => "HM" "Honduras" => "HN" "Indien" => "IN" "Indonesien" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irland" => "IE" "Island" => "IS" "Isle of Man" => "IM" "Israel" => "IL" "Italien" => "IT" "Jamaika" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanien" => "JO" "Kaimaninseln" => "KY" "Kambodscha" => "KH" "Kamerun" => "CM" "Kanada" => "CA" "Kasachstan" => "KZ" "Katar" => "QA" "Kenia" => "KE" "Kirgisistan" => "KG" "Kiribati" => "KI" "Kokosinseln" => "CC" "Kolumbien" => "CO" "Komoren" => "KM" "Kongo-Brazzaville" => "CG" "Kongo-Kinshasa" => "CD" "Kroatien" => "HR" "Kuba" => "CU" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libyen" => "LY" "Liechtenstein" => "LI" "Litauen" => "LT" "Luxemburg" => "LU" "Madagaskar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Malediven" => "MV" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshallinseln" => "MH" "Martinique" => "MQ" "Mauretanien" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexiko" => "MX" "Mikronesien" => "FM" "Monaco" => "MC" "Mongolei" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mosambik" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Neukaledonien" => "NC" "Neuseeland" => "NZ" "Nicaragua" => "NI" "Niederlande" => "NL" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Nordkorea" => "KP" "Nördliche Marianen" => "MP" "Nordmazedonien" => "MK" "Norfolkinsel" => "NF" "Norwegen" => "NO" "Oman" => "OM" "Österreich" => "AT" "Pakistan" => "PK" "Palästinensische Autonomiegebiete" => "PS" "Palau" => "PW" "Panama" => "PA" "Papua-Neuguinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippinen" => "PH" "Pitcairninseln" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Republik Moldau" => "MD" "Réunion" => "RE" "Ruanda" => "RW" "Rumänien" => "RO" "Russland" => "RU" "Salomonen" => "SB" "Sambia" => "ZM" "Samoa" => "WS" "San Marino" => "SM" "São Tomé und Príncipe" => "ST" "Saudi-Arabien" => "SA" "Schweden" => "SE" "Schweiz" => "CH" "Senegal" => "SN" "Serbien" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Simbabwe" => "ZW" "Singapur" => "SG" "Sint Maarten" => "SX" "Slowakei" => "SK" "Slowenien" => "SI" "Somalia" => "SO" "Sonderverwaltungsregion Hongkong" => "HK" "Sonderverwaltungsregion Macau" => "MO" "Spanien" => "ES" "Spitzbergen und Jan Mayen" => "SJ" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts und Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre und Miquelon" => "PM" "St. Vincent und die Grenadinen" => "VC" "Südafrika" => "ZA" "Sudan" => "SD" "Südgeorgien und die Südlichen Sandwichinseln" => "GS" "Südkorea" => "KR" "Südsudan" => "SS" "Suriname" => "SR" "Syrien" => "SY" "Tadschikistan" => "TJ" "Taiwan" => "TW" "Tansania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad und Tobago" => "TT" "Tschad" => "TD" "Tschechien" => "CZ" "Tunesien" => "TN" "Türkei" => "TR" "Turkmenistan" => "TM" "Turks- und Caicosinseln" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "Ungarn" => "HU" "Uruguay" => "UY" "Usbekistan" => "UZ" "Vanuatu" => "VU" "Vatikanstadt" => "VA" "Venezuela" => "VE" "Vereinigte Arabische Emirate" => "AE" "Vereinigte Staaten" => "US" "Vereinigtes Königreich" => "GB" "Vietnam" => "VN" "Wallis und Futuna" => "WF" "Weihnachtsinsel" => "CX" "Westsahara" => "EH" "Zentralafrikanische Republik" => "CF" "Zypern" => "CY" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13617 +payload: null +groups: ? +message: "Feldinhalt leer!" +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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| 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() {#13671 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13669 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| 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 {#13790 +data: "" +value: "" +label: "Bitte wählen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13791 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13792 +data: "EG" +value: "EG" +label: "Ägypten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13793 +data: "AX" +value: "AX" +label: "Ålandinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13794 +data: "AL" +value: "AL" +label: "Albanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13795 +data: "DZ" +value: "DZ" +label: "Algerien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13796 +data: "AS" +value: "AS" +label: "Amerikanisch-Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13797 +data: "VI" +value: "VI" +label: "Amerikanische Jungferninseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13798 +data: "UM" +value: "UM" +label: "Amerikanische Überseeinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13799 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13800 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13801 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13802 +data: "AQ" +value: "AQ" +label: "Antarktis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13803 +data: "AG" +value: "AG" +label: "Antigua und Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13804 +data: "GQ" +value: "GQ" +label: "Äquatorialguinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13805 +data: "AR" +value: "AR" +label: "Argentinien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13806 +data: "AM" +value: "AM" +label: "Armenien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13807 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13808 +data: "AZ" +value: "AZ" +label: "Aserbaidschan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13809 +data: "ET" +value: "ET" +label: "Äthiopien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13810 +data: "AU" +value: "AU" +label: "Australien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13811 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13812 +data: "BH" +value: "BH" +label: "Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13813 +data: "BD" +value: "BD" +label: "Bangladesch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13814 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13815 +data: "BY" +value: "BY" +label: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13816 +data: "BE" +value: "BE" +label: "Belgien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13817 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13818 +data: "BJ" +value: "BJ" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13819 +data: "BM" +value: "BM" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13820 +data: "BT" +value: "BT" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13821 +data: "BO" +value: "BO" +label: "Bolivien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13822 +data: "BQ" +value: "BQ" +label: "Bonaire, Sint Eustatius und Saba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13823 +data: "BA" +value: "BA" +label: "Bosnien und Herzegowina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13824 +data: "BW" +value: "BW" +label: "Botsuana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13825 +data: "BV" +value: "BV" +label: "Bouvetinsel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13826 +data: "BR" +value: "BR" +label: "Brasilien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13827 +data: "VG" +value: "VG" +label: "Britische Jungferninseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13828 +data: "IO" +value: "IO" +label: "Britisches Territorium im Indischen Ozean" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13829 +data: "BN" +value: "BN" +label: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13830 +data: "BG" +value: "BG" +label: "Bulgarien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13831 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13832 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13833 +data: "CV" +value: "CV" +label: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13834 +data: "CL" +value: "CL" +label: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13835 +data: "CN" +value: "CN" +label: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13836 +data: "CK" +value: "CK" +label: "Cookinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13837 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13838 +data: "CI" +value: "CI" +label: "Côte d’Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13839 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13840 +data: "DK" +value: "DK" +label: "Dänemark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13841 +data: "DE" +value: "DE" +label: "Deutschland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13842 +data: "DM" +value: "DM" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13843 +data: "DO" +value: "DO" +label: "Dominikanische Republik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13844 +data: "DJ" +value: "DJ" +label: "Dschibuti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13845 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13846 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13847 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13848 +data: "EE" +value: "EE" +label: "Estland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13849 +data: "SZ" +value: "SZ" +label: "Eswatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13850 +data: "FK" +value: "FK" +label: "Falklandinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13851 +data: "FO" +value: "FO" +label: "Färöer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13852 +data: "FJ" +value: "FJ" +label: "Fidschi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13853 +data: "FI" +value: "FI" +label: "Finnland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13854 +data: "FR" +value: "FR" +label: "Frankreich" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13855 +data: "GF" +value: "GF" +label: "Französisch-Guayana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13856 +data: "PF" +value: "PF" +label: "Französisch-Polynesien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13857 +data: "TF" +value: "TF" +label: "Französische Süd- und Antarktisgebiete" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13858 +data: "GA" +value: "GA" +label: "Gabun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13859 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13860 +data: "GE" +value: "GE" +label: "Georgien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13861 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13862 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13863 +data: "GD" +value: "GD" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13864 +data: "GR" +value: "GR" +label: "Griechenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13865 +data: "GL" +value: "GL" +label: "Grönland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13866 +data: "GP" +value: "GP" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13867 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13868 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13869 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13870 +data: "GN" +value: "GN" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13871 +data: "GW" +value: "GW" +label: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13872 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13873 +data: "HT" +value: "HT" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13874 +data: "HM" +value: "HM" +label: "Heard und McDonaldinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13875 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13876 +data: "IN" +value: "IN" +label: "Indien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13877 +data: "ID" +value: "ID" +label: "Indonesien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13878 +data: "IQ" +value: "IQ" +label: "Irak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13879 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13880 +data: "IE" +value: "IE" +label: "Irland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13881 +data: "IS" +value: "IS" +label: "Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13882 +data: "IM" +value: "IM" +label: "Isle of Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13883 +data: "IL" +value: "IL" +label: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13884 +data: "IT" +value: "IT" +label: "Italien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13885 +data: "JM" +value: "JM" +label: "Jamaika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13886 +data: "JP" +value: "JP" +label: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13887 +data: "YE" +value: "YE" +label: "Jemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13888 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13889 +data: "JO" +value: "JO" +label: "Jordanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13890 +data: "KY" +value: "KY" +label: "Kaimaninseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13891 +data: "KH" +value: "KH" +label: "Kambodscha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13892 +data: "CM" +value: "CM" +label: "Kamerun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13893 +data: "CA" +value: "CA" +label: "Kanada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13894 +data: "KZ" +value: "KZ" +label: "Kasachstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13895 +data: "QA" +value: "QA" +label: "Katar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13896 +data: "KE" +value: "KE" +label: "Kenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13897 +data: "KG" +value: "KG" +label: "Kirgisistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13898 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13899 +data: "CC" +value: "CC" +label: "Kokosinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13900 +data: "CO" +value: "CO" +label: "Kolumbien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13901 +data: "KM" +value: "KM" +label: "Komoren" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13902 +data: "CG" +value: "CG" +label: "Kongo-Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13903 +data: "CD" +value: "CD" +label: "Kongo-Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13904 +data: "HR" +value: "HR" +label: "Kroatien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13905 +data: "CU" +value: "CU" +label: "Kuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13906 +data: "KW" +value: "KW" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13907 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13908 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13909 +data: "LV" +value: "LV" +label: "Lettland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13910 +data: "LB" +value: "LB" +label: "Libanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13911 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13912 +data: "LY" +value: "LY" +label: "Libyen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13913 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13914 +data: "LT" +value: "LT" +label: "Litauen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13915 +data: "LU" +value: "LU" +label: "Luxemburg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13916 +data: "MG" +value: "MG" +label: "Madagaskar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13917 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13918 +data: "MY" +value: "MY" +label: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13919 +data: "MV" +value: "MV" +label: "Malediven" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13920 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13921 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13922 +data: "MA" +value: "MA" +label: "Marokko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13923 +data: "MH" +value: "MH" +label: "Marshallinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13924 +data: "MQ" +value: "MQ" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13925 +data: "MR" +value: "MR" +label: "Mauretanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13926 +data: "MU" +value: "MU" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13927 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13928 +data: "MX" +value: "MX" +label: "Mexiko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13929 +data: "FM" +value: "FM" +label: "Mikronesien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13930 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13931 +data: "MN" +value: "MN" +label: "Mongolei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13932 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13933 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13934 +data: "MZ" +value: "MZ" +label: "Mosambik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13935 +data: "MM" +value: "MM" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13936 +data: "NA" +value: "NA" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13937 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13938 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13939 +data: "NC" +value: "NC" +label: "Neukaledonien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13940 +data: "NZ" +value: "NZ" +label: "Neuseeland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13941 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13942 +data: "NL" +value: "NL" +label: "Niederlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13943 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13944 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13945 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13946 +data: "KP" +value: "KP" +label: "Nordkorea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13947 +data: "MP" +value: "MP" +label: "Nördliche Marianen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13948 +data: "MK" +value: "MK" +label: "Nordmazedonien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13949 +data: "NF" +value: "NF" +label: "Norfolkinsel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13950 +data: "NO" +value: "NO" +label: "Norwegen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13951 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13952 +data: "AT" +value: "AT" +label: "Österreich" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13953 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13954 +data: "PS" +value: "PS" +label: "Palästinensische Autonomiegebiete" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13955 +data: "PW" +value: "PW" +label: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13956 +data: "PA" +value: "PA" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13957 +data: "PG" +value: "PG" +label: "Papua-Neuguinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13958 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13959 +data: "PE" +value: "PE" +label: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13960 +data: "PH" +value: "PH" +label: "Philippinen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13961 +data: "PN" +value: "PN" +label: "Pitcairninseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13962 +data: "PL" +value: "PL" +label: "Polen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13963 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13964 +data: "PR" +value: "PR" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13965 +data: "MD" +value: "MD" +label: "Republik Moldau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13966 +data: "RE" +value: "RE" +label: "Réunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13967 +data: "RW" +value: "RW" +label: "Ruanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13968 +data: "RO" +value: "RO" +label: "Rumänien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13969 +data: "RU" +value: "RU" +label: "Russland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13970 +data: "SB" +value: "SB" +label: "Salomonen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13971 +data: "ZM" +value: "ZM" +label: "Sambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13972 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13973 +data: "SM" +value: "SM" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13974 +data: "ST" +value: "ST" +label: "São Tomé und Príncipe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13975 +data: "SA" +value: "SA" +label: "Saudi-Arabien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13976 +data: "SE" +value: "SE" +label: "Schweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13977 +data: "CH" +value: "CH" +label: "Schweiz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13978 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13979 +data: "RS" +value: "RS" +label: "Serbien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13980 +data: "SC" +value: "SC" +label: "Seychellen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13981 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13982 +data: "ZW" +value: "ZW" +label: "Simbabwe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13983 +data: "SG" +value: "SG" +label: "Singapur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13984 +data: "SX" +value: "SX" +label: "Sint Maarten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13985 +data: "SK" +value: "SK" +label: "Slowakei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13986 +data: "SI" +value: "SI" +label: "Slowenien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13987 +data: "SO" +value: "SO" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13988 +data: "HK" +value: "HK" +label: "Sonderverwaltungsregion Hongkong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13989 +data: "MO" +value: "MO" +label: "Sonderverwaltungsregion Macau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13990 +data: "ES" +value: "ES" +label: "Spanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13991 +data: "SJ" +value: "SJ" +label: "Spitzbergen und Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13992 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13993 +data: "BL" +value: "BL" +label: "St. Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13994 +data: "SH" +value: "SH" +label: "St. Helena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13995 +data: "KN" +value: "KN" +label: "St. Kitts und Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13996 +data: "LC" +value: "LC" +label: "St. Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13997 +data: "MF" +value: "MF" +label: "St. Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13998 +data: "PM" +value: "PM" +label: "St. Pierre und Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13999 +data: "VC" +value: "VC" +label: "St. Vincent und die Grenadinen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14000 +data: "ZA" +value: "ZA" +label: "Südafrika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14001 +data: "SD" +value: "SD" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14002 +data: "GS" +value: "GS" +label: "Südgeorgien und die Südlichen Sandwichinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14003 +data: "KR" +value: "KR" +label: "Südkorea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14004 +data: "SS" +value: "SS" +label: "Südsudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14005 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14006 +data: "SY" +value: "SY" +label: "Syrien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14007 +data: "TJ" +value: "TJ" +label: "Tadschikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14008 +data: "TW" +value: "TW" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14009 +data: "TZ" +value: "TZ" +label: "Tansania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14010 +data: "TH" +value: "TH" +label: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14011 +data: "TL" +value: "TL" +label: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14012 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14013 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14014 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14015 +data: "TT" +value: "TT" +label: "Trinidad und Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14016 +data: "TD" +value: "TD" +label: "Tschad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14017 +data: "CZ" +value: "CZ" +label: "Tschechien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14018 +data: "TN" +value: "TN" +label: "Tunesien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14019 +data: "TR" +value: "TR" +label: "Türkei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14020 +data: "TM" +value: "TM" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14021 +data: "TC" +value: "TC" +label: "Turks- und Caicosinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14022 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14023 +data: "UG" +value: "UG" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14024 +data: "UA" +value: "UA" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14025 +data: "HU" +value: "HU" +label: "Ungarn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14026 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14027 +data: "UZ" +value: "UZ" +label: "Usbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14028 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14029 +data: "VA" +value: "VA" +label: "Vatikanstadt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14030 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14031 +data: "AE" +value: "AE" +label: "Vereinigte Arabische Emirate" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14032 +data: "US" +value: "US" +label: "Vereinigte Staaten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14033 +data: "GB" +value: "GB" +label: "Vereinigtes Königreich" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14034 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14035 +data: "WF" +value: "WF" +label: "Wallis und Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14036 +data: "CX" +value: "CX" +label: "Weihnachtsinsel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14037 +data: "EH" +value: "EH" +label: "Westsahara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14038 +data: "CF" +value: "CF" +label: "Zentralafrikanische Republik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14039 +data: "CY" +value: "CY" +label: "Zypern" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#13788 -errors: [] -form: Symfony\Component\Form\Form {#13743 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#13789 …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) {#14041 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" => "Feldinhalt leer!" ] |
[ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13618 +payload: null +groups: ? +message: "Feldinhalt leer!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13618 +payload: null +groups: ? +message: "Feldinhalt leer!" +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" => "Feldinhalt leer!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13618 +payload: null +groups: ? +message: "Feldinhalt leer!" +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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13681 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() {#13683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13682 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Feldinhalt leer!" ] |
| 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 {#14042 -errors: [] -form: Symfony\Component\Form\Form {#13746 …} } |
| form | Symfony\Component\Form\FormView {#14043 …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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13690 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() {#13692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13691 …} $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 {#14044 -errors: [] -form: Symfony\Component\Form\Form {#13749 …} } |
| form | Symfony\Component\Form\FormView {#14045 …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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13699 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() {#13701 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13700 …} $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 {#14046 -errors: [] -form: Symfony\Component\Form\Form {#13752 …} } |
| form | Symfony\Component\Form\FormView {#14047 …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" => "Feldinhalt leer!" ] |
[ "rows" => 4 "data-parsley-required-message" => "Feldinhalt leer!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13619 +payload: null +groups: ? +message: "Feldinhalt leer!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13619 +payload: null +groups: ? +message: "Feldinhalt leer!" +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" => "Feldinhalt leer!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13619 +payload: null +groups: ? +message: "Feldinhalt leer!" +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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13712 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() {#13714 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13713 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 4 "data-parsley-required-message" => "Feldinhalt leer!" ] |
| 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 {#14048 -errors: [] -form: Symfony\Component\Form\Form {#13755 …} } |
| form | Symfony\Component\Form\FormView {#14049 …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 {#14051 …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 | "82271.JFXdMKbeLCdtiXoS7hMkC9_cgvO_48LSiao4rBD1i4k.UmS-YJCBYGE37xYhpH5oeKeu4cfu0fCT85hq3VS539h1N7kE_I9jTgv_Kw" |
| 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 | "82271.JFXdMKbeLCdtiXoS7hMkC9_cgvO_48LSiao4rBD1i4k.UmS-YJCBYGE37xYhpH5oeKeu4cfu0fCT85hq3VS539h1N7kE_I9jTgv_Kw" |
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 {#13573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13577 …} -namespace: Closure() {#13579 …} } |
| data | "82271.JFXdMKbeLCdtiXoS7hMkC9_cgvO_48LSiao4rBD1i4k.UmS-YJCBYGE37xYhpH5oeKeu4cfu0fCT85hq3VS539h1N7kE_I9jTgv_Kw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14054 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() {#14056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#14055 …} $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 | "82271.JFXdMKbeLCdtiXoS7hMkC9_cgvO_48LSiao4rBD1i4k.UmS-YJCBYGE37xYhpH5oeKeu4cfu0fCT85hq3VS539h1N7kE_I9jTgv_Kw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#14066 -errors: [] -form: Symfony\Component\Form\Form {#14062 …} } |
| form | Symfony\Component\Form\FormView {#14057 …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 | "82271.JFXdMKbeLCdtiXoS7hMkC9_cgvO_48LSiao4rBD1i4k.UmS-YJCBYGE37xYhpH5oeKeu4cfu0fCT85hq3VS539h1N7kE_I9jTgv_Kw" |