Forms
-
cleaning_cloth_trial_request
-
company
-
fullName
-
postcode
-
location
-
mail
-
phone
-
companySize
-
dataProtectionAgreed
-
submit
-
cleaning_cloth_trial_request
Form type:
"App\Form\CleaningClothTrialRequestType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\FormSubmission\CleaningClothTrialRequest {#609 +company: ? string +fullName: ? string +postcode: ? string +location: ? string +mail: ? string +phone: null +companySize: ? string +dataProtectionAgreed: ? bool } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\FormSubmission\CleaningClothTrialRequest {#609 +company: ? string +fullName: ? string +postcode: ? string +location: ? string +mail: ? string +phone: null +companySize: ? string +dataProtectionAgreed: ? bool } |
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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| data | App\Entity\FormSubmission\CleaningClothTrialRequest {#609 +company: ? string +fullName: ? string +postcode: ? string +location: ? string +mail: ? string +phone: null +companySize: ? string +dataProtectionAgreed: ? bool } |
| data_class | "App\Entity\FormSubmission\CleaningClothTrialRequest" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\FormSubmission\CleaningClothTrialRequest" } } |
| 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() {#784 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#785 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "cleaning_cloth_trial_request" "_cleaning_cloth_trial_request" ] |
| cache_key | "_cleaning_cloth_trial_request_cleaning_cloth_trial_request" |
| compound | true |
| data | App\Entity\FormSubmission\CleaningClothTrialRequest {#609 +company: ? string +fullName: ? string +postcode: ? string +location: ? string +mail: ? string +phone: null +companySize: ? string +dataProtectionAgreed: ? bool } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#829 -errors: [] -form: Symfony\Component\Form\Form {#901 …} } |
| form | Symfony\Component\Form\FormView {#783 …5} |
| full_name | "cleaning_cloth_trial_request" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cleaning_cloth_trial_request" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request" |
| valid | true |
| value | App\Entity\FormSubmission\CleaningClothTrialRequest {#609 +company: ? string +fullName: ? string +postcode: ? string +location: ? string +mail: ? string +phone: null +companySize: ? string +dataProtectionAgreed: ? bool } |
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 |
|---|---|---|
| attr | [ "placeholder" => "Unternehmen" ] |
[ "placeholder" => "Unternehmen" ] |
| label | "Unternehmen*" |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Unternehmen" ] |
| 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 {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#811 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 | "Unternehmen*" |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#810 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Unternehmen" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_cleaning_cloth_trial_request_company" ] |
| cache_key | "_cleaning_cloth_trial_request_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#974 -errors: [] -form: Symfony\Component\Form\Form {#963 …} } |
| form | Symfony\Component\Form\FormView {#976 …5} |
| full_name | "cleaning_cloth_trial_request[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request_company" |
| label | "Unternehmen*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_company" |
| valid | true |
| value | "" |
fullName
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" => "Vor- und Nachname" ] |
[ "placeholder" => "Vor- und Nachname" ] |
| label | "Vor- und Nachname*" |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Vor- und Nachname" ] |
| 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 {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#824 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 | "Vor- und Nachname*" |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#823 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Vor- und Nachname" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_cleaning_cloth_trial_request_fullName" ] |
| cache_key | "_cleaning_cloth_trial_request_fullName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#973 -errors: [] -form: Symfony\Component\Form\Form {#960 …} } |
| form | Symfony\Component\Form\FormView {#933 …5} |
| full_name | "cleaning_cloth_trial_request[fullName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request_fullName" |
| label | "Vor- und Nachname*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fullName" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_fullName" |
| valid | true |
| value | "" |
postcode
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" => "Postleitzahl" ] |
[ "placeholder" => "Postleitzahl" ] |
| label | "Postleitzahl*" |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Postleitzahl" ] |
| 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 {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#840 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 | "Postleitzahl*" |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#842 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#841 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Postleitzahl" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_cleaning_cloth_trial_request_postcode" ] |
| cache_key | "_cleaning_cloth_trial_request_postcode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#918 -errors: [] -form: Symfony\Component\Form\Form {#957 …} } |
| form | Symfony\Component\Form\FormView {#916 …5} |
| full_name | "cleaning_cloth_trial_request[postcode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request_postcode" |
| label | "Postleitzahl*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postcode" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_postcode" |
| valid | true |
| value | "" |
location
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" => "Ort" ] |
[ "placeholder" => "Ort" ] |
| label | "Ort*" |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Ort" ] |
| 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 {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Ort*" |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#802 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Ort" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_cleaning_cloth_trial_request_location" ] |
| cache_key | "_cleaning_cloth_trial_request_location_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#899 -errors: [] -form: Symfony\Component\Form\Form {#966 …} } |
| form | Symfony\Component\Form\FormView {#875 …5} |
| full_name | "cleaning_cloth_trial_request[location]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request_location" |
| label | "Ort*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_location" |
| 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" => "E-Mail" ] |
[ "placeholder" => "E-Mail" ] |
| label | "E-Mail*" |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "E-Mail" ] |
| 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 {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#779 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 | "E-Mail*" |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#774 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#780 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-Mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_cleaning_cloth_trial_request_mail" ] |
| cache_key | "_cleaning_cloth_trial_request_mail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#870 -errors: [] -form: Symfony\Component\Form\Form {#969 …} } |
| form | Symfony\Component\Form\FormView {#754 …5} |
| full_name | "cleaning_cloth_trial_request[mail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request_mail" |
| label | "E-Mail*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mail" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_mail" |
| 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" => "Telefonnummer (optional)" ] |
[ "placeholder" => "Telefonnummer (optional)" ] |
| label | "Telefonnummer (optional)" |
same as passed value |
| required | false |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Telefonnummer (optional)" ] |
| 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 {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#766 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 | "Telefonnummer (optional)" |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#767 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Telefonnummer (optional)" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_cleaning_cloth_trial_request_phone" ] |
| cache_key | "_cleaning_cloth_trial_request_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#773 -errors: [] -form: Symfony\Component\Form\Form {#932 …} } |
| form | Symfony\Component\Form\FormView {#800 …5} |
| full_name | "cleaning_cloth_trial_request[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request_phone" |
| label | "Telefonnummer (optional)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_phone" |
| valid | true |
| value | "" |
companySize
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 |
|---|---|---|
| choice_label | Closure($choice, $key, $value) {#848 class: "App\Form\CleaningClothTrialRequestType" this: App\Form\CleaningClothTrialRequestType {#628 …} } |
same as passed value |
| choices | [ "bis 50 Mitarbeitende" "bis 100 Mitarbeitende" "über 100 Mitarbeitende" ] |
[ "bis 50 Mitarbeitende" "bis 100 Mitarbeitende" "über 100 Mitarbeitende" ] |
| label | "Wie groß ist Ihr Unternehmen?*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($choice, $key, $value) {#848 class: "App\Form\CleaningClothTrialRequestType" this: App\Form\CleaningClothTrialRequestType {#628 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "bis 50 Mitarbeitende" "bis 100 Mitarbeitende" "über 100 Mitarbeitende" ] |
| 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 {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Wie groß ist Ihr Unternehmen?*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#867 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_cleaning_cloth_trial_request_companySize" ] |
| cache_key | "_cleaning_cloth_trial_request_companySize_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#911 +data: "bis 50 Mitarbeitende" +value: "bis 50 Mitarbeitende" +label: "bis 50 Mitarbeitende" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#981 +data: "bis 100 Mitarbeitende" +value: "bis 100 Mitarbeitende" +label: "bis 100 Mitarbeitende" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#980 +data: "über 100 Mitarbeitende" +value: "über 100 Mitarbeitende" +label: "über 100 Mitarbeitende" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#844 -errors: [] -form: Symfony\Component\Form\Form {#929 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#910 …5} |
| full_name | "cleaning_cloth_trial_request[companySize]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request_companySize" |
| is_selected | Closure($choice, $value) {#917 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Wie groß ist Ihr Unternehmen?*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "companySize" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_companySize" |
| valid | true |
| value | "" |
dataProtectionAgreed
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 |
|---|---|---|
| help | "Sie können Ihre Einwilligung jederzeit für die Zukunft per E-Mail an <a href="mailto:info@bim.de">info@bim.de</a> widerrufen. Detaillierte Informationen hierzu finden Sie in der <a href="/de/datenschutz" target="_blank">Datenschutzerklärung</a>." |
same as passed value |
| help_html | true |
same as passed value |
| label | "Ich stimme zu, dass meine Angaben aus dem Kontaktformular zur Beantwortung meiner Anfrage erhoben und verarbeitet werden.*" |
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 {#369 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#370 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#523 …} -namespace: Closure() {#421 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#879 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 | "Sie können Ihre Einwilligung jederzeit für die Zukunft per E-Mail an <a href="mailto:info@bim.de">info@bim.de</a> widerrufen. Detaillierte Informationen hierzu finden Sie in der <a href="/de/datenschutz" target="_blank">Datenschutzerklärung</a>." |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#878 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Ich stimme zu, dass meine Angaben aus dem Kontaktformular zur Beantwortung meiner Anfrage erhoben und verarbeitet werden.*" |
| 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() {#885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#887 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_cleaning_cloth_trial_request_dataProtectionAgreed" ] |
| cache_key | "_cleaning_cloth_trial_request_dataProtectionAgreed_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#979 -errors: [] -form: Symfony\Component\Form\Form {#926 …} } |
| form | Symfony\Component\Form\FormView {#978 …5} |
| full_name | "cleaning_cloth_trial_request[dataProtectionAgreed]" |
| help | "Sie können Ihre Einwilligung jederzeit für die Zukunft per E-Mail an <a href="mailto:info@bim.de">info@bim.de</a> widerrufen. Detaillierte Informationen hierzu finden Sie in der <a href="/de/datenschutz" target="_blank">Datenschutzerklärung</a>." |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "cleaning_cloth_trial_request_dataProtectionAgreed" |
| label | "Ich stimme zu, dass meine Angaben aus dem Kontaktformular zur Beantwortung meiner Anfrage erhoben und verarbeitet werden.*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dataProtectionAgreed" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_dataProtectionAgreed" |
| valid | true |
| value | "1" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Jetzt absenden" |
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 | "Jetzt absenden" |
| 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" "_cleaning_cloth_trial_request_submit" ] |
| cache_key | "_cleaning_cloth_trial_request_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#982 …5} |
| full_name | "cleaning_cloth_trial_request[submit]" |
| id | "cleaning_cloth_trial_request_submit" |
| label | "Jetzt absenden" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_cleaning_cloth_trial_request_submit" |
| value | null |