Forms
-
connect_with_us_form
-
companyName
-
contactName
-
contactPosition
-
email
-
number
-
country
-
stateProvince
-
city
-
postalCode
-
address
-
productType
-
file
-
comments
-
_token
-
connect_with_us_form
"App\Form\ConnectWithUsFormType"
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 |
|---|---|---|
| translator | Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2077 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 |
| translator | Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } |
| trim | true |
| upload_max_size_message | Closure() {#2091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2090 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "connect_with_us_form" "_connect_with_us_form" ] |
| cache_key | "_connect_with_us_form_connect_with_us_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2184 -errors: [] -form: Symfony\Component\Form\Form {#2260 …} } |
| form | Symfony\Component\Form\FormView {#2092 …5} |
| full_name | "connect_with_us_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "connect_with_us_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form" |
| valid | true |
| value | null |
companyName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2153 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2153 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| label | "Company Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2153 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2148 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 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2145 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2147 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_connect_with_us_form_companyName" ] |
| cache_key | "_connect_with_us_form_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2310 -errors: [] -form: Symfony\Component\Form\Form {#2300 …} } |
| form | Symfony\Component\Form\FormView {#2336 …5} |
| full_name | "connect_with_us_form[companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_companyName" |
| label | "Company Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_companyName" |
| valid | true |
| value | "" |
contactName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2106 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2106 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| label | "Contact Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2106 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2116 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 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2115 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_connect_with_us_form_contactName" ] |
| cache_key | "_connect_with_us_form_contactName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2314 -errors: [] -form: Symfony\Component\Form\Form {#2303 …} } |
| form | Symfony\Component\Form\FormView {#2315 …5} |
| full_name | "connect_with_us_form[contactName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_contactName" |
| label | "Contact Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contactName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_contactName" |
| valid | true |
| value | "" |
contactPosition
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2159 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2159 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| label | "Contact Position" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2159 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2105 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 Position" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2095 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2093 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_connect_with_us_form_contactPosition" ] |
| cache_key | "_connect_with_us_form_contactPosition_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2297 -errors: [] -form: Symfony\Component\Form\Form {#2306 …} } |
| form | Symfony\Component\Form\FormView {#2143 …5} |
| full_name | "connect_with_us_form[contactPosition]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_contactPosition" |
| label | "Contact Position" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contactPosition" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_contactPosition" |
| valid | true |
| value | "" |
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2098 +payload: null +groups: ? +message: "Please Enter Valid Email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2107 +payload: null +groups: ? +message: "Please Enter Valid Email" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2098 +payload: null +groups: ? +message: "Please Enter Valid Email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2107 +payload: null +groups: ? +message: "Please Enter Valid Email" +mode: null +normalizer: null } ] |
| label | "Email Address" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2098 +payload: null +groups: ? +message: "Please Enter Valid Email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2107 +payload: null +groups: ? +message: "Please Enter Valid Email" +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2133 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 | "Email Address" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2156 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2132 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_connect_with_us_form_email" ] |
| cache_key | "_connect_with_us_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2265 -errors: [] -form: Symfony\Component\Form\Form {#2258 …} } |
| form | Symfony\Component\Form\FormView {#2275 …5} |
| full_name | "connect_with_us_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_email" |
| label | "Email Address" |
| 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 | "_connect_with_us_form_email" |
| valid | true |
| value | "" |
number
"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 | [ "class" => "intl-tel-input" ] |
[ "class" => "intl-tel-input" ] |
| label | "Phone Number" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "intl-tel-input" ] |
| 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 {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2169 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 | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2168 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "intl-tel-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_connect_with_us_form_number" ] |
| cache_key | "_connect_with_us_form_number_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2233 -errors: [] -form: Symfony\Component\Form\Form {#2255 …} } |
| form | Symfony\Component\Form\FormView {#2220 …5} |
| full_name | "connect_with_us_form[number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_number" |
| label | "Phone Number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "number" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_number" |
| valid | true |
| value | "" |
country
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2129 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2129 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| label | "Country" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2129 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2181 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 | "Country" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2182 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_connect_with_us_form_country" ] |
| cache_key | "_connect_with_us_form_country_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2211 -errors: [] -form: Symfony\Component\Form\Form {#2252 …} } |
| form | Symfony\Component\Form\FormView {#2202 …5} |
| full_name | "connect_with_us_form[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_country" |
| label | "Country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "country" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_country" |
| valid | true |
| value | "" |
stateProvince
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2128 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2128 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| label | "State/Province" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2128 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2190 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 | "State/Province" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2191 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_connect_with_us_form_stateProvince" ] |
| cache_key | "_connect_with_us_form_stateProvince_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2193 -errors: [] -form: Symfony\Component\Form\Form {#2249 …} } |
| form | Symfony\Component\Form\FormView {#2111 …5} |
| full_name | "connect_with_us_form[stateProvince]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_stateProvince" |
| label | "State/Province" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "stateProvince" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_stateProvince" |
| valid | true |
| value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2127 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2127 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| label | "City" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2127 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2199 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 | "City" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2201 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2200 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_connect_with_us_form_city" ] |
| cache_key | "_connect_with_us_form_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2138 -errors: [] -form: Symfony\Component\Form\Form {#2246 …} } |
| form | Symfony\Component\Form\FormView {#2157 …5} |
| full_name | "connect_with_us_form[city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_city" |
| label | "City" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_city" |
| valid | true |
| value | "" |
postalCode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2126 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2126 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| label | "Postal Code" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2126 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2208 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 | "Postal Code" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2209 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_connect_with_us_form_postalCode" ] |
| cache_key | "_connect_with_us_form_postalCode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2175 -errors: [] -form: Symfony\Component\Form\Form {#2243 …} } |
| form | Symfony\Component\Form\FormView {#2339 …5} |
| full_name | "connect_with_us_form[postalCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_postalCode" |
| label | "Postal Code" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postalCode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_postalCode" |
| valid | true |
| value | "" |
address
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2125 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2125 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| label | "Address" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2125 +payload: null +groups: ? +message: "Name is a required field." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2217 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 | "Address" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2219 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2218 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_connect_with_us_form_address" ] |
| cache_key | "_connect_with_us_form_address_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2340 -errors: [] -form: Symfony\Component\Form\Form {#2282 …} } |
| form | Symfony\Component\Form\FormView {#2341 …5} |
| full_name | "connect_with_us_form[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_address" |
| label | "Address" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_address" |
| valid | true |
| value | "" |
productType
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2102 +payload: null +groups: ? +message: "constraint.message" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2102 +payload: null +groups: ? +message: "constraint.message" +allowNull: false +normalizer: null } ] |
| label | "Type of Products/Services Provided" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2102 +payload: null +groups: ? +message: "constraint.message" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2227 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 | "Type of Products/Services Provided" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2232 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2226 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_connect_with_us_form_productType" ] |
| cache_key | "_connect_with_us_form_productType_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2342 -errors: [] -form: Symfony\Component\Form\Form {#2285 …} } |
| form | Symfony\Component\Form\FormView {#2343 …5} |
| full_name | "connect_with_us_form[productType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_productType" |
| label | "Type of Products/Services Provided" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "productType" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_productType" |
| valid | true |
| value | "" |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2108 +payload: null +groups: ? +message: "Please Attach File" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\File {#2099 +payload: null +groups: ? +binaryFormat: false +mimeTypes: [ "application/pdf" "image/png" "image/jpeg" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.oasis.opendocument.text" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "File Not Valid" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 2000000 } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2108 +payload: null +groups: ? +message: "Please Attach File" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\File {#2099 +payload: null +groups: ? +binaryFormat: false +mimeTypes: [ "application/pdf" "image/png" "image/jpeg" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.oasis.opendocument.text" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "File Not Valid" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 2000000 } ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2108 +payload: null +groups: ? +message: "Please Attach File" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\File {#2099 +payload: null +groups: ? +binaryFormat: false +mimeTypes: [ "application/pdf" "image/png" "image/jpeg" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.oasis.opendocument.text" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "File Not Valid" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 2000000 } ] |
| 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 {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| 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 select a valid file." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| 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() {#2276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2277 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_connect_with_us_form_file" ] |
| cache_key | "_connect_with_us_form_file_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2344 -errors: [] -form: Symfony\Component\Form\Form {#2288 …} } |
| form | Symfony\Component\Form\FormView {#2345 …5} |
| full_name | "connect_with_us_form[file]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_file" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "file" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_connect_with_us_form_file" |
| valid | true |
| value | "" |
comments
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 | "Comments or Special Requirements" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2268 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 | "Comments or Special Requirements" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2266 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2267 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_connect_with_us_form_comments" ] |
| cache_key | "_connect_with_us_form_comments_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2346 -errors: [] -form: Symfony\Component\Form\Form {#2291 …} } |
| form | Symfony\Component\Form\FormView {#2347 …5} |
| full_name | "connect_with_us_form[comments]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_form_comments" |
| label | "Comments or Special Requirements" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comments" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_connect_with_us_form_comments" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "855c7b2a2bb8d8c1c9e5ab46717a0.3De9ITPXPgMsGtHDcuu80tbishYgcFUIFGji3x-k3zg.6ET2DAGRDG9USJ61R5304aC3gkBMGztMZFq3iVfy7V2KcvBxfI1PYQFWsg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_prefix | "csrf_token" |
same as passed value |
| data | "855c7b2a2bb8d8c1c9e5ab46717a0.3De9ITPXPgMsGtHDcuu80tbishYgcFUIFGji3x-k3zg.6ET2DAGRDG9USJ61R5304aC3gkBMGztMZFq3iVfy7V2KcvBxfI1PYQFWsg" |
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 {#2057 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2056 …} -namespace: Closure() {#2052 …} } |
| data | "855c7b2a2bb8d8c1c9e5ab46717a0.3De9ITPXPgMsGtHDcuu80tbishYgcFUIFGji3x-k3zg.6ET2DAGRDG9USJ61R5304aC3gkBMGztMZFq3iVfy7V2KcvBxfI1PYQFWsg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2350 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() {#2354 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#346 #translator: Symfony\Component\Translation\DataCollectorTranslator {#347 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#76 …} } $message: Closure() {#2351 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_connect_with_us_form__token" ] |
| cache_key | "_connect_with_us_form__token_hidden" |
| compound | false |
| data | "855c7b2a2bb8d8c1c9e5ab46717a0.3De9ITPXPgMsGtHDcuu80tbishYgcFUIFGji3x-k3zg.6ET2DAGRDG9USJ61R5304aC3gkBMGztMZFq3iVfy7V2KcvBxfI1PYQFWsg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2364 -errors: [] -form: Symfony\Component\Form\Form {#2360 …} } |
| form | Symfony\Component\Form\FormView {#2355 …5} |
| full_name | "connect_with_us_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "connect_with_us_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 | "_connect_with_us_form__token" |
| valid | true |
| value | "855c7b2a2bb8d8c1c9e5ab46717a0.3De9ITPXPgMsGtHDcuu80tbishYgcFUIFGji3x-k3zg.6ET2DAGRDG9USJ61R5304aC3gkBMGztMZFq3iVfy7V2KcvBxfI1PYQFWsg" |