Forms
-
customer_registration
-
company
-
customerId
-
firstAndLastName
-
contactPerson
-
contactEMail
-
phone
-
dataProtectionAgreed
-
submit
-
customer_registration
Form type:
"App\Form\CustomerRegistrationType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\FormSubmission\CustomerRegistration {#609 +firstAndLastName: ? string +company: ? string +contactPerson: ? string +contactEMail: ? string +phone: null +customerId: ? 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\CustomerRegistration {#609 +firstAndLastName: ? string +company: ? string +contactPerson: ? string +contactEMail: ? string +phone: null +customerId: ? 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\CustomerRegistration {#609 +firstAndLastName: ? string +company: ? string +contactPerson: ? string +contactEMail: ? string +phone: null +customerId: ? string +dataProtectionAgreed: ? bool } |
| data_class | "App\Entity\FormSubmission\CustomerRegistration" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\FormSubmission\CustomerRegistration" } } |
| 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" "customer_registration" "_customer_registration" ] |
| cache_key | "_customer_registration_customer_registration" |
| compound | true |
| data | App\Entity\FormSubmission\CustomerRegistration {#609 +firstAndLastName: ? string +company: ? string +contactPerson: ? string +contactEMail: ? string +phone: null +customerId: ? string +dataProtectionAgreed: ? bool } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#817 -errors: [] -form: Symfony\Component\Form\Form {#872 …} } |
| form | Symfony\Component\Form\FormView {#783 …5} |
| full_name | "customer_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "customer_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "customer_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_customer_registration" |
| valid | true |
| value | App\Entity\FormSubmission\CustomerRegistration {#609 +firstAndLastName: ? string +company: ? string +contactPerson: ? string +contactEMail: ? string +phone: null +customerId: ? 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" => "Company" ] |
[ "placeholder" => "Company" ] |
| label | "Company*" |
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" => "Company" ] |
| 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) {#816 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 | "Company*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#813 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#815 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Company" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_customer_registration_company" ] |
| cache_key | "_customer_registration_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#907 -errors: [] -form: Symfony\Component\Form\Form {#934 …} } |
| form | Symfony\Component\Form\FormView {#905 …5} |
| full_name | "customer_registration[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "customer_registration_company" |
| label | "Company*" |
| 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 | "_customer_registration_company" |
| valid | true |
| value | "" |
customerId
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" => "Customer number" ] |
[ "placeholder" => "Customer number" ] |
| label | "Customer number*" |
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" => "Customer number" ] |
| 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) {#831 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 | "Customer number*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#830 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Customer number" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_customer_registration_customerId" ] |
| cache_key | "_customer_registration_customerId_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#908 -errors: [] -form: Symfony\Component\Form\Form {#931 …} } |
| form | Symfony\Component\Form\FormView {#909 …5} |
| full_name | "customer_registration[customerId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "customer_registration_customerId" |
| label | "Customer number*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "customerId" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_customer_registration_customerId" |
| valid | true |
| value | "" |
firstAndLastName
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" => "First and last name" ] |
[ "placeholder" => "First and last name" ] |
| label | "First and last name*" |
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" => "First and last name" ] |
| 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) {#845 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 | "First and last name*" |
| 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() {#847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#846 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "First and last name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_customer_registration_firstAndLastName" ] |
| cache_key | "_customer_registration_firstAndLastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#912 -errors: [] -form: Symfony\Component\Form\Form {#928 …} } |
| form | Symfony\Component\Form\FormView {#892 …5} |
| full_name | "customer_registration[firstAndLastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "customer_registration_firstAndLastName" |
| label | "First and last name*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstAndLastName" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_customer_registration_firstAndLastName" |
| valid | true |
| value | "" |
contactPerson
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" => "Contact person" ] |
[ "placeholder" => "Contact person" ] |
| label | "Contact person*" |
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" => "Contact person" ] |
| 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) {#808 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 | "Contact person*" |
| 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() {#806 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#807 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Contact person" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_customer_registration_contactPerson" ] |
| cache_key | "_customer_registration_contactPerson_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#870 -errors: [] -form: Symfony\Component\Form\Form {#937 …} } |
| form | Symfony\Component\Form\FormView {#755 …5} |
| full_name | "customer_registration[contactPerson]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "customer_registration_contactPerson" |
| label | "Contact person*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contactPerson" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_customer_registration_contactPerson" |
| valid | true |
| value | "" |
contactEMail
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) {#795 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() {#779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#797 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-Mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_customer_registration_contactEMail" ] |
| cache_key | "_customer_registration_contactEMail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#765 -errors: [] -form: Symfony\Component\Form\Form {#940 …} } |
| form | Symfony\Component\Form\FormView {#778 …5} |
| full_name | "customer_registration[contactEMail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "customer_registration_contactEMail" |
| label | "E-Mail*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contactEMail" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_customer_registration_contactEMail" |
| 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" => "Phone number" ] |
[ "placeholder" => "Phone number" ] |
| label | "Phone number" |
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" => "Phone number" ] |
| 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) {#771 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 | "Phone number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#772 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Phone number" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_customer_registration_phone" ] |
| cache_key | "_customer_registration_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#805 -errors: [] -form: Symfony\Component\Form\Form {#903 …} } |
| form | Symfony\Component\Form\FormView {#849 …5} |
| full_name | "customer_registration[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "customer_registration_phone" |
| label | "Phone number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "form-floating mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_customer_registration_phone" |
| 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 | "You can unsubscribe at any time in the future by sending an email to <a href="mailto:info@bim.de">info@bim.de</a>. You can find detailed information on this in the <a href="/en/data-protection" target="_blank">privacy policy</a>." |
same as passed value |
| help_html | true |
same as passed value |
| label | "I consent to the collection and processing of my details from the contact form in order to respond to my inquiry.*" |
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) {#757 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 | "You can unsubscribe at any time in the future by sending an email to <a href="mailto:info@bim.de">info@bim.de</a>. You can find detailed information on this in the <a href="/en/data-protection" target="_blank">privacy policy</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 {#756 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "I consent to the collection and processing of my details from the contact form in order to respond to my inquiry.*" |
| 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() {#799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $message: Closure() {#835 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_customer_registration_dataProtectionAgreed" ] |
| cache_key | "_customer_registration_dataProtectionAgreed_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#839 -errors: [] -form: Symfony\Component\Form\Form {#900 …} } |
| form | Symfony\Component\Form\FormView {#885 …5} |
| full_name | "customer_registration[dataProtectionAgreed]" |
| help | "You can unsubscribe at any time in the future by sending an email to <a href="mailto:info@bim.de">info@bim.de</a>. You can find detailed information on this in the <a href="/en/data-protection" target="_blank">privacy policy</a>." |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "customer_registration_dataProtectionAgreed" |
| label | "I consent to the collection and processing of my details from the contact form in order to respond to my inquiry.*" |
| 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 | "_customer_registration_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 | "Request access" |
same as passed value |
| row_attr | [ "class" => "text-center mb-3" ] |
[ "class" => "text-center mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Request access" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "text-center mb-3" ] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_customer_registration_submit" ] |
| cache_key | "_customer_registration_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#884 …5} |
| full_name | "customer_registration[submit]" |
| id | "customer_registration_submit" |
| label | "Request access" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [ "class" => "text-center mb-3" ] |
| translation_domain | null |
| unique_block_prefix | "_customer_registration_submit" |
| value | null |