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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15345 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() {#15347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15346 …} $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 {#15503 -errors: [] -form: Symfony\Component\Form\Form {#15471 …} } |
| form | Symfony\Component\Form\FormView {#15501 …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" => "Campo vuoto!" ] |
[ "data-parsley-required-message" => "Campo vuoto!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15353 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#15353 +payload: null +groups: ? +message: "Campo vuoto!" +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" => "Campo vuoto!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15353 +payload: null +groups: ? +message: "Campo vuoto!" +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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15366 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() {#15368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15367 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Campo vuoto!" ] |
| 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 {#15522 -errors: [] -form: Symfony\Component\Form\Form {#15474 …} } |
| form | Symfony\Component\Form\FormView {#15506 …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" => "Campo vuoto!" ] |
[ "data-parsley-required-message" => "Campo vuoto!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15354 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#15354 +payload: null +groups: ? +message: "Campo vuoto!" +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" => "Campo vuoto!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15354 +payload: null +groups: ? +message: "Campo vuoto!" +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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15375 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() {#15377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15376 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Campo vuoto!" ] |
| 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 {#15524 -errors: [] -form: Symfony\Component\Form\Form {#15477 …} } |
| form | Symfony\Component\Form\FormView {#15525 …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" => "Campo vuoto!" ] |
[ "data-parsley-required-message" => "Campo vuoto!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#15355 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#15356 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#15355 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#15356 +payload: null +groups: ? +message: "Campo vuoto!" +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" => "Campo vuoto!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#15355 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#15356 +payload: null +groups: ? +message: "Campo vuoto!" +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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15388 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() {#15390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15389 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Campo vuoto!" ] |
| 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 {#15526 -errors: [] -form: Symfony\Component\Form\Form {#15480 …} } |
| form | Symfony\Component\Form\FormView {#15527 …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" => "Campo vuoto!" ] |
[ "data-parsley-required-message" => "Campo vuoto!" ] |
| choice_attr | [] |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "Seleziona" => "" "Afghanistan" => "AF" "Albania" => "AL" "Algeria" => "DZ" "Altre isole americane del Pacifico" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antartide" => "AQ" "Antigua e Barbuda" => "AG" "Arabia Saudita" => "SA" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaigian" => "AZ" "Bahamas" => "BS" "Bahrein" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belgio" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bielorussia" => "BY" "Bolivia" => "BO" "Bosnia ed Erzegovina" => "BA" "Botswana" => "BW" "Brasile" => "BR" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambogia" => "KH" "Camerun" => "CM" "Canada" => "CA" "Capo Verde" => "CV" "Caraibi olandesi" => "BQ" "Cechia" => "CZ" "Ciad" => "TD" "Cile" => "CL" "Cina" => "CN" "Cipro" => "CY" "Città del Vaticano" => "VA" "Colombia" => "CO" "Comore" => "KM" "Congo - Kinshasa" => "CD" "Congo-Brazzaville" => "CG" "Corea del Nord" => "KP" "Corea del Sud" => "KR" "Costa d’Avorio" => "CI" "Costa Rica" => "CR" "Croazia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Danimarca" => "DK" "Dominica" => "DM" "Ecuador" => "EC" "Egitto" => "EG" "El Salvador" => "SV" "Emirati Arabi Uniti" => "AE" "Eritrea" => "ER" "Estonia" => "EE" "Etiopia" => "ET" "Figi" => "FJ" "Filippine" => "PH" "Finlandia" => "FI" "Francia" => "FR" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Georgia del Sud e Sandwich australi" => "GS" "Germania" => "DE" "Ghana" => "GH" "Giamaica" => "JM" "Giappone" => "JP" "Gibilterra" => "GI" "Gibuti" => "DJ" "Giordania" => "JO" "Grecia" => "GR" "Grenada" => "GD" "Groenlandia" => "GL" "Guadalupa" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea Equatoriale" => "GQ" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Guyana francese" => "GF" "Haiti" => "HT" "Honduras" => "HN" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Irlanda" => "IE" "Islanda" => "IS" "Isola Bouvet" => "BV" "Isola Christmas" => "CX" "Isola di Man" => "IM" "Isola Norfolk" => "NF" "Isole Åland" => "AX" "Isole Cayman" => "KY" "Isole Cocos (Keeling)" => "CC" "Isole Cook" => "CK" "Isole Fær Øer" => "FO" "Isole Falkland" => "FK" "Isole Heard e McDonald" => "HM" "Isole Marianne settentrionali" => "MP" "Isole Marshall" => "MH" "Isole Pitcairn" => "PN" "Isole Salomone" => "SB" "Isole Turks e Caicos" => "TC" "Isole Vergini Americane" => "VI" "Isole Vergini Britanniche" => "VG" "Israele" => "IL" "Italia" => "IT" "Jersey" => "JE" "Kazakistan" => "KZ" "Kenya" => "KE" "Kirghizistan" => "KG" "Kiribati" => "KI" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettonia" => "LV" "Libano" => "LB" "Liberia" => "LR" "Libia" => "LY" "Liechtenstein" => "LI" "Lituania" => "LT" "Lussemburgo" => "LU" "Macedonia del Nord" => "MK" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldive" => "MV" "Mali" => "ML" "Malta" => "MT" "Marocco" => "MA" "Martinica" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Messico" => "MX" "Micronesia" => "FM" "Moldavia" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambico" => "MZ" "Myanmar (Birmania)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norvegia" => "NO" "Nuova Caledonia" => "NC" "Nuova Zelanda" => "NZ" "Oman" => "OM" "Paesi Bassi" => "NL" "Pakistan" => "PK" "Palau" => "PW" "Panamá" => "PA" "Papua Nuova Guinea" => "PG" "Paraguay" => "PY" "Perù" => "PE" "Polinesia francese" => "PF" "Polonia" => "PL" "Portogallo" => "PT" "Portorico" => "PR" "Qatar" => "QA" "RAS di Hong Kong" => "HK" "RAS di Macao" => "MO" "Regno Unito" => "GB" "Repubblica Centrafricana" => "CF" "Repubblica Dominicana" => "DO" "Riunione" => "RE" "Romania" => "RO" "Ruanda" => "RW" "Russia" => "RU" "Sahara occidentale" => "EH" "Saint Kitts e Nevis" => "KN" "Saint Lucia" => "LC" "Saint Martin" => "MF" "Saint Vincent e Grenadine" => "VC" "Saint-Barthélemy" => "BL" "Saint-Pierre e Miquelon" => "PM" "Samoa" => "WS" "Samoa americane" => "AS" "San Marino" => "SM" "Sant’Elena" => "SH" "São Tomé e Príncipe" => "ST" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Siria" => "SY" "Slovacchia" => "SK" "Slovenia" => "SI" "Somalia" => "SO" "Spagna" => "ES" "Sri Lanka" => "LK" "Stati Uniti" => "US" "Sud Sudan" => "SS" "Sudafrica" => "ZA" "Sudan" => "SD" "Suriname" => "SR" "Svalbard e Jan Mayen" => "SJ" "Svezia" => "SE" "Svizzera" => "CH" "Swaziland" => "SZ" "Tagikistan" => "TJ" "Taiwan" => "TW" "Tanzania" => "TZ" "Terre australi francesi" => "TF" "Territori palestinesi" => "PS" "Territorio britannico dell’Oceano Indiano" => "IO" "Thailandia" => "TH" "Timor Est" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad e Tobago" => "TT" "Tunisia" => "TN" "Turchia" => "TR" "Turkmenistan" => "TM" "Tuvalu" => "TV" "Ucraina" => "UA" "Uganda" => "UG" "Ungheria" => "HU" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis e Futuna" => "WF" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
[ "Seleziona" => "" "Afghanistan" => "AF" "Albania" => "AL" "Algeria" => "DZ" "Altre isole americane del Pacifico" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antartide" => "AQ" "Antigua e Barbuda" => "AG" "Arabia Saudita" => "SA" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaigian" => "AZ" "Bahamas" => "BS" "Bahrein" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belgio" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bielorussia" => "BY" "Bolivia" => "BO" "Bosnia ed Erzegovina" => "BA" "Botswana" => "BW" "Brasile" => "BR" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambogia" => "KH" "Camerun" => "CM" "Canada" => "CA" "Capo Verde" => "CV" "Caraibi olandesi" => "BQ" "Cechia" => "CZ" "Ciad" => "TD" "Cile" => "CL" "Cina" => "CN" "Cipro" => "CY" "Città del Vaticano" => "VA" "Colombia" => "CO" "Comore" => "KM" "Congo - Kinshasa" => "CD" "Congo-Brazzaville" => "CG" "Corea del Nord" => "KP" "Corea del Sud" => "KR" "Costa d’Avorio" => "CI" "Costa Rica" => "CR" "Croazia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Danimarca" => "DK" "Dominica" => "DM" "Ecuador" => "EC" "Egitto" => "EG" "El Salvador" => "SV" "Emirati Arabi Uniti" => "AE" "Eritrea" => "ER" "Estonia" => "EE" "Etiopia" => "ET" "Figi" => "FJ" "Filippine" => "PH" "Finlandia" => "FI" "Francia" => "FR" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Georgia del Sud e Sandwich australi" => "GS" "Germania" => "DE" "Ghana" => "GH" "Giamaica" => "JM" "Giappone" => "JP" "Gibilterra" => "GI" "Gibuti" => "DJ" "Giordania" => "JO" "Grecia" => "GR" "Grenada" => "GD" "Groenlandia" => "GL" "Guadalupa" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea Equatoriale" => "GQ" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Guyana francese" => "GF" "Haiti" => "HT" "Honduras" => "HN" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Irlanda" => "IE" "Islanda" => "IS" "Isola Bouvet" => "BV" "Isola Christmas" => "CX" "Isola di Man" => "IM" "Isola Norfolk" => "NF" "Isole Åland" => "AX" "Isole Cayman" => "KY" "Isole Cocos (Keeling)" => "CC" "Isole Cook" => "CK" "Isole Fær Øer" => "FO" "Isole Falkland" => "FK" "Isole Heard e McDonald" => "HM" "Isole Marianne settentrionali" => "MP" "Isole Marshall" => "MH" "Isole Pitcairn" => "PN" "Isole Salomone" => "SB" "Isole Turks e Caicos" => "TC" "Isole Vergini Americane" => "VI" "Isole Vergini Britanniche" => "VG" "Israele" => "IL" "Italia" => "IT" "Jersey" => "JE" "Kazakistan" => "KZ" "Kenya" => "KE" "Kirghizistan" => "KG" "Kiribati" => "KI" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettonia" => "LV" "Libano" => "LB" "Liberia" => "LR" "Libia" => "LY" "Liechtenstein" => "LI" "Lituania" => "LT" "Lussemburgo" => "LU" "Macedonia del Nord" => "MK" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldive" => "MV" "Mali" => "ML" "Malta" => "MT" "Marocco" => "MA" "Martinica" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Messico" => "MX" "Micronesia" => "FM" "Moldavia" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambico" => "MZ" "Myanmar (Birmania)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norvegia" => "NO" "Nuova Caledonia" => "NC" "Nuova Zelanda" => "NZ" "Oman" => "OM" "Paesi Bassi" => "NL" "Pakistan" => "PK" "Palau" => "PW" "Panamá" => "PA" "Papua Nuova Guinea" => "PG" "Paraguay" => "PY" "Perù" => "PE" "Polinesia francese" => "PF" "Polonia" => "PL" "Portogallo" => "PT" "Portorico" => "PR" "Qatar" => "QA" "RAS di Hong Kong" => "HK" "RAS di Macao" => "MO" "Regno Unito" => "GB" "Repubblica Centrafricana" => "CF" "Repubblica Dominicana" => "DO" "Riunione" => "RE" "Romania" => "RO" "Ruanda" => "RW" "Russia" => "RU" "Sahara occidentale" => "EH" "Saint Kitts e Nevis" => "KN" "Saint Lucia" => "LC" "Saint Martin" => "MF" "Saint Vincent e Grenadine" => "VC" "Saint-Barthélemy" => "BL" "Saint-Pierre e Miquelon" => "PM" "Samoa" => "WS" "Samoa americane" => "AS" "San Marino" => "SM" "Sant’Elena" => "SH" "São Tomé e Príncipe" => "ST" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Siria" => "SY" "Slovacchia" => "SK" "Slovenia" => "SI" "Somalia" => "SO" "Spagna" => "ES" "Sri Lanka" => "LK" "Stati Uniti" => "US" "Sud Sudan" => "SS" "Sudafrica" => "ZA" "Sudan" => "SD" "Suriname" => "SR" "Svalbard e Jan Mayen" => "SJ" "Svezia" => "SE" "Svizzera" => "CH" "Swaziland" => "SZ" "Tagikistan" => "TJ" "Taiwan" => "TW" "Tanzania" => "TZ" "Terre australi francesi" => "TF" "Territori palestinesi" => "PS" "Territorio britannico dell’Oceano Indiano" => "IO" "Thailandia" => "TH" "Timor Est" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad e Tobago" => "TT" "Tunisia" => "TN" "Turchia" => "TR" "Turkmenistan" => "TM" "Tuvalu" => "TV" "Ucraina" => "UA" "Uganda" => "UG" "Ungheria" => "HU" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis e Futuna" => "WF" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15357 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#15357 +payload: null +groups: ? +message: "Campo vuoto!" +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" => "Campo vuoto!" ] |
| 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 | [ "Seleziona" => "" "Afghanistan" => "AF" "Albania" => "AL" "Algeria" => "DZ" "Altre isole americane del Pacifico" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antartide" => "AQ" "Antigua e Barbuda" => "AG" "Arabia Saudita" => "SA" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaigian" => "AZ" "Bahamas" => "BS" "Bahrein" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belgio" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bielorussia" => "BY" "Bolivia" => "BO" "Bosnia ed Erzegovina" => "BA" "Botswana" => "BW" "Brasile" => "BR" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambogia" => "KH" "Camerun" => "CM" "Canada" => "CA" "Capo Verde" => "CV" "Caraibi olandesi" => "BQ" "Cechia" => "CZ" "Ciad" => "TD" "Cile" => "CL" "Cina" => "CN" "Cipro" => "CY" "Città del Vaticano" => "VA" "Colombia" => "CO" "Comore" => "KM" "Congo - Kinshasa" => "CD" "Congo-Brazzaville" => "CG" "Corea del Nord" => "KP" "Corea del Sud" => "KR" "Costa d’Avorio" => "CI" "Costa Rica" => "CR" "Croazia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Danimarca" => "DK" "Dominica" => "DM" "Ecuador" => "EC" "Egitto" => "EG" "El Salvador" => "SV" "Emirati Arabi Uniti" => "AE" "Eritrea" => "ER" "Estonia" => "EE" "Etiopia" => "ET" "Figi" => "FJ" "Filippine" => "PH" "Finlandia" => "FI" "Francia" => "FR" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Georgia del Sud e Sandwich australi" => "GS" "Germania" => "DE" "Ghana" => "GH" "Giamaica" => "JM" "Giappone" => "JP" "Gibilterra" => "GI" "Gibuti" => "DJ" "Giordania" => "JO" "Grecia" => "GR" "Grenada" => "GD" "Groenlandia" => "GL" "Guadalupa" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea Equatoriale" => "GQ" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Guyana francese" => "GF" "Haiti" => "HT" "Honduras" => "HN" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Irlanda" => "IE" "Islanda" => "IS" "Isola Bouvet" => "BV" "Isola Christmas" => "CX" "Isola di Man" => "IM" "Isola Norfolk" => "NF" "Isole Åland" => "AX" "Isole Cayman" => "KY" "Isole Cocos (Keeling)" => "CC" "Isole Cook" => "CK" "Isole Fær Øer" => "FO" "Isole Falkland" => "FK" "Isole Heard e McDonald" => "HM" "Isole Marianne settentrionali" => "MP" "Isole Marshall" => "MH" "Isole Pitcairn" => "PN" "Isole Salomone" => "SB" "Isole Turks e Caicos" => "TC" "Isole Vergini Americane" => "VI" "Isole Vergini Britanniche" => "VG" "Israele" => "IL" "Italia" => "IT" "Jersey" => "JE" "Kazakistan" => "KZ" "Kenya" => "KE" "Kirghizistan" => "KG" "Kiribati" => "KI" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettonia" => "LV" "Libano" => "LB" "Liberia" => "LR" "Libia" => "LY" "Liechtenstein" => "LI" "Lituania" => "LT" "Lussemburgo" => "LU" "Macedonia del Nord" => "MK" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldive" => "MV" "Mali" => "ML" "Malta" => "MT" "Marocco" => "MA" "Martinica" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Messico" => "MX" "Micronesia" => "FM" "Moldavia" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambico" => "MZ" "Myanmar (Birmania)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norvegia" => "NO" "Nuova Caledonia" => "NC" "Nuova Zelanda" => "NZ" "Oman" => "OM" "Paesi Bassi" => "NL" "Pakistan" => "PK" "Palau" => "PW" "Panamá" => "PA" "Papua Nuova Guinea" => "PG" "Paraguay" => "PY" "Perù" => "PE" "Polinesia francese" => "PF" "Polonia" => "PL" "Portogallo" => "PT" "Portorico" => "PR" "Qatar" => "QA" "RAS di Hong Kong" => "HK" "RAS di Macao" => "MO" "Regno Unito" => "GB" "Repubblica Centrafricana" => "CF" "Repubblica Dominicana" => "DO" "Riunione" => "RE" "Romania" => "RO" "Ruanda" => "RW" "Russia" => "RU" "Sahara occidentale" => "EH" "Saint Kitts e Nevis" => "KN" "Saint Lucia" => "LC" "Saint Martin" => "MF" "Saint Vincent e Grenadine" => "VC" "Saint-Barthélemy" => "BL" "Saint-Pierre e Miquelon" => "PM" "Samoa" => "WS" "Samoa americane" => "AS" "San Marino" => "SM" "Sant’Elena" => "SH" "São Tomé e Príncipe" => "ST" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Siria" => "SY" "Slovacchia" => "SK" "Slovenia" => "SI" "Somalia" => "SO" "Spagna" => "ES" "Sri Lanka" => "LK" "Stati Uniti" => "US" "Sud Sudan" => "SS" "Sudafrica" => "ZA" "Sudan" => "SD" "Suriname" => "SR" "Svalbard e Jan Mayen" => "SJ" "Svezia" => "SE" "Svizzera" => "CH" "Swaziland" => "SZ" "Tagikistan" => "TJ" "Taiwan" => "TW" "Tanzania" => "TZ" "Terre australi francesi" => "TF" "Territori palestinesi" => "PS" "Territorio britannico dell’Oceano Indiano" => "IO" "Thailandia" => "TH" "Timor Est" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad e Tobago" => "TT" "Tunisia" => "TN" "Turchia" => "TR" "Turkmenistan" => "TM" "Tuvalu" => "TV" "Ucraina" => "UA" "Uganda" => "UG" "Ungheria" => "HU" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis e Futuna" => "WF" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15357 +payload: null +groups: ? +message: "Campo vuoto!" +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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| 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() {#15411 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15409 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Campo vuoto!" ] |
| 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 {#15530 +data: "" +value: "" +label: "Seleziona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15531 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15532 +data: "AL" +value: "AL" +label: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15533 +data: "DZ" +value: "DZ" +label: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15534 +data: "UM" +value: "UM" +label: "Altre isole americane del Pacifico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15535 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15536 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15537 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15538 +data: "AQ" +value: "AQ" +label: "Antartide" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15539 +data: "AG" +value: "AG" +label: "Antigua e Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15540 +data: "SA" +value: "SA" +label: "Arabia Saudita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15541 +data: "AR" +value: "AR" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15542 +data: "AM" +value: "AM" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15543 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15544 +data: "AU" +value: "AU" +label: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15545 +data: "AT" +value: "AT" +label: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15546 +data: "AZ" +value: "AZ" +label: "Azerbaigian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15547 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15548 +data: "BH" +value: "BH" +label: "Bahrein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15549 +data: "BD" +value: "BD" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15550 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15551 +data: "BE" +value: "BE" +label: "Belgio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15552 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15553 +data: "BJ" +value: "BJ" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15554 +data: "BM" +value: "BM" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15555 +data: "BT" +value: "BT" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15556 +data: "BY" +value: "BY" +label: "Bielorussia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15557 +data: "BO" +value: "BO" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15558 +data: "BA" +value: "BA" +label: "Bosnia ed Erzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15559 +data: "BW" +value: "BW" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15560 +data: "BR" +value: "BR" +label: "Brasile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15561 +data: "BN" +value: "BN" +label: "Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15562 +data: "BG" +value: "BG" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15563 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15564 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15565 +data: "KH" +value: "KH" +label: "Cambogia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15566 +data: "CM" +value: "CM" +label: "Camerun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15567 +data: "CA" +value: "CA" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15568 +data: "CV" +value: "CV" +label: "Capo Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15569 +data: "BQ" +value: "BQ" +label: "Caraibi olandesi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15570 +data: "CZ" +value: "CZ" +label: "Cechia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15571 +data: "TD" +value: "TD" +label: "Ciad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15572 +data: "CL" +value: "CL" +label: "Cile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15573 +data: "CN" +value: "CN" +label: "Cina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15574 +data: "CY" +value: "CY" +label: "Cipro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15575 +data: "VA" +value: "VA" +label: "Città del Vaticano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15576 +data: "CO" +value: "CO" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15577 +data: "KM" +value: "KM" +label: "Comore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15578 +data: "CD" +value: "CD" +label: "Congo - Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15579 +data: "CG" +value: "CG" +label: "Congo-Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15580 +data: "KP" +value: "KP" +label: "Corea del Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15581 +data: "KR" +value: "KR" +label: "Corea del Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15582 +data: "CI" +value: "CI" +label: "Costa d’Avorio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15583 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15584 +data: "HR" +value: "HR" +label: "Croazia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15585 +data: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15586 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15587 +data: "DK" +value: "DK" +label: "Danimarca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15588 +data: "DM" +value: "DM" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15589 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15590 +data: "EG" +value: "EG" +label: "Egitto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15591 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15592 +data: "AE" +value: "AE" +label: "Emirati Arabi Uniti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15593 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15594 +data: "EE" +value: "EE" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15595 +data: "ET" +value: "ET" +label: "Etiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15596 +data: "FJ" +value: "FJ" +label: "Figi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15597 +data: "PH" +value: "PH" +label: "Filippine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15598 +data: "FI" +value: "FI" +label: "Finlandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15599 +data: "FR" +value: "FR" +label: "Francia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15600 +data: "GA" +value: "GA" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15601 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15602 +data: "GE" +value: "GE" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15603 +data: "GS" +value: "GS" +label: "Georgia del Sud e Sandwich australi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15604 +data: "DE" +value: "DE" +label: "Germania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15605 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15606 +data: "JM" +value: "JM" +label: "Giamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15607 +data: "JP" +value: "JP" +label: "Giappone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15608 +data: "GI" +value: "GI" +label: "Gibilterra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15609 +data: "DJ" +value: "DJ" +label: "Gibuti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15610 +data: "JO" +value: "JO" +label: "Giordania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15611 +data: "GR" +value: "GR" +label: "Grecia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15612 +data: "GD" +value: "GD" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15613 +data: "GL" +value: "GL" +label: "Groenlandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15614 +data: "GP" +value: "GP" +label: "Guadalupa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15615 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15616 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15617 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15618 +data: "GN" +value: "GN" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15619 +data: "GQ" +value: "GQ" +label: "Guinea Equatoriale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15620 +data: "GW" +value: "GW" +label: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15621 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15622 +data: "GF" +value: "GF" +label: "Guyana francese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15623 +data: "HT" +value: "HT" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15624 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15625 +data: "IN" +value: "IN" +label: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15626 +data: "ID" +value: "ID" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15627 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15628 +data: "IQ" +value: "IQ" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15629 +data: "IE" +value: "IE" +label: "Irlanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15630 +data: "IS" +value: "IS" +label: "Islanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15631 +data: "BV" +value: "BV" +label: "Isola Bouvet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15632 +data: "CX" +value: "CX" +label: "Isola Christmas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15633 +data: "IM" +value: "IM" +label: "Isola di Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15634 +data: "NF" +value: "NF" +label: "Isola Norfolk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15635 +data: "AX" +value: "AX" +label: "Isole Åland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15636 +data: "KY" +value: "KY" +label: "Isole Cayman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15637 +data: "CC" +value: "CC" +label: "Isole Cocos (Keeling)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15638 +data: "CK" +value: "CK" +label: "Isole Cook" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15639 +data: "FO" +value: "FO" +label: "Isole Fær Øer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15640 +data: "FK" +value: "FK" +label: "Isole Falkland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15641 +data: "HM" +value: "HM" +label: "Isole Heard e McDonald" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15642 +data: "MP" +value: "MP" +label: "Isole Marianne settentrionali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15643 +data: "MH" +value: "MH" +label: "Isole Marshall" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15644 +data: "PN" +value: "PN" +label: "Isole Pitcairn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15645 +data: "SB" +value: "SB" +label: "Isole Salomone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15646 +data: "TC" +value: "TC" +label: "Isole Turks e Caicos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15647 +data: "VI" +value: "VI" +label: "Isole Vergini Americane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15648 +data: "VG" +value: "VG" +label: "Isole Vergini Britanniche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15649 +data: "IL" +value: "IL" +label: "Israele" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15650 +data: "IT" +value: "IT" +label: "Italia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15651 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15652 +data: "KZ" +value: "KZ" +label: "Kazakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15653 +data: "KE" +value: "KE" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15654 +data: "KG" +value: "KG" +label: "Kirghizistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15655 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15656 +data: "KW" +value: "KW" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15657 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15658 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15659 +data: "LV" +value: "LV" +label: "Lettonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15660 +data: "LB" +value: "LB" +label: "Libano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15661 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15662 +data: "LY" +value: "LY" +label: "Libia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15663 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15664 +data: "LT" +value: "LT" +label: "Lituania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15665 +data: "LU" +value: "LU" +label: "Lussemburgo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15666 +data: "MK" +value: "MK" +label: "Macedonia del Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15667 +data: "MG" +value: "MG" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15668 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15669 +data: "MY" +value: "MY" +label: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15670 +data: "MV" +value: "MV" +label: "Maldive" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15671 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15672 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15673 +data: "MA" +value: "MA" +label: "Marocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15674 +data: "MQ" +value: "MQ" +label: "Martinica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15675 +data: "MR" +value: "MR" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15676 +data: "MU" +value: "MU" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15677 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15678 +data: "MX" +value: "MX" +label: "Messico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15679 +data: "FM" +value: "FM" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15680 +data: "MD" +value: "MD" +label: "Moldavia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15681 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15682 +data: "MN" +value: "MN" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15683 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15684 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15685 +data: "MZ" +value: "MZ" +label: "Mozambico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15686 +data: "MM" +value: "MM" +label: "Myanmar (Birmania)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15687 +data: "NA" +value: "NA" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15688 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15689 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15690 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15691 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15692 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15693 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15694 +data: "NO" +value: "NO" +label: "Norvegia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15695 +data: "NC" +value: "NC" +label: "Nuova Caledonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15696 +data: "NZ" +value: "NZ" +label: "Nuova Zelanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15697 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15698 +data: "NL" +value: "NL" +label: "Paesi Bassi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15699 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15700 +data: "PW" +value: "PW" +label: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15701 +data: "PA" +value: "PA" +label: "Panamá" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15702 +data: "PG" +value: "PG" +label: "Papua Nuova Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15703 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15704 +data: "PE" +value: "PE" +label: "Perù" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15705 +data: "PF" +value: "PF" +label: "Polinesia francese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15706 +data: "PL" +value: "PL" +label: "Polonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15707 +data: "PT" +value: "PT" +label: "Portogallo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15708 +data: "PR" +value: "PR" +label: "Portorico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15709 +data: "QA" +value: "QA" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15710 +data: "HK" +value: "HK" +label: "RAS di Hong Kong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15711 +data: "MO" +value: "MO" +label: "RAS di Macao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15712 +data: "GB" +value: "GB" +label: "Regno Unito" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15713 +data: "CF" +value: "CF" +label: "Repubblica Centrafricana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15714 +data: "DO" +value: "DO" +label: "Repubblica Dominicana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15715 +data: "RE" +value: "RE" +label: "Riunione" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15716 +data: "RO" +value: "RO" +label: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15717 +data: "RW" +value: "RW" +label: "Ruanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15718 +data: "RU" +value: "RU" +label: "Russia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15719 +data: "EH" +value: "EH" +label: "Sahara occidentale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15720 +data: "KN" +value: "KN" +label: "Saint Kitts e Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15721 +data: "LC" +value: "LC" +label: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15722 +data: "MF" +value: "MF" +label: "Saint Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15723 +data: "VC" +value: "VC" +label: "Saint Vincent e Grenadine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15724 +data: "BL" +value: "BL" +label: "Saint-Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15725 +data: "PM" +value: "PM" +label: "Saint-Pierre e Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15726 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15727 +data: "AS" +value: "AS" +label: "Samoa americane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15728 +data: "SM" +value: "SM" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15729 +data: "SH" +value: "SH" +label: "Sant’Elena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15730 +data: "ST" +value: "ST" +label: "São Tomé e Príncipe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15731 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15732 +data: "RS" +value: "RS" +label: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15733 +data: "SC" +value: "SC" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15734 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15735 +data: "SG" +value: "SG" +label: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15736 +data: "SX" +value: "SX" +label: "Sint Maarten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15737 +data: "SY" +value: "SY" +label: "Siria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15738 +data: "SK" +value: "SK" +label: "Slovacchia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15739 +data: "SI" +value: "SI" +label: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15740 +data: "SO" +value: "SO" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15741 +data: "ES" +value: "ES" +label: "Spagna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15742 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15743 +data: "US" +value: "US" +label: "Stati Uniti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15744 +data: "SS" +value: "SS" +label: "Sud Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15745 +data: "ZA" +value: "ZA" +label: "Sudafrica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15746 +data: "SD" +value: "SD" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15747 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15748 +data: "SJ" +value: "SJ" +label: "Svalbard e Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15749 +data: "SE" +value: "SE" +label: "Svezia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15750 +data: "CH" +value: "CH" +label: "Svizzera" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15751 +data: "SZ" +value: "SZ" +label: "Swaziland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15752 +data: "TJ" +value: "TJ" +label: "Tagikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15753 +data: "TW" +value: "TW" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15754 +data: "TZ" +value: "TZ" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15755 +data: "TF" +value: "TF" +label: "Terre australi francesi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15756 +data: "PS" +value: "PS" +label: "Territori palestinesi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15757 +data: "IO" +value: "IO" +label: "Territorio britannico dell’Oceano Indiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15758 +data: "TH" +value: "TH" +label: "Thailandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15759 +data: "TL" +value: "TL" +label: "Timor Est" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15760 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15761 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15762 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15763 +data: "TT" +value: "TT" +label: "Trinidad e Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15764 +data: "TN" +value: "TN" +label: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15765 +data: "TR" +value: "TR" +label: "Turchia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15766 +data: "TM" +value: "TM" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15767 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15768 +data: "UA" +value: "UA" +label: "Ucraina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15769 +data: "UG" +value: "UG" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15770 +data: "HU" +value: "HU" +label: "Ungheria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15771 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15772 +data: "UZ" +value: "UZ" +label: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15773 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15774 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15775 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15776 +data: "WF" +value: "WF" +label: "Wallis e Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15777 +data: "YE" +value: "YE" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15778 +data: "ZM" +value: "ZM" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#15779 +data: "ZW" +value: "ZW" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#15528 -errors: [] -form: Symfony\Component\Form\Form {#15483 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#15529 …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) {#15781 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" => "Campo vuoto!" ] |
[ "data-parsley-required-message" => "Campo vuoto!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15358 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#15358 +payload: null +groups: ? +message: "Campo vuoto!" +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" => "Campo vuoto!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15358 +payload: null +groups: ? +message: "Campo vuoto!" +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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15421 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() {#15423 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15422 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Campo vuoto!" ] |
| 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 {#15782 -errors: [] -form: Symfony\Component\Form\Form {#15486 …} } |
| form | Symfony\Component\Form\FormView {#15783 …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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15430 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() {#15432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15431 …} $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 {#15784 -errors: [] -form: Symfony\Component\Form\Form {#15489 …} } |
| form | Symfony\Component\Form\FormView {#15785 …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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15439 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() {#15441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15440 …} $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 {#15786 -errors: [] -form: Symfony\Component\Form\Form {#15492 …} } |
| form | Symfony\Component\Form\FormView {#15787 …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" => "Campo vuoto!" ] |
[ "rows" => 4 "data-parsley-required-message" => "Campo vuoto!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15359 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#15359 +payload: null +groups: ? +message: "Campo vuoto!" +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" => "Campo vuoto!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#15359 +payload: null +groups: ? +message: "Campo vuoto!" +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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15452 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() {#15454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15453 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 4 "data-parsley-required-message" => "Campo vuoto!" ] |
| 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 {#15788 -errors: [] -form: Symfony\Component\Form\Form {#15495 …} } |
| form | Symfony\Component\Form\FormView {#15789 …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 {#15791 …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 | "0ca69571a576af.DXI-3HWOfeHI1MxPXqagwGWO2iaOFc6o-BCIMXtpXD8.WTR17iP0CJn9vpsnaNfDpwnMlmq4Q_uftnzbek8nKm9eP3noBe0ilqSlpw" |
| 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 | "0ca69571a576af.DXI-3HWOfeHI1MxPXqagwGWO2iaOFc6o-BCIMXtpXD8.WTR17iP0CJn9vpsnaNfDpwnMlmq4Q_uftnzbek8nKm9eP3noBe0ilqSlpw" |
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 {#15313 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#15316 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#15317 …} -namespace: Closure() {#15319 …} } |
| data | "0ca69571a576af.DXI-3HWOfeHI1MxPXqagwGWO2iaOFc6o-BCIMXtpXD8.WTR17iP0CJn9vpsnaNfDpwnMlmq4Q_uftnzbek8nKm9eP3noBe0ilqSlpw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#15794 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() {#15796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#15795 …} $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 | "0ca69571a576af.DXI-3HWOfeHI1MxPXqagwGWO2iaOFc6o-BCIMXtpXD8.WTR17iP0CJn9vpsnaNfDpwnMlmq4Q_uftnzbek8nKm9eP3noBe0ilqSlpw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#15806 -errors: [] -form: Symfony\Component\Form\Form {#15802 …} } |
| form | Symfony\Component\Form\FormView {#15797 …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 | "0ca69571a576af.DXI-3HWOfeHI1MxPXqagwGWO2iaOFc6o-BCIMXtpXD8.WTR17iP0CJn9vpsnaNfDpwnMlmq4Q_uftnzbek8nKm9eP3noBe0ilqSlpw" |