Forms
- 
        customer_form
- 
        name
 - 
        ci
 - 
        phone
 - 
        email
 - 
        acceptPrivacyPolicy
 - 
        _token
 
 - 
        
 
customer_form
                Form type:
                
        
                "App\CrediFast\Infrastructure\Form\CustomerForm"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#606 +email: null +name: null +phone: null +ci: null }  | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| data | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#606 +email: null +name: null +phone: null +ci: null }  | 
                    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 | true | 
            
| constraints | []  | 
            
| csrf_field_name | "_token" | 
            
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." | 
            
| csrf_protection | true | 
            
| csrf_token_id | null | 
            
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#298 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#296 …} -namespace: Closure() {#294 …} }  | 
            
| data | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#606 +email: null +name: null +phone: null +ci: null }  | 
            
| data_class | "App\CrediFast\Infrastructure\Form\Data\CustomerFormFields" | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#755 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\CrediFast\Infrastructure\Form\Data\CustomerFormFields" } }  | 
            
| 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() {#757 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#648 …} $message: Closure() {#756 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "customer_form" "_customer_form" ]  | 
            
| cache_key | "_customer_form_customer_form" | 
            
| compound | true | 
            
| data | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#606 +email: null +name: null +phone: null +ci: null }  | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#817 -errors: [] -form: Symfony\Component\Form\Form {#826 …} }  | 
            
| form | Symfony\Component\Form\FormView {#758 …5}  | 
            
| full_name | "customer_form" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "customer_form" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "customer_form" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_customer_form" | 
            
| valid | true | 
            
| value | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#606 +email: null +name: null +phone: null +ci: null }  | 
            
name
                Form type:
                
        
                "Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
            
| View Format | 
                                            ""  | 
            
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "placeholder" => "" "class" => "form-control" ]  | 
                    
                                                                                                                            [ "placeholder" => "" "class" => "form-control" ]  | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "" "class" => "form-control" ]  | 
            
| 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 {#298 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#296 …} -namespace: Closure() {#294 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#768 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 | 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() {#770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#648 …} $message: Closure() {#769 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "" "class" => "form-control" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_customer_form_name" ]  | 
            
| cache_key | "_customer_form_name_text" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#771 -errors: [] -form: Symfony\Component\Form\Form {#829 …} }  | 
            
| form | Symfony\Component\Form\FormView {#780 …5}  | 
            
| full_name | "customer_form[name]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "customer_form_name" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "name" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_customer_form_name" | 
            
| valid | true | 
            
| value | ""  | 
            
ci
                Form type:
                
        
                "Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
            
| View Format | 
                                            ""  | 
            
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "placeholder" => "Documento sin puntos ni guiones" "class" => "form-control" ]  | 
                    
                                                                                                                            [ "placeholder" => "Documento sin puntos ni guiones" "class" => "form-control" ]  | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "Documento sin puntos ni guiones" "class" => "form-control" ]  | 
            
