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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13843 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() {#13845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13844 …} $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 {#14001 -errors: [] -form: Symfony\Component\Form\Form {#13969 …} } |
| form | Symfony\Component\Form\FormView {#13999 …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 {#13851 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13851 +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 {#13851 +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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13864 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() {#13866 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13865 …} $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 {#14020 -errors: [] -form: Symfony\Component\Form\Form {#13972 …} } |
| form | Symfony\Component\Form\FormView {#14004 …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 {#13852 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13852 +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 {#13852 +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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13873 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() {#13875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13874 …} $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 {#14022 -errors: [] -form: Symfony\Component\Form\Form {#13975 …} } |
| form | Symfony\Component\Form\FormView {#14023 …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 {#13853 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13854 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#13853 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13854 +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 {#13853 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#13854 +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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13886 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() {#13888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13887 …} $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 {#14024 -errors: [] -form: Symfony\Component\Form\Form {#13978 …} } |
| form | Symfony\Component\Form\FormView {#14025 …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 {#13855 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13855 +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 {#13855 +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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| 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() {#13909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13907 …} $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 {#14028 +data: "" +value: "" +label: "Seleziona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14029 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14030 +data: "AL" +value: "AL" +label: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14031 +data: "DZ" +value: "DZ" +label: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14032 +data: "UM" +value: "UM" +label: "Altre isole americane del Pacifico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14033 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14034 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14035 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14036 +data: "AQ" +value: "AQ" +label: "Antartide" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14037 +data: "AG" +value: "AG" +label: "Antigua e Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14038 +data: "SA" +value: "SA" +label: "Arabia Saudita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14039 +data: "AR" +value: "AR" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14040 +data: "AM" +value: "AM" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14041 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14042 +data: "AU" +value: "AU" +label: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14043 +data: "AT" +value: "AT" +label: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14044 +data: "AZ" +value: "AZ" +label: "Azerbaigian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14045 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14046 +data: "BH" +value: "BH" +label: "Bahrein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14047 +data: "BD" +value: "BD" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14048 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14049 +data: "BE" +value: "BE" +label: "Belgio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14050 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14051 +data: "BJ" +value: "BJ" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14052 +data: "BM" +value: "BM" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14053 +data: "BT" +value: "BT" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14054 +data: "BY" +value: "BY" +label: "Bielorussia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14055 +data: "BO" +value: "BO" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14056 +data: "BA" +value: "BA" +label: "Bosnia ed Erzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14057 +data: "BW" +value: "BW" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14058 +data: "BR" +value: "BR" +label: "Brasile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14059 +data: "BN" +value: "BN" +label: "Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14060 +data: "BG" +value: "BG" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14061 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14062 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14063 +data: "KH" +value: "KH" +label: "Cambogia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14064 +data: "CM" +value: "CM" +label: "Camerun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14065 +data: "CA" +value: "CA" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14066 +data: "CV" +value: "CV" +label: "Capo Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14067 +data: "BQ" +value: "BQ" +label: "Caraibi olandesi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14068 +data: "CZ" +value: "CZ" +label: "Cechia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14069 +data: "TD" +value: "TD" +label: "Ciad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14070 +data: "CL" +value: "CL" +label: "Cile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14071 +data: "CN" +value: "CN" +label: "Cina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14072 +data: "CY" +value: "CY" +label: "Cipro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14073 +data: "VA" +value: "VA" +label: "Città del Vaticano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14074 +data: "CO" +value: "CO" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14075 +data: "KM" +value: "KM" +label: "Comore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14076 +data: "CD" +value: "CD" +label: "Congo - Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14077 +data: "CG" +value: "CG" +label: "Congo-Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14078 +data: "KP" +value: "KP" +label: "Corea del Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14079 +data: "KR" +value: "KR" +label: "Corea del Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14080 +data: "CI" +value: "CI" +label: "Costa d’Avorio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14081 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14082 +data: "HR" +value: "HR" +label: "Croazia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14083 +data: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14084 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14085 +data: "DK" +value: "DK" +label: "Danimarca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14086 +data: "DM" +value: "DM" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14087 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14088 +data: "EG" +value: "EG" +label: "Egitto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14089 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14090 +data: "AE" +value: "AE" +label: "Emirati Arabi Uniti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14091 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14092 +data: "EE" +value: "EE" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14093 +data: "ET" +value: "ET" +label: "Etiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14094 +data: "FJ" +value: "FJ" +label: "Figi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14095 +data: "PH" +value: "PH" +label: "Filippine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14096 +data: "FI" +value: "FI" +label: "Finlandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14097 +data: "FR" +value: "FR" +label: "Francia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14098 +data: "GA" +value: "GA" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14099 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14100 +data: "GE" +value: "GE" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14101 +data: "GS" +value: "GS" +label: "Georgia del Sud e Sandwich australi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14102 +data: "DE" +value: "DE" +label: "Germania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14103 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14104 +data: "JM" +value: "JM" +label: "Giamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14105 +data: "JP" +value: "JP" +label: "Giappone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14106 +data: "GI" +value: "GI" +label: "Gibilterra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14107 +data: "DJ" +value: "DJ" +label: "Gibuti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14108 +data: "JO" +value: "JO" +label: "Giordania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14109 +data: "GR" +value: "GR" +label: "Grecia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14110 +data: "GD" +value: "GD" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14111 +data: "GL" +value: "GL" +label: "Groenlandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14112 +data: "GP" +value: "GP" +label: "Guadalupa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14113 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14114 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14115 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14116 +data: "GN" +value: "GN" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14117 +data: "GQ" +value: "GQ" +label: "Guinea Equatoriale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14118 +data: "GW" +value: "GW" +label: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14119 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14120 +data: "GF" +value: "GF" +label: "Guyana francese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14121 +data: "HT" +value: "HT" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14122 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14123 +data: "IN" +value: "IN" +label: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14124 +data: "ID" +value: "ID" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14125 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14126 +data: "IQ" +value: "IQ" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14127 +data: "IE" +value: "IE" +label: "Irlanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14128 +data: "IS" +value: "IS" +label: "Islanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14129 +data: "BV" +value: "BV" +label: "Isola Bouvet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14130 +data: "CX" +value: "CX" +label: "Isola Christmas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14131 +data: "IM" +value: "IM" +label: "Isola di Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14132 +data: "NF" +value: "NF" +label: "Isola Norfolk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14133 +data: "AX" +value: "AX" +label: "Isole Åland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14134 +data: "KY" +value: "KY" +label: "Isole Cayman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14135 +data: "CC" +value: "CC" +label: "Isole Cocos (Keeling)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14136 +data: "CK" +value: "CK" +label: "Isole Cook" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14137 +data: "FO" +value: "FO" +label: "Isole Fær Øer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14138 +data: "FK" +value: "FK" +label: "Isole Falkland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14139 +data: "HM" +value: "HM" +label: "Isole Heard e McDonald" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14140 +data: "MP" +value: "MP" +label: "Isole Marianne settentrionali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14141 +data: "MH" +value: "MH" +label: "Isole Marshall" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14142 +data: "PN" +value: "PN" +label: "Isole Pitcairn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14143 +data: "SB" +value: "SB" +label: "Isole Salomone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14144 +data: "TC" +value: "TC" +label: "Isole Turks e Caicos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14145 +data: "VI" +value: "VI" +label: "Isole Vergini Americane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14146 +data: "VG" +value: "VG" +label: "Isole Vergini Britanniche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14147 +data: "IL" +value: "IL" +label: "Israele" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14148 +data: "IT" +value: "IT" +label: "Italia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14149 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14150 +data: "KZ" +value: "KZ" +label: "Kazakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14151 +data: "KE" +value: "KE" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14152 +data: "KG" +value: "KG" +label: "Kirghizistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14153 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14154 +data: "KW" +value: "KW" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14155 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14156 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14157 +data: "LV" +value: "LV" +label: "Lettonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14158 +data: "LB" +value: "LB" +label: "Libano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14159 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14160 +data: "LY" +value: "LY" +label: "Libia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14161 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14162 +data: "LT" +value: "LT" +label: "Lituania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14163 +data: "LU" +value: "LU" +label: "Lussemburgo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14164 +data: "MK" +value: "MK" +label: "Macedonia del Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14165 +data: "MG" +value: "MG" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14166 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14167 +data: "MY" +value: "MY" +label: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14168 +data: "MV" +value: "MV" +label: "Maldive" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14169 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14170 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14171 +data: "MA" +value: "MA" +label: "Marocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14172 +data: "MQ" +value: "MQ" +label: "Martinica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14173 +data: "MR" +value: "MR" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14174 +data: "MU" +value: "MU" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14175 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14176 +data: "MX" +value: "MX" +label: "Messico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14177 +data: "FM" +value: "FM" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14178 +data: "MD" +value: "MD" +label: "Moldavia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14179 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14180 +data: "MN" +value: "MN" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14181 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14182 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14183 +data: "MZ" +value: "MZ" +label: "Mozambico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14184 +data: "MM" +value: "MM" +label: "Myanmar (Birmania)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14185 +data: "NA" +value: "NA" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14186 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14187 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14188 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14189 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14190 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14191 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14192 +data: "NO" +value: "NO" +label: "Norvegia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14193 +data: "NC" +value: "NC" +label: "Nuova Caledonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14194 +data: "NZ" +value: "NZ" +label: "Nuova Zelanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14195 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14196 +data: "NL" +value: "NL" +label: "Paesi Bassi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14197 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14198 +data: "PW" +value: "PW" +label: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14199 +data: "PA" +value: "PA" +label: "Panamá" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14200 +data: "PG" +value: "PG" +label: "Papua Nuova Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14201 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14202 +data: "PE" +value: "PE" +label: "Perù" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14203 +data: "PF" +value: "PF" +label: "Polinesia francese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14204 +data: "PL" +value: "PL" +label: "Polonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14205 +data: "PT" +value: "PT" +label: "Portogallo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14206 +data: "PR" +value: "PR" +label: "Portorico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14207 +data: "QA" +value: "QA" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14208 +data: "HK" +value: "HK" +label: "RAS di Hong Kong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14209 +data: "MO" +value: "MO" +label: "RAS di Macao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14210 +data: "GB" +value: "GB" +label: "Regno Unito" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14211 +data: "CF" +value: "CF" +label: "Repubblica Centrafricana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14212 +data: "DO" +value: "DO" +label: "Repubblica Dominicana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14213 +data: "RE" +value: "RE" +label: "Riunione" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14214 +data: "RO" +value: "RO" +label: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14215 +data: "RW" +value: "RW" +label: "Ruanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14216 +data: "RU" +value: "RU" +label: "Russia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14217 +data: "EH" +value: "EH" +label: "Sahara occidentale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14218 +data: "KN" +value: "KN" +label: "Saint Kitts e Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14219 +data: "LC" +value: "LC" +label: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14220 +data: "MF" +value: "MF" +label: "Saint Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14221 +data: "VC" +value: "VC" +label: "Saint Vincent e Grenadine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14222 +data: "BL" +value: "BL" +label: "Saint-Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14223 +data: "PM" +value: "PM" +label: "Saint-Pierre e Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14224 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14225 +data: "AS" +value: "AS" +label: "Samoa americane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14226 +data: "SM" +value: "SM" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14227 +data: "SH" +value: "SH" +label: "Sant’Elena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14228 +data: "ST" +value: "ST" +label: "São Tomé e Príncipe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14229 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14230 +data: "RS" +value: "RS" +label: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14231 +data: "SC" +value: "SC" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14232 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14233 +data: "SG" +value: "SG" +label: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14234 +data: "SX" +value: "SX" +label: "Sint Maarten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14235 +data: "SY" +value: "SY" +label: "Siria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14236 +data: "SK" +value: "SK" +label: "Slovacchia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14237 +data: "SI" +value: "SI" +label: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14238 +data: "SO" +value: "SO" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14239 +data: "ES" +value: "ES" +label: "Spagna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14240 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14241 +data: "US" +value: "US" +label: "Stati Uniti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14242 +data: "SS" +value: "SS" +label: "Sud Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14243 +data: "ZA" +value: "ZA" +label: "Sudafrica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14244 +data: "SD" +value: "SD" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14245 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14246 +data: "SJ" +value: "SJ" +label: "Svalbard e Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14247 +data: "SE" +value: "SE" +label: "Svezia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14248 +data: "CH" +value: "CH" +label: "Svizzera" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14249 +data: "SZ" +value: "SZ" +label: "Swaziland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14250 +data: "TJ" +value: "TJ" +label: "Tagikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14251 +data: "TW" +value: "TW" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14252 +data: "TZ" +value: "TZ" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14253 +data: "TF" +value: "TF" +label: "Terre australi francesi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14254 +data: "PS" +value: "PS" +label: "Territori palestinesi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14255 +data: "IO" +value: "IO" +label: "Territorio britannico dell’Oceano Indiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14256 +data: "TH" +value: "TH" +label: "Thailandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14257 +data: "TL" +value: "TL" +label: "Timor Est" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14258 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14259 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14260 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14261 +data: "TT" +value: "TT" +label: "Trinidad e Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14262 +data: "TN" +value: "TN" +label: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14263 +data: "TR" +value: "TR" +label: "Turchia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14264 +data: "TM" +value: "TM" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14265 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14266 +data: "UA" +value: "UA" +label: "Ucraina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14267 +data: "UG" +value: "UG" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14268 +data: "HU" +value: "HU" +label: "Ungheria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14269 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14270 +data: "UZ" +value: "UZ" +label: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14271 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14272 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14273 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14274 +data: "WF" +value: "WF" +label: "Wallis e Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14275 +data: "YE" +value: "YE" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14276 +data: "ZM" +value: "ZM" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#14277 +data: "ZW" +value: "ZW" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#14026 -errors: [] -form: Symfony\Component\Form\Form {#13981 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#14027 …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) {#14279 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 {#13856 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13856 +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 {#13856 +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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13919 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() {#13921 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13920 …} $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 {#14280 -errors: [] -form: Symfony\Component\Form\Form {#13984 …} } |
| form | Symfony\Component\Form\FormView {#14281 …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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13928 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() {#13930 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13929 …} $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 {#14282 -errors: [] -form: Symfony\Component\Form\Form {#13987 …} } |
| form | Symfony\Component\Form\FormView {#14283 …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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13937 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() {#13939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13938 …} $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 {#14284 -errors: [] -form: Symfony\Component\Form\Form {#13990 …} } |
| form | Symfony\Component\Form\FormView {#14285 …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 {#13857 +payload: null +groups: ? +message: "Campo vuoto!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13857 +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 {#13857 +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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#13950 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() {#13952 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#13951 …} $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 {#14286 -errors: [] -form: Symfony\Component\Form\Form {#13993 …} } |
| form | Symfony\Component\Form\FormView {#14287 …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 {#14289 …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 | "5c4b428259f650b.bv0xxk649SAT1ZlPi-6sXq_wmt9EBdgS7TrQIYwxA8Y.CsoHhCDpkGZRs_s42NfDDfCd8-kOdblHp3i3FP9TRfA7uni8PIClFyqQ6g" |
| 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 | "5c4b428259f650b.bv0xxk649SAT1ZlPi-6sXq_wmt9EBdgS7TrQIYwxA8Y.CsoHhCDpkGZRs_s42NfDDfCd8-kOdblHp3i3FP9TRfA7uni8PIClFyqQ6g" |
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 {#13811 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#13814 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#13815 …} -namespace: Closure() {#13817 …} } |
| data | "5c4b428259f650b.bv0xxk649SAT1ZlPi-6sXq_wmt9EBdgS7TrQIYwxA8Y.CsoHhCDpkGZRs_s42NfDDfCd8-kOdblHp3i3FP9TRfA7uni8PIClFyqQ6g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14292 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() {#14294 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#14293 …} $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 | "5c4b428259f650b.bv0xxk649SAT1ZlPi-6sXq_wmt9EBdgS7TrQIYwxA8Y.CsoHhCDpkGZRs_s42NfDDfCd8-kOdblHp3i3FP9TRfA7uni8PIClFyqQ6g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#14304 -errors: [] -form: Symfony\Component\Form\Form {#14300 …} } |
| form | Symfony\Component\Form\FormView {#14295 …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 | "5c4b428259f650b.bv0xxk649SAT1ZlPi-6sXq_wmt9EBdgS7TrQIYwxA8Y.CsoHhCDpkGZRs_s42NfDDfCd8-kOdblHp3i3FP9TRfA7uni8PIClFyqQ6g" |