Forms
- 
        form
- 
        name
 - 
        phone
 - 
        email
 - 
        company
 - 
        message
 - 
        send
 - 
        _token
 
 - 
        
 - 
        newsletter
- 
        email
 - 
        recaptcha
 - 
        agree
 - 
        save
 - 
        _token
 
 - 
        
 
form
                Form type:
                
        
                "Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | [
  "message" => ""
] | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| data | [
  "message" => ""
] | 
                    
                                                                                                                            [
  "message" => ""
]
                                             | 
                
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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data | [
  "message" => ""
] | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1082 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | true | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| form_attr | false | 
            
| getter | null | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| inherit_data | false | 
            
| invalid_message | "This value is not valid." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1084 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#1083 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "_form" ]  | 
            
| cache_key | "_form_form" | 
            
| compound | true | 
            
| data | [
  "message" => ""
] | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1165 -form: Symfony\Component\Form\Form {#1166 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#1085 …5}  | 
            
| full_name | "form" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "form" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "form" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_form" | 
            
| valid | true | 
            
| value | [
  "message" => ""
] | 
            
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 | 
|---|---|---|
| label | "Imię i nazwisko *" | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| autocomplete | false | 
            
| autocomplete_url | null | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| create_option_text | "Add %placeholder%..." | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1099 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| extra_options | []  | 
            
| 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 | "Imię i nazwisko *" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| loading_more_text | "Loading more results..." | 
            
| mapped | true | 
            
| max_results | 10 | 
            
| method | "POST" | 
            
| min_characters | null | 
            
| no_more_results_text | "No more results" | 
            
| no_results_found_text | "No results found" | 
            
| options_as_html | false | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| preload | "focus" | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1101 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#1100 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_form_name" ]  | 
            
| cache_key | "_form_name_text" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1111 -form: Symfony\Component\Form\Form {#1169 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#1128 …5}  | 
            
| full_name | "form[name]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "form_name" | 
            
| label | "Imię i nazwisko *" | 
            
| 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 | "_form_name" | 
            
| uses_autocomplete | false | 
            
| 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 | 
|---|---|---|
| label | "Telefon *" | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| autocomplete | false | 
            
| autocomplete_url | null | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| create_option_text | "Add %placeholder%..." | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1112 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| extra_options | []  | 
            
| 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 | "Telefon *" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| loading_more_text | "Loading more results..." | 
            
| mapped | true | 
            
| max_results | 10 | 
            
| method | "POST" | 
            
| min_characters | null | 
            
| no_more_results_text | "No more results" | 
            
| no_results_found_text | "No results found" | 
            
| options_as_html | false | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| preload | "focus" | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#1108 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "tel" "_form_phone" ]  | 
            
| cache_key | "_form_phone_tel" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1102 -form: Symfony\Component\Form\Form {#1172 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#1187 …5}  | 
            
| full_name | "form[phone]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "form_phone" | 
            
| label | "Telefon *" | 
            
| 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 | "_form_phone" | 
            
| uses_autocomplete | false | 
            
| 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 | 
|---|---|---|
| label | "Adres e-mail *" | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| autocomplete | false | 
            
| autocomplete_url | null | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| create_option_text | "Add %placeholder%..." | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1125 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| extra_options | []  | 
            
| 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 | "Adres e-mail *" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| loading_more_text | "Loading more results..." | 
            
| mapped | true | 
            
| max_results | 10 | 
            
| method | "POST" | 
            
| min_characters | null | 
            
| no_more_results_text | "No more results" | 
            
| no_results_found_text | "No results found" | 
            
| options_as_html | false | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| preload | "focus" | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#1126 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "email" "_form_email" ]  | 
            
| cache_key | "_form_email_email" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1189 -form: Symfony\Component\Form\Form {#1175 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#1190 …5}  | 
            
| full_name | "form[email]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "form_email" | 
            
| label | "Adres e-mail *" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "email" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_form_email" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
company
                Form type:
                
        
                "Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
            
| View Format | 
                                            ""  | 
            
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| label | "Firma" | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| autocomplete | false | 
            
| autocomplete_url | null | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| create_option_text | "Add %placeholder%..." | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1134 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| extra_options | []  | 
            
| 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 | "Firma" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| loading_more_text | "Loading more results..." | 
            
| mapped | true | 
            
| max_results | 10 | 
            
| method | "POST" | 
            
| min_characters | null | 
            
| no_more_results_text | "No more results" | 
            
| no_results_found_text | "No results found" | 
            
| options_as_html | false | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| preload | "focus" | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1136 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#1135 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_form_company" ]  | 
            
| cache_key | "_form_company_text" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1191 -form: Symfony\Component\Form\Form {#1178 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#1192 …5}  | 
            
| full_name | "form[company]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "form_company" | 
            
| label | "Firma" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "company" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_form_company" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
message
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | ""  | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| label | "Dodatkowe informacje" | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| autocomplete | false | 
            
| autocomplete_url | null | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| create_option_text | "Add %placeholder%..." | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1144 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| extra_options | []  | 
            
| 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 | "Dodatkowe informacje" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| loading_more_text | "Loading more results..." | 
            
| mapped | true | 
            
| max_results | 10 | 
            
| method | "POST" | 
            
| min_characters | null | 
            
| no_more_results_text | "No more results" | 
            
| no_results_found_text | "No results found" | 
            
| options_as_html | false | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| preload | "focus" | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1149 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#1143 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "textarea" "_form_message" ]  | 
            
| cache_key | "_form_message_textarea" | 
            
| compound | false | 
            
| data | ""  | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1207 -form: Symfony\Component\Form\Form {#1181 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#1209 …5}  | 
            
| full_name | "form[message]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "form_message" | 
            
| label | "Dodatkowe informacje" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "message" | 
            
| pattern | null | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_form_message" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
send
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| label | "Wyślij" | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | false | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| disabled | false | 
            
| form_attr | false | 
            
| label | "Wyślij" | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| priority | 0 | 
            
| row_attr | []  | 
            
| translation_domain | null | 
            
| validate | true | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "button" "submit" "_form_send" ]  | 
            
| cache_key | "_form_send_submit" | 
            
| clicked | false | 
            
| disabled | false | 
            
| form | Symfony\Component\Form\FormView {#1211 …5}  | 
            
| full_name | "form[send]" | 
            
| id | "form_send" | 
            
| label | "Wyślij" | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| multipart | false | 
            
| name | "send" | 
            
| priority | 0 | 
            
| row_attr | []  | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_form_send" | 
            
| value | null | 
            
_token
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "4f4.wmAGIda5NPZmIBAwYh5fqlnV2H2owSAqPbfB3DaqEPU.hSFrWLTsB59TbEBAM1s0xjy8th_lhWRudNCmjwaSe5GVEjdFktwEpEtyRQ" | 
            
| 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 | "4f4.wmAGIda5NPZmIBAwYh5fqlnV2H2owSAqPbfB3DaqEPU.hSFrWLTsB59TbEBAM1s0xjy8th_lhWRudNCmjwaSe5GVEjdFktwEpEtyRQ" | 
                    same as passed value | 
| mapped | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | "csrf_token" | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| csrf_field_name | "_token" | 
            
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." | 
            
| csrf_protection | true | 
            
| csrf_token_id | null | 
            
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data | "4f4.wmAGIda5NPZmIBAwYh5fqlnV2H2owSAqPbfB3DaqEPU.hSFrWLTsB59TbEBAM1s0xjy8th_lhWRudNCmjwaSe5GVEjdFktwEpEtyRQ" | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1227 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() {#1229 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#1228 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ]  | 
            
| cache_key | "_form__token_hidden" | 
            
| compound | false | 
            
| data | "4f4.wmAGIda5NPZmIBAwYh5fqlnV2H2owSAqPbfB3DaqEPU.hSFrWLTsB59TbEBAM1s0xjy8th_lhWRudNCmjwaSe5GVEjdFktwEpEtyRQ" | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1239 -form: Symfony\Component\Form\Form {#1235 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#1230 …5}  | 
            
| full_name | "form[_token]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "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 | "_form__token" | 
            
| valid | true | 
            
| value | "4f4.wmAGIda5NPZmIBAwYh5fqlnV2H2owSAqPbfB3DaqEPU.hSFrWLTsB59TbEBAM1s0xjy8th_lhWRudNCmjwaSe5GVEjdFktwEpEtyRQ" | 
            
newsletter
                Form type:
                
        
                "App\Form\NewsletterType"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | App\Entity\Newsletter {#2462 -id: null -email: null -created: DateTime @1762173331 {#2463 date: 2025-11-03 13:35:31.138648 Europe/Berlin (+01:00) } -verified: null }  | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| action | "/newsletter/form" | 
                    same as passed value | 
| data | App\Entity\Newsletter {#2462 -id: null -email: null -created: DateTime @1762173331 {#2463 date: 2025-11-03 13:35:31.138648 Europe/Berlin (+01:00) } -verified: null }  | 
                    same as passed value | 
| method | "POST" | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | "/newsletter/form" | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data | App\Entity\Newsletter {#2462 -id: null -email: null -created: DateTime @1762173331 {#2463 date: 2025-11-03 13:35:31.138648 Europe/Berlin (+01:00) } -verified: null }  | 
            
| data_class | "App\Entity\Newsletter" | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#2470 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Newsletter" } }  | 
            
| 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() {#2472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#2471 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | "/newsletter/form" | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "newsletter" "_newsletter" ]  | 
            
| cache_key | "_newsletter_newsletter" | 
            
| compound | true | 
            
| data | App\Entity\Newsletter {#2462 -id: null -email: null -created: DateTime @1762173331 {#2463 date: 2025-11-03 13:35:31.138648 Europe/Berlin (+01:00) } -verified: null }  | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2561 -form: Symfony\Component\Form\Form {#2562 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#2473 …5}  | 
            
| full_name | "newsletter" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "newsletter" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "newsletter" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_newsletter" | 
            
| valid | true | 
            
| value | App\Entity\Newsletter {#2462 -id: null -email: null -created: DateTime @1762173331 {#2463 date: 2025-11-03 13:35:31.138648 Europe/Berlin (+01:00) } -verified: null }  | 
            
                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 | [ "maxlength" => 255 ]  | 
                    
                                                                                                                            [ "maxlength" => 255 ]  | 
                
| required | true | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | [ "maxlength" => 255 ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| autocomplete | false | 
            
| autocomplete_url | null | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| create_option_text | "Add %placeholder%..." | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#2485 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| extra_options | []  | 
            
| 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 | []  | 
            
| loading_more_text | "Loading more results..." | 
            
| mapped | true | 
            
| max_results | 10 | 
            
| method | "POST" | 
            
| min_characters | null | 
            
| no_more_results_text | "No more results" | 
            
| no_results_found_text | "No results found" | 
            
| options_as_html | false | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| preload | "focus" | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#2512 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#2513 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "maxlength" => 255 ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "email" "_newsletter_email" ]  | 
            
| cache_key | "_newsletter_email_email" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2577 -form: Symfony\Component\Form\Form {#2565 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#2492 …5}  | 
            
| full_name | "newsletter[email]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "newsletter_email" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "email" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_newsletter_email" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
recaptcha
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 | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "defer" => true "async" => true ] ]  | 
                    
                                                                                                                            [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "defer" => true "async" => true ] ]  | 
                
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#2478 +payload: null +groups: ? +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ]  | 
                    
                                                                                                                            [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#2478 +payload: null +groups: ? +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ]  | 
                
| label | false | 
                    same as passed value | 
| mapped | false | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "defer" => true "async" => true ] ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| autocomplete | false | 
            
| autocomplete_url | null | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#2478 +payload: null +groups: ? +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ]  | 
            
| create_option_text | "Add %placeholder%..." | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#2530 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| extra_options | []  | 
            
| 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 | false | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| language | "pl" | 
            
| loading_more_text | "Loading more results..." | 
            
| mapped | false | 
            
| max_results | 10 | 
            
| method | "POST" | 
            
| min_characters | null | 
            
| no_more_results_text | "No more results" | 
            
| no_results_found_text | "No results found" | 
            
| options_as_html | false | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| preload | "focus" | 
            
| priority | 0 | 
            
| property_path | null | 
            
| public_key | null | 
            
| required | true | 
            
| row_attr | []  | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#2540 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#2539 …} $translationDomain: "validators" } }  | 
            
| url_challenge | null | 
            
| url_noscript | null | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "defer" => true "async" => true ] ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_newsletter_recaptcha" ]  | 
            
| cache_key | "_newsletter_recaptcha_ewz_recaptcha" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2579 -form: Symfony\Component\Form\Form {#2568 …} -errors: [] }  | 
            
| ewz_recaptcha_ajax | false | 
            
| ewz_recaptcha_api_host | "www.google.com" | 
            
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" | 
            
| ewz_recaptcha_enabled | true | 
            
| form | Symfony\Component\Form\FormView {#2580 …5}  | 
            
| full_name | "newsletter[recaptcha]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "newsletter_recaptcha" | 
            
| label | false | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "recaptcha" | 
            
| priority | 0 | 
            
| public_key | "6LdycvkqAAAAAHMwGDfY5pv5DEapw4d3vVRPGcni" | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_newsletter_recaptcha" | 
            
| url_challenge | "https://www.google.com/recaptcha/api.js?hl=pl" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
agree
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 {#2479 +payload: null +groups: ? +message: "Musisz zaakceptować regulamin usługi oraz politykę prywatności." } ]  | 
                    
                                                                                                                            [ Symfony\Component\Validator\Constraints\IsTrue {#2479 +payload: null +groups: ? +message: "Musisz zaakceptować regulamin usługi oraz politykę prywatności." } ]  | 
                
| label_html | true | 
                    same as passed value | 
| mapped | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2479 +payload: null +groups: ? +message: "Musisz zaakceptować regulamin usługi oraz politykę prywatności." } ]  | 
            
| 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 {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#2550 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 {#2551 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | true | 
            
| 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() {#2553 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#2555 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_newsletter_agree" ]  | 
            
| cache_key | "_newsletter_agree_checkbox" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2581 -form: Symfony\Component\Form\Form {#2571 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#2582 …5}  | 
            
| full_name | "newsletter[agree]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "newsletter_agree" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | true | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "agree" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_newsletter_agree" | 
            
| valid | true | 
            
| value | "1" | 
            
save
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "class" => "btn btn-primary" ]  | 
                    
                                                                                                                            [ "class" => "btn btn-primary" ]  | 
                
| label | "Zapisz mnie" | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| attr | [ "class" => "btn btn-primary" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | false | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| disabled | false | 
            
| form_attr | false | 
            
| label | "Zapisz mnie" | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| priority | 0 | 
            
| row_attr | []  | 
            
| translation_domain | null | 
            
| validate | true | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| attr | [ "class" => "btn btn-primary" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "button" "submit" "_newsletter_save" ]  | 
            
| cache_key | "_newsletter_save_submit" | 
            
| clicked | false | 
            
| disabled | false | 
            
| form | Symfony\Component\Form\FormView {#2592 …5}  | 
            
| full_name | "newsletter[save]" | 
            
| id | "newsletter_save" | 
            
| label | "Zapisz mnie" | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| multipart | false | 
            
| name | "save" | 
            
| priority | 0 | 
            
| row_attr | []  | 
            
| translation_domain | null | 
            
| unique_block_prefix | "_newsletter_save" | 
            
| value | null | 
            
_token
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "b86c4cace92ff44ceb90f49f.13C1UG03imC9_Gm1yq_y6cw9JRBGhtYd6v1mVQGDmq0.ngjQNRV28xLWmALHstyKprtZVWIl6Lhknr4KNja38P6lGZhnInbBUefNBg" | 
            
| 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 | "b86c4cace92ff44ceb90f49f.13C1UG03imC9_Gm1yq_y6cw9JRBGhtYd6v1mVQGDmq0.ngjQNRV28xLWmALHstyKprtZVWIl6Lhknr4KNja38P6lGZhnInbBUefNBg" | 
                    same as passed value | 
| mapped | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | "csrf_token" | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| csrf_field_name | "_token" | 
            
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." | 
            
| csrf_protection | true | 
            
| csrf_token_id | null | 
            
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#260 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#267 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#273 …} -namespace: Closure() {#263 …} }  | 
            
| data | "b86c4cace92ff44ceb90f49f.13C1UG03imC9_Gm1yq_y6cw9JRBGhtYd6v1mVQGDmq0.ngjQNRV28xLWmALHstyKprtZVWIl6Lhknr4KNja38P6lGZhnInbBUefNBg" | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#2552 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() {#2593 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#952 …} $message: Closure() {#2590 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter__token" ]  | 
            
| cache_key | "_newsletter__token_hidden" | 
            
| compound | false | 
            
| data | "b86c4cace92ff44ceb90f49f.13C1UG03imC9_Gm1yq_y6cw9JRBGhtYd6v1mVQGDmq0.ngjQNRV28xLWmALHstyKprtZVWIl6Lhknr4KNja38P6lGZhnInbBUefNBg" | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2603 -form: Symfony\Component\Form\Form {#2599 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#2594 …5}  | 
            
| full_name | "newsletter[_token]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "newsletter__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 | "_newsletter__token" | 
            
| valid | true | 
            
| value | "b86c4cace92ff44ceb90f49f.13C1UG03imC9_Gm1yq_y6cw9JRBGhtYd6v1mVQGDmq0.ngjQNRV28xLWmALHstyKprtZVWIl6Lhknr4KNja38P6lGZhnInbBUefNBg" |