| 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 {#298 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#296 …} -namespace: Closure() {#294 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#777 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 | 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() {#779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#648 …} $message: Closure() {#778 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "Documento sin puntos ni guiones" "class" => "form-control" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_customer_form_ci" ]  | 
            
| cache_key | "_customer_form_ci_text" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#845 -errors: [] -form: Symfony\Component\Form\Form {#832 …} }  | 
            
| form | Symfony\Component\Form\FormView {#847 …5}  | 
            
| full_name | "customer_form[ci]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "customer_form_ci" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "ci" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_customer_form_ci" | 
            
| valid | true | 
            
| value | ""  | 
            
phone
                Form type:
                
        
                "Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "placeholder" => "" "class" => "form-control" ]  | 
                    
                                                                                                                            [ "placeholder" => "" "class" => "form-control" ]  | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "" "class" => "form-control" ]  | 
            
| 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 {#298 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#296 …} -namespace: Closure() {#294 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#790 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| form_attr | false | 
            
| getter | null | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| inherit_data | false | 
            
| invalid_message | "Please provide a valid phone number." | 
            
| 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() {#792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#648 …} $message: Closure() {#791 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "" "class" => "form-control" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "tel" "_customer_form_phone" ]  | 
            
| cache_key | "_customer_form_phone_tel" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#848 -errors: [] -form: Symfony\Component\Form\Form {#835 …} }  | 
            
| form | Symfony\Component\Form\FormView {#849 …5}  | 
            
| full_name | "customer_form[phone]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "customer_form_phone" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "phone" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_customer_form_phone" | 
            
| valid | true | 
            
| value | ""  | 
            
                Form type:
                
        
                "Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
            
| View Format | 
                                            ""  | 
            
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "placeholder" => "" "class" => "form-control" ]  | 
                    
                                                                                                                            [ "placeholder" => "" "class" => "form-control" ]  | 
                
| required | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "" "class" => "form-control" ]  | 
            
| 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 {#298 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#296 …} -namespace: Closure() {#294 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#803 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| form_attr | false | 
            
| getter | null | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| inherit_data | false | 
            
| invalid_message | "Please enter a valid email address." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | 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 | false | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#648 …} $message: Closure() {#804 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "" "class" => "form-control" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "email" "_customer_form_email" ]  | 
            
| cache_key | "_customer_form_email_email" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#850 -errors: [] -form: Symfony\Component\Form\Form {#838 …} }  | 
            
| form | Symfony\Component\Form\FormView {#868 …5}  | 
            
| full_name | "customer_form[email]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "customer_form_email" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "email" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_customer_form_email" | 
            
| valid | true | 
            
| value | ""  | 
            
acceptPrivacyPolicy
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 | 
|---|---|---|
| mapped | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | 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 {#298 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#296 …} -namespace: Closure() {#294 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#815 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 {#816 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| 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 | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#648 …} $message: Closure() {#820 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_customer_form_acceptPrivacyPolicy" ]  | 
            
| cache_key | "_customer_form_acceptPrivacyPolicy_checkbox" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#870 -errors: [] -form: Symfony\Component\Form\Form {#841 …} }  | 
            
| form | Symfony\Component\Form\FormView {#871 …5}  | 
            
| full_name | "customer_form[acceptPrivacyPolicy]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "customer_form_acceptPrivacyPolicy" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "acceptPrivacyPolicy" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_customer_form_acceptPrivacyPolicy" | 
            
| valid | true | 
            
| value | "1" | 
            
_token
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "f058d9624f0a48305fd3c.1IF3OWnZbvxuyhcYwXVNkhHBnRTewq-EGyb9K7ZhWIc.4eY4UhC_FM0JrWdvphEdqnjywnePptzpeEque4MmE_Pn-xxtP5YhiVznLw" | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ]  | 
                    
                                                                                                                            [ "data-controller" => "csrf-protection" ]  | 
                
| block_prefix | "csrf_token" | 
                    same as passed value | 
| data | "f058d9624f0a48305fd3c.1IF3OWnZbvxuyhcYwXVNkhHBnRTewq-EGyb9K7ZhWIc.4eY4UhC_FM0JrWdvphEdqnjywnePptzpeEque4MmE_Pn-xxtP5YhiVznLw" | 
                    same as passed value | 
| mapped | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "data-controller" => "csrf-protection" ]  | 
            
| 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 {#298 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#297 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#296 …} -namespace: Closure() {#294 …} }  | 
            
| data | "f058d9624f0a48305fd3c.1IF3OWnZbvxuyhcYwXVNkhHBnRTewq-EGyb9K7ZhWIc.4eY4UhC_FM0JrWdvphEdqnjywnePptzpeEque4MmE_Pn-xxtP5YhiVznLw" | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#888 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() {#890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#648 …} $message: Closure() {#889 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "data-controller" => "csrf-protection" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "hidden" "csrf_token" "_customer_form__token" ]  | 
            
| cache_key | "_customer_form__token_hidden" | 
            
| compound | false | 
            
| data | "f058d9624f0a48305fd3c.1IF3OWnZbvxuyhcYwXVNkhHBnRTewq-EGyb9K7ZhWIc.4eY4UhC_FM0JrWdvphEdqnjywnePptzpeEque4MmE_Pn-xxtP5YhiVznLw" | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#900 -errors: [] -form: Symfony\Component\Form\Form {#896 …} }  | 
            
| form | Symfony\Component\Form\FormView {#891 …5}  | 
            
| full_name | "customer_form[_token]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "customer_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 | "_customer_form__token" | 
            
| valid | true | 
            
| value | "f058d9624f0a48305fd3c.1IF3OWnZbvxuyhcYwXVNkhHBnRTewq-EGyb9K7ZhWIc.4eY4UhC_FM0JrWdvphEdqnjywnePptzpeEque4MmE_Pn-xxtP5YhiVznLw" |