Forms
-
registration_form
-
isB2C
-
BillingBusinessName
-
rifAggiuntivo1
-
websiteEmail
-
emailConfirmation
-
vatCode
-
billingCity
-
billingProvince
-
activity
-
billingPhone
-
plainPassword
-
plainPasswordConfirmation
-
newsletterSubscribed
-
companyNewsletterSubscribed
-
agreeTerms
-
hiddenID
-
_token
-
registration_form
"App\Form\RegistrationFormType"
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
No options were passed when constructing this form.
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 | true |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#894 +payload: null +groups: ? +callback: [ App\Form\RegistrationFormType {#850 -province: [ "IT" => [ "Agrigento" => "AG" "Alessandria" => "AL" "Ancona" => "AN" "Aosta" => "AO" "Arezzo" => "AR" "Ascoli Piceno" => "AP" "Asti" => "AT" "Avellino" => "AV" "Bari" => "BA" "Barletta-Andria-Trani" => "BT" "Belluno" => "BL" "Benevento" => "BN" "Bergamo" => "BG" "Biella" => "BI" "Bologna" => "BO" "Bolzano" => "BZ" "Brescia" => "BS" "Brindisi" => "BR" "Cagliari" => "CA" "Caltanissetta" => "CL" "Campobasso" => "CB" "Carbonia-Iglesias" => "CI" "Caserta" => "CE" "Catania" => "CT" "Catanzaro" => "CZ" "Chieti" => "CH" "Como" => "CO" "Cosenza" => "CS" "Cremona" => "CR" "Crotone" => "KR" "Cuneo" => "CN" "Enna" => "EN" "Fermo" => "FM" "Ferrara" => "FE" "Firenze" => "FI" "Foggia" => "FG" "Forlì-Cesena" => "FC" "Frosinone" => "FR" "Genova" => "GE" "Gorizia" => "GO" "Grosseto" => "GR" "Imperia" => "IM" "Isernia" => "IS" "La Spezia" => "SP" "L'Aquila" => "AQ" "Latina" => "LT" "Lecce" => "LE" "Lecco" => "LC" "Livorno" => "LI" "Lodi" => "LO" "Lucca" => "LU" "Macerata" => "MC" "Mantova" => "MN" "Massa-Carrara" => "MS" "Matera" => "MT" "Medio Campidano" => "VS" "Messina" => "ME" "Milano" => "MI" "Modena" => "MO" "Monza e Brianza" => "MB" "Napoli" => "NA" "Novara" => "NO" "Nuoro" => "NU" "Ogliastra" => "OG" "Olbia-Tempio" => "OT" "Oristano" => "OR" "Padova" => "PD" "Palermo" => "PA" "Parma" => "PR" "Pavia" => "PV" "Perugia" => "PG" "Pesaro e Urbino" => "PU" "Pescara" => "PE" "Piacenza" => "PC" "Pisa" => "PI" "Pistoia" => "PT" "Pordenone" => "PN" "Potenza" => "PZ" "Prato" => "PO" "Ragusa" => "RG" "Ravenna" => "RA" "Reggio Calabria" => "RC" "Reggio Emilia" => "RE" "Rieti" => "RI" "Rimini" => "RN" "Roma" => "RM" "Rovigo" => "RO" "Salerno" => "SA" "Sassari" => "SS" "Savona" => "SV" "Siena" => "SI" "Siracusa" => "SR" "Sondrio" => "SO" "Taranto" => "TA" "Teramo" => "TE" "Terni" => "TR" "Torino" => "TO" "Trapani" => "TP" "Trento" => "TN" "Treviso" => "TV" "Trieste" => "TS" "Udine" => "UD" "Varese" => "VA" "Venezia" => "VE" "Verbano-Cusio-Ossola" => "VB" "Vercelli" => "VC" "Verona" => "VR" "Vibo Valentia" => "VV" "Vicenza" => "VI" "Viterbo" => "VT" ] ] } "validatePasswordsAndEmail" ] } ] |
| 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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#906 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } } |
| 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() {#895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#907 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#997 -form: Symfony\Component\Form\Form {#1081 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#896 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | null |
isB2C
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Seleziona tipologia utente" => null "Privato" => true "Azienda" => false ] |
[ "Seleziona tipologia utente" => null "Privato" => true "Azienda" => false ] |
| label | "Che tipo di utente sei?" |
same as passed value |
| mapped | false |
false
|
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Seleziona tipologia utente" => null "Privato" => true "Azienda" => false ] |
| 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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| 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 | "Che tipo di utente sei?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#938 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_isB2C" ] |
| cache_key | "_registration_form_isB2C_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#941 +label: "Seleziona tipologia utente" +value: "0" +data: null +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1050 +label: "Privato" +value: "1" +data: true +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +label: "Azienda" +value: "2" +data: false +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1136 -form: Symfony\Component\Form\Form {#1119 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1142 …5} |
| full_name | "registration_form[isB2C]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_isB2C" |
| is_selected | Closure($choice, $value) {#973 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Che tipo di utente sei?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "isB2C" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_isB2C" |
| valid | true |
| value | "0" |
BillingBusinessName
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#931 +payload: null +groups: ? +message: "Inserisci il tuo nome e cognome o la ragione sociale" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#931 +payload: null +groups: ? +message: "Inserisci il tuo nome e cognome o la ragione sociale" +allowNull: false +normalizer: null } ] |
| label | "Nome e cognome / ragione sociale *" |
same as passed value |
| mapped | true |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#931 +payload: null +groups: ? +message: "Inserisci il tuo nome e cognome o la ragione sociale" +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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#974 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 | "Nome e cognome / ragione sociale *" |
| 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() {#970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#972 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_BillingBusinessName" ] |
| cache_key | "_registration_form_BillingBusinessName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#922 -form: Symfony\Component\Form\Form {#1122 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#984 …5} |
| full_name | "registration_form[BillingBusinessName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_BillingBusinessName" |
| label | "Nome e cognome / ragione sociale *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "BillingBusinessName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_BillingBusinessName" |
| valid | true |
| value | "" |
rifAggiuntivo1
"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 | "Referente" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
false
|
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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#981 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 | "Referente" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#982 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_rifAggiuntivo1" ] |
| cache_key | "_registration_form_rifAggiuntivo1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1036 -form: Symfony\Component\Form\Form {#1125 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1031 …5} |
| full_name | "registration_form[rifAggiuntivo1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_rifAggiuntivo1" |
| label | "Referente" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "rifAggiuntivo1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_rifAggiuntivo1" |
| valid | true |
| value | "" |
websiteEmail
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#927 +payload: null +groups: ? +message: "Inserisci la tua mail" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#927 +payload: null +groups: ? +message: "Inserisci la tua mail" +allowNull: false +normalizer: null } ] |
| label | "Indirizzo email *" |
same as passed value |
| mapped | true |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#927 +payload: null +groups: ? +message: "Inserisci la tua mail" +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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#925 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 | "Indirizzo 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#923 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#924 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_websiteEmail" ] |
| cache_key | "_registration_form_websiteEmail_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1023 -form: Symfony\Component\Form\Form {#1083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1009 …5} |
| full_name | "registration_form[websiteEmail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_websiteEmail" |
| label | "Indirizzo email *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "websiteEmail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_websiteEmail" |
| valid | true |
| value | "" |
emailConfirmation
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#929 +payload: null +groups: ? +message: "Conferma la tua mail" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#929 +payload: null +groups: ? +message: "Conferma la tua mail" +allowNull: false +normalizer: null } ] |
| label | "Conferma indirizzo email *" |
same as passed value |
| mapped | false |
false
|
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#929 +payload: null +groups: ? +message: "Conferma la tua mail" +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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#898 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 | "Conferma indirizzo email *" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#904 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_emailConfirmation" ] |
| cache_key | "_registration_form_emailConfirmation_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#886 -form: Symfony\Component\Form\Form {#1086 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#902 …5} |
| full_name | "registration_form[emailConfirmation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_emailConfirmation" |
| label | "Conferma indirizzo email *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailConfirmation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_emailConfirmation" |
| valid | true |
| value | "" |
vatCode
"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 | "P.IVA" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
false
|
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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#889 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 | "P.IVA" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#888 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_vatCode" ] |
| cache_key | "_registration_form_vatCode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#884 -form: Symfony\Component\Form\Form {#1089 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#958 …5} |
| full_name | "registration_form[vatCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_vatCode" |
| label | "P.IVA" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "vatCode" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_vatCode" |
| valid | true |
| value | "" |
billingCity
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#932 +payload: null +groups: ? +message: "Inserisci la città" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#932 +payload: null +groups: ? +message: "Inserisci la città" +allowNull: false +normalizer: null } ] |
| label | "Città *" |
same as passed value |
| mapped | true |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#932 +payload: null +groups: ? +message: "Inserisci la città" +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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#879 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 | "Città *" |
| 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() {#881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#880 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_billingCity" ] |
| cache_key | "_registration_form_billingCity_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1135 -form: Symfony\Component\Form\Form {#1092 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1170 …5} |
| full_name | "registration_form[billingCity]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_billingCity" |
| label | "Città *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "billingCity" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_billingCity" |
| valid | true |
| value | "" |
billingProvince
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 |
|---|---|---|
| choices | [ "Agrigento" => "AG" "Alessandria" => "AL" "Ancona" => "AN" "Aosta" => "AO" "Arezzo" => "AR" "Ascoli Piceno" => "AP" "Asti" => "AT" "Avellino" => "AV" "Bari" => "BA" "Barletta-Andria-Trani" => "BT" "Belluno" => "BL" "Benevento" => "BN" "Bergamo" => "BG" "Biella" => "BI" "Bologna" => "BO" "Bolzano" => "BZ" "Brescia" => "BS" "Brindisi" => "BR" "Cagliari" => "CA" "Caltanissetta" => "CL" "Campobasso" => "CB" "Carbonia-Iglesias" => "CI" "Caserta" => "CE" "Catania" => "CT" "Catanzaro" => "CZ" "Chieti" => "CH" "Como" => "CO" "Cosenza" => "CS" "Cremona" => "CR" "Crotone" => "KR" "Cuneo" => "CN" "Enna" => "EN" "Fermo" => "FM" "Ferrara" => "FE" "Firenze" => "FI" "Foggia" => "FG" "Forlì-Cesena" => "FC" "Frosinone" => "FR" "Genova" => "GE" "Gorizia" => "GO" "Grosseto" => "GR" "Imperia" => "IM" "Isernia" => "IS" "La Spezia" => "SP" "L'Aquila" => "AQ" "Latina" => "LT" "Lecce" => "LE" "Lecco" => "LC" "Livorno" => "LI" "Lodi" => "LO" "Lucca" => "LU" "Macerata" => "MC" "Mantova" => "MN" "Massa-Carrara" => "MS" "Matera" => "MT" "Medio Campidano" => "VS" "Messina" => "ME" "Milano" => "MI" "Modena" => "MO" "Monza e Brianza" => "MB" "Napoli" => "NA" "Novara" => "NO" "Nuoro" => "NU" "Ogliastra" => "OG" "Olbia-Tempio" => "OT" "Oristano" => "OR" "Padova" => "PD" "Palermo" => "PA" "Parma" => "PR" "Pavia" => "PV" "Perugia" => "PG" "Pesaro e Urbino" => "PU" "Pescara" => "PE" "Piacenza" => "PC" "Pisa" => "PI" "Pistoia" => "PT" "Pordenone" => "PN" "Potenza" => "PZ" "Prato" => "PO" "Ragusa" => "RG" "Ravenna" => "RA" "Reggio Calabria" => "RC" "Reggio Emilia" => "RE" "Rieti" => "RI" "Rimini" => "RN" "Roma" => "RM" "Rovigo" => "RO" "Salerno" => "SA" "Sassari" => "SS" "Savona" => "SV" "Siena" => "SI" "Siracusa" => "SR" "Sondrio" => "SO" "Taranto" => "TA" "Teramo" => "TE" "Terni" => "TR" "Torino" => "TO" "Trapani" => "TP" "Trento" => "TN" "Treviso" => "TV" "Trieste" => "TS" "Udine" => "UD" "Varese" => "VA" "Venezia" => "VE" "Verbano-Cusio-Ossola" => "VB" "Vercelli" => "VC" "Verona" => "VR" "Vibo Valentia" => "VV" "Vicenza" => "VI" "Viterbo" => "VT" ] |
[ "Agrigento" => "AG" "Alessandria" => "AL" "Ancona" => "AN" "Aosta" => "AO" "Arezzo" => "AR" "Ascoli Piceno" => "AP" "Asti" => "AT" "Avellino" => "AV" "Bari" => "BA" "Barletta-Andria-Trani" => "BT" "Belluno" => "BL" "Benevento" => "BN" "Bergamo" => "BG" "Biella" => "BI" "Bologna" => "BO" "Bolzano" => "BZ" "Brescia" => "BS" "Brindisi" => "BR" "Cagliari" => "CA" "Caltanissetta" => "CL" "Campobasso" => "CB" "Carbonia-Iglesias" => "CI" "Caserta" => "CE" "Catania" => "CT" "Catanzaro" => "CZ" "Chieti" => "CH" "Como" => "CO" "Cosenza" => "CS" "Cremona" => "CR" "Crotone" => "KR" "Cuneo" => "CN" "Enna" => "EN" "Fermo" => "FM" "Ferrara" => "FE" "Firenze" => "FI" "Foggia" => "FG" "Forlì-Cesena" => "FC" "Frosinone" => "FR" "Genova" => "GE" "Gorizia" => "GO" "Grosseto" => "GR" "Imperia" => "IM" "Isernia" => "IS" "La Spezia" => "SP" "L'Aquila" => "AQ" "Latina" => "LT" "Lecce" => "LE" "Lecco" => "LC" "Livorno" => "LI" "Lodi" => "LO" "Lucca" => "LU" "Macerata" => "MC" "Mantova" => "MN" "Massa-Carrara" => "MS" "Matera" => "MT" "Medio Campidano" => "VS" "Messina" => "ME" "Milano" => "MI" "Modena" => "MO" "Monza e Brianza" => "MB" "Napoli" => "NA" "Novara" => "NO" "Nuoro" => "NU" "Ogliastra" => "OG" "Olbia-Tempio" => "OT" "Oristano" => "OR" "Padova" => "PD" "Palermo" => "PA" "Parma" => "PR" "Pavia" => "PV" "Perugia" => "PG" "Pesaro e Urbino" => "PU" "Pescara" => "PE" "Piacenza" => "PC" "Pisa" => "PI" "Pistoia" => "PT" "Pordenone" => "PN" "Potenza" => "PZ" "Prato" => "PO" "Ragusa" => "RG" "Ravenna" => "RA" "Reggio Calabria" => "RC" "Reggio Emilia" => "RE" "Rieti" => "RI" "Rimini" => "RN" "Roma" => "RM" "Rovigo" => "RO" "Salerno" => "SA" "Sassari" => "SS" "Savona" => "SV" "Siena" => "SI" "Siracusa" => "SR" "Sondrio" => "SO" "Taranto" => "TA" "Teramo" => "TE" "Terni" => "TR" "Torino" => "TO" "Trapani" => "TP" "Trento" => "TN" "Treviso" => "TV" "Trieste" => "TS" "Udine" => "UD" "Varese" => "VA" "Venezia" => "VE" "Verbano-Cusio-Ossola" => "VB" "Vercelli" => "VC" "Verona" => "VR" "Vibo Valentia" => "VV" "Vicenza" => "VI" "Viterbo" => "VT" ] |
| label | "Provincia *" |
same as passed value |
| placeholder | "Seleziona una provincia" |
same as passed value |
| required | true |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Agrigento" => "AG" "Alessandria" => "AL" "Ancona" => "AN" "Aosta" => "AO" "Arezzo" => "AR" "Ascoli Piceno" => "AP" "Asti" => "AT" "Avellino" => "AV" "Bari" => "BA" "Barletta-Andria-Trani" => "BT" "Belluno" => "BL" "Benevento" => "BN" "Bergamo" => "BG" "Biella" => "BI" "Bologna" => "BO" "Bolzano" => "BZ" "Brescia" => "BS" "Brindisi" => "BR" "Cagliari" => "CA" "Caltanissetta" => "CL" "Campobasso" => "CB" "Carbonia-Iglesias" => "CI" "Caserta" => "CE" "Catania" => "CT" "Catanzaro" => "CZ" "Chieti" => "CH" "Como" => "CO" "Cosenza" => "CS" "Cremona" => "CR" "Crotone" => "KR" "Cuneo" => "CN" "Enna" => "EN" "Fermo" => "FM" "Ferrara" => "FE" "Firenze" => "FI" "Foggia" => "FG" "Forlì-Cesena" => "FC" "Frosinone" => "FR" "Genova" => "GE" "Gorizia" => "GO" "Grosseto" => "GR" "Imperia" => "IM" "Isernia" => "IS" "La Spezia" => "SP" "L'Aquila" => "AQ" "Latina" => "LT" "Lecce" => "LE" "Lecco" => "LC" "Livorno" => "LI" "Lodi" => "LO" "Lucca" => "LU" "Macerata" => "MC" "Mantova" => "MN" "Massa-Carrara" => "MS" "Matera" => "MT" "Medio Campidano" => "VS" "Messina" => "ME" "Milano" => "MI" "Modena" => "MO" "Monza e Brianza" => "MB" "Napoli" => "NA" "Novara" => "NO" "Nuoro" => "NU" "Ogliastra" => "OG" "Olbia-Tempio" => "OT" "Oristano" => "OR" "Padova" => "PD" "Palermo" => "PA" "Parma" => "PR" "Pavia" => "PV" "Perugia" => "PG" "Pesaro e Urbino" => "PU" "Pescara" => "PE" "Piacenza" => "PC" "Pisa" => "PI" "Pistoia" => "PT" "Pordenone" => "PN" "Potenza" => "PZ" "Prato" => "PO" "Ragusa" => "RG" "Ravenna" => "RA" "Reggio Calabria" => "RC" "Reggio Emilia" => "RE" "Rieti" => "RI" "Rimini" => "RN" "Roma" => "RM" "Rovigo" => "RO" "Salerno" => "SA" "Sassari" => "SS" "Savona" => "SV" "Siena" => "SI" "Siracusa" => "SR" "Sondrio" => "SO" "Taranto" => "TA" "Teramo" => "TE" "Terni" => "TR" "Torino" => "TO" "Trapani" => "TP" "Trento" => "TN" "Treviso" => "TV" "Trieste" => "TS" "Udine" => "UD" "Varese" => "VA" "Venezia" => "VE" "Verbano-Cusio-Ossola" => "VB" "Vercelli" => "VC" "Verona" => "VR" "Vibo Valentia" => "VV" "Vicenza" => "VI" "Viterbo" => "VT" ] |
| 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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| 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 | "Provincia *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Seleziona una provincia" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#950 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_billingProvince" ] |
| cache_key | "_registration_form_billingProvince_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1174 +label: "Agrigento" +value: "AG" +data: "AG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1175 +label: "Alessandria" +value: "AL" +data: "AL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1176 +label: "Ancona" +value: "AN" +data: "AN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1177 +label: "Aosta" +value: "AO" +data: "AO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1178 +label: "Arezzo" +value: "AR" +data: "AR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1179 +label: "Ascoli Piceno" +value: "AP" +data: "AP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1180 +label: "Asti" +value: "AT" +data: "AT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1181 +label: "Avellino" +value: "AV" +data: "AV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1182 +label: "Bari" +value: "BA" +data: "BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1183 +label: "Barletta-Andria-Trani" +value: "BT" +data: "BT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1184 +label: "Belluno" +value: "BL" +data: "BL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1185 +label: "Benevento" +value: "BN" +data: "BN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1186 +label: "Bergamo" +value: "BG" +data: "BG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1187 +label: "Biella" +value: "BI" +data: "BI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1188 +label: "Bologna" +value: "BO" +data: "BO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1189 +label: "Bolzano" +value: "BZ" +data: "BZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +label: "Brescia" +value: "BS" +data: "BS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1191 +label: "Brindisi" +value: "BR" +data: "BR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1192 +label: "Cagliari" +value: "CA" +data: "CA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1193 +label: "Caltanissetta" +value: "CL" +data: "CL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1194 +label: "Campobasso" +value: "CB" +data: "CB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1195 +label: "Carbonia-Iglesias" +value: "CI" +data: "CI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1196 +label: "Caserta" +value: "CE" +data: "CE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1197 +label: "Catania" +value: "CT" +data: "CT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1198 +label: "Catanzaro" +value: "CZ" +data: "CZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1199 +label: "Chieti" +value: "CH" +data: "CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1200 +label: "Como" +value: "CO" +data: "CO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1201 +label: "Cosenza" +value: "CS" +data: "CS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1202 +label: "Cremona" +value: "CR" +data: "CR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +label: "Crotone" +value: "KR" +data: "KR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1204 +label: "Cuneo" +value: "CN" +data: "CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1205 +label: "Enna" +value: "EN" +data: "EN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1206 +label: "Fermo" +value: "FM" +data: "FM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1207 +label: "Ferrara" +value: "FE" +data: "FE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1208 +label: "Firenze" +value: "FI" +data: "FI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +label: "Foggia" +value: "FG" +data: "FG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +label: "Forlì-Cesena" +value: "FC" +data: "FC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +label: "Frosinone" +value: "FR" +data: "FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +label: "Genova" +value: "GE" +data: "GE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1213 +label: "Gorizia" +value: "GO" +data: "GO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1214 +label: "Grosseto" +value: "GR" +data: "GR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1215 +label: "Imperia" +value: "IM" +data: "IM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +label: "Isernia" +value: "IS" +data: "IS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1217 +label: "La Spezia" +value: "SP" +data: "SP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "L'Aquila" +value: "AQ" +data: "AQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +label: "Latina" +value: "LT" +data: "LT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +label: "Lecce" +value: "LE" +data: "LE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1221 +label: "Lecco" +value: "LC" +data: "LC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1222 +label: "Livorno" +value: "LI" +data: "LI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1223 +label: "Lodi" +value: "LO" +data: "LO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1224 +label: "Lucca" +value: "LU" +data: "LU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1225 +label: "Macerata" +value: "MC" +data: "MC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1226 +label: "Mantova" +value: "MN" +data: "MN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1227 +label: "Massa-Carrara" +value: "MS" +data: "MS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1228 +label: "Matera" +value: "MT" +data: "MT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1229 +label: "Medio Campidano" +value: "VS" +data: "VS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1230 +label: "Messina" +value: "ME" +data: "ME" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1231 +label: "Milano" +value: "MI" +data: "MI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1232 +label: "Modena" +value: "MO" +data: "MO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1233 +label: "Monza e Brianza" +value: "MB" +data: "MB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +label: "Napoli" +value: "NA" +data: "NA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +label: "Novara" +value: "NO" +data: "NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1236 +label: "Nuoro" +value: "NU" +data: "NU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1237 +label: "Ogliastra" +value: "OG" +data: "OG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +label: "Olbia-Tempio" +value: "OT" +data: "OT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1239 +label: "Oristano" +value: "OR" +data: "OR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1240 +label: "Padova" +value: "PD" +data: "PD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1241 +label: "Palermo" +value: "PA" +data: "PA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1242 +label: "Parma" +value: "PR" +data: "PR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1243 +label: "Pavia" +value: "PV" +data: "PV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1244 +label: "Perugia" +value: "PG" +data: "PG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1245 +label: "Pesaro e Urbino" +value: "PU" +data: "PU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1246 +label: "Pescara" +value: "PE" +data: "PE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1247 +label: "Piacenza" +value: "PC" +data: "PC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1248 +label: "Pisa" +value: "PI" +data: "PI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1249 +label: "Pistoia" +value: "PT" +data: "PT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1250 +label: "Pordenone" +value: "PN" +data: "PN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1251 +label: "Potenza" +value: "PZ" +data: "PZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1252 +label: "Prato" +value: "PO" +data: "PO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1253 +label: "Ragusa" +value: "RG" +data: "RG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1254 +label: "Ravenna" +value: "RA" +data: "RA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1255 +label: "Reggio Calabria" +value: "RC" +data: "RC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1256 +label: "Reggio Emilia" +value: "RE" +data: "RE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1257 +label: "Rieti" +value: "RI" +data: "RI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1258 +label: "Rimini" +value: "RN" +data: "RN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1259 +label: "Roma" +value: "RM" +data: "RM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1260 +label: "Rovigo" +value: "RO" +data: "RO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1261 +label: "Salerno" +value: "SA" +data: "SA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1262 +label: "Sassari" +value: "SS" +data: "SS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +label: "Savona" +value: "SV" +data: "SV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +label: "Siena" +value: "SI" +data: "SI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +label: "Siracusa" +value: "SR" +data: "SR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1266 +label: "Sondrio" +value: "SO" +data: "SO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1267 +label: "Taranto" +value: "TA" +data: "TA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +label: "Teramo" +value: "TE" +data: "TE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1269 +label: "Terni" +value: "TR" +data: "TR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +label: "Torino" +value: "TO" +data: "TO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +label: "Trapani" +value: "TP" +data: "TP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1272 +label: "Trento" +value: "TN" +data: "TN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +label: "Treviso" +value: "TV" +data: "TV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +label: "Trieste" +value: "TS" +data: "TS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1275 +label: "Udine" +value: "UD" +data: "UD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1276 +label: "Varese" +value: "VA" +data: "VA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1277 +label: "Venezia" +value: "VE" +data: "VE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1278 +label: "Verbano-Cusio-Ossola" +value: "VB" +data: "VB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1279 +label: "Vercelli" +value: "VC" +data: "VC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1280 +label: "Verona" +value: "VR" +data: "VR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1281 +label: "Vibo Valentia" +value: "VV" +data: "VV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1282 +label: "Vicenza" +value: "VI" +data: "VI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +label: "Viterbo" +value: "VT" +data: "VT" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1172 -form: Symfony\Component\Form\Form {#1095 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1173 …5} |
| full_name | "registration_form[billingProvince]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_billingProvince" |
| is_selected | Closure($choice, $value) {#1285 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Provincia *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "billingProvince" |
| placeholder | "Seleziona una provincia" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_billingProvince" |
| valid | true |
| value | "" |
activity
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 |
|---|---|---|
| choices | [ "Utilizzatore" => "utilizzatore" "Rivenditore" => "rivenditore" "Progettista" => "progettista" "Utente finale" => "utente_finale" ] |
[ "Utilizzatore" => "utilizzatore" "Rivenditore" => "rivenditore" "Progettista" => "progettista" "Utente finale" => "utente_finale" ] |
| label | "Attività *" |
same as passed value |
| mapped | false |
false
|
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Utilizzatore" => "utilizzatore" "Rivenditore" => "rivenditore" "Progettista" => "progettista" "Utente finale" => "utente_finale" ] |
| 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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| 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 | "Attività *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#996 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#995 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_activity" ] |
| cache_key | "_registration_form_activity_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1288 +label: "Utilizzatore" +value: "utilizzatore" +data: "utilizzatore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1289 +label: "Rivenditore" +value: "rivenditore" +data: "rivenditore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1290 +label: "Progettista" +value: "progettista" +data: "progettista" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1291 +label: "Utente finale" +value: "utente_finale" +data: "utente_finale" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1286 -form: Symfony\Component\Form\Form {#1098 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1287 …5} |
| full_name | "registration_form[activity]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_activity" |
| is_selected | Closure($choice, $value) {#1293 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Attività *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "activity" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_activity" |
| valid | true |
| value | "" |
billingPhone
"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 | "Telefono" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
false
|
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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1006 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 | "Telefono" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#1007 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_billingPhone" ] |
| cache_key | "_registration_form_billingPhone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1294 -form: Symfony\Component\Form\Form {#1101 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1295 …5} |
| full_name | "registration_form[billingPhone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_billingPhone" |
| label | "Telefono" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "billingPhone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_billingPhone" |
| valid | true |
| value | "" |
plainPassword
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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#933 +payload: null +groups: ? +message: "Inserisci la password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#934 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno di {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#933 +payload: null +groups: ? +message: "Inserisci la password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#934 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno di {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Password *" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#933 +payload: null +groups: ? +message: "Inserisci la password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#934 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno di {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1015 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Password *" |
| 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 | false |
| upload_max_size_message | Closure() {#1022 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#1021 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1296 -form: Symfony\Component\Form\Form {#1104 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1297 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword" |
| label | "Password *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword" |
| valid | true |
| value | "" |
plainPasswordConfirmation
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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#965 +payload: null +groups: ? +message: "Conferma la tua password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#964 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno di {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#965 +payload: null +groups: ? +message: "Conferma la tua password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#964 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno di {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Conferma password *" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#965 +payload: null +groups: ? +message: "Conferma la tua password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#964 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno di {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1028 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Conferma password *" |
| 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 | false |
| upload_max_size_message | Closure() {#1030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#1029 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPasswordConfirmation" ] |
| cache_key | "_registration_form_plainPasswordConfirmation_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1298 -form: Symfony\Component\Form\Form {#1107 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1299 …5} |
| full_name | "registration_form[plainPasswordConfirmation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPasswordConfirmation" |
| label | "Conferma password *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPasswordConfirmation" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPasswordConfirmation" |
| valid | true |
| value | "" |
newsletterSubscribed
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Voglio iscrivermi alla newsletter" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1038 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1037 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Voglio iscrivermi alla newsletter" |
| 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() {#1042 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#1044 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_newsletterSubscribed" ] |
| cache_key | "_registration_form_newsletterSubscribed_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1300 -form: Symfony\Component\Form\Form {#1110 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1301 …5} |
| full_name | "registration_form[newsletterSubscribed]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_newsletterSubscribed" |
| label | "Voglio iscrivermi alla newsletter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newsletterSubscribed" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_newsletterSubscribed" |
| valid | true |
| value | "1" |
companyNewsletterSubscribed
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Voglio iscrivermi alla newsletter 2" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1038 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1037 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Voglio iscrivermi alla newsletter 2" |
| 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() {#1051 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#1052 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_companyNewsletterSubscribed" ] |
| cache_key | "_registration_form_companyNewsletterSubscribed_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1302 -form: Symfony\Component\Form\Form {#1113 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1303 …5} |
| full_name | "registration_form[companyNewsletterSubscribed]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_companyNewsletterSubscribed" |
| label | "Voglio iscrivermi alla newsletter 2" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyNewsletterSubscribed" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_companyNewsletterSubscribed" |
| valid | true |
| value | "1" |
agreeTerms
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#963 +payload: null +groups: ? +message: "Devi accettare i termini e le condizioni" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#963 +payload: null +groups: ? +message: "Devi accettare i termini e le condizioni" } ] |
| label | "Accetto i termini e le condizioni" |
same as passed value |
| mapped | false |
false
|
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 | [ Symfony\Component\Validator\Constraints\IsTrue {#963 +payload: null +groups: ? +message: "Devi accettare i termini e le condizioni" } ] |
| 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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1038 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1037 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Accetto i termini e le condizioni" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#1060 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_agreeTerms" ] |
| cache_key | "_registration_form_agreeTerms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1304 -form: Symfony\Component\Form\Form {#1120 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1305 …5} |
| full_name | "registration_form[agreeTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_agreeTerms" |
| label | "Accetto i termini e le condizioni" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreeTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_agreeTerms" |
| valid | true |
| value | "1" |
hiddenID
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 | [ "id" => "hiddenID" ] |
[ "id" => "hiddenID" ] |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "hiddenID" ] |
| 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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1070 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() {#1075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#1069 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "hiddenID" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_registration_form_hiddenID" ] |
| cache_key | "_registration_form_hiddenID_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1306 -form: Symfony\Component\Form\Form {#1128 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1307 …5} |
| full_name | "registration_form[hiddenID]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_hiddenID" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hiddenID" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_hiddenID" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "53e55e38d94e0c0e59249.lH6jsudTmIgjJroRgVBkjY_tGbvLhxh1iEZRNOEEvhU.rCzJ2d83zMF8a8191BgI2NWcWoKKv2gv7RYWB7Ns4UHRCO3-0j_x4lJQ-w" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "53e55e38d94e0c0e59249.lH6jsudTmIgjJroRgVBkjY_tGbvLhxh1iEZRNOEEvhU.rCzJ2d83zMF8a8191BgI2NWcWoKKv2gv7RYWB7Ns4UHRCO3-0j_x4lJQ-w" |
same as passed value |
| mapped | false |
false
|
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 {#435 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#436 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#439 …} } |
| data | "53e55e38d94e0c0e59249.lH6jsudTmIgjJroRgVBkjY_tGbvLhxh1iEZRNOEEvhU.rCzJ2d83zMF8a8191BgI2NWcWoKKv2gv7RYWB7Ns4UHRCO3-0j_x4lJQ-w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1323 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() {#1321 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#320 …} $message: Closure() {#1322 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "53e55e38d94e0c0e59249.lH6jsudTmIgjJroRgVBkjY_tGbvLhxh1iEZRNOEEvhU.rCzJ2d83zMF8a8191BgI2NWcWoKKv2gv7RYWB7Ns4UHRCO3-0j_x4lJQ-w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1332 -form: Symfony\Component\Form\Form {#1328 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1320 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_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 | "_registration_form__token" |
| valid | true |
| value | "53e55e38d94e0c0e59249.lH6jsudTmIgjJroRgVBkjY_tGbvLhxh1iEZRNOEEvhU.rCzJ2d83zMF8a8191BgI2NWcWoKKv2gv7RYWB7Ns4UHRCO3-0j_x4lJQ-w" |