Forms
-
contact_form
-
firstName
-
lastName
-
companyName
-
interestedIn
-
email
-
contactNumber
-
message
-
recaptcha
-
submit
-
_token
-
contact_form
Form type:
"App\Forms\ContactFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/contact-us-enquary" |
same as passed value |
| data | [] |
same as passed value |
| translator | Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/contact-us-enquary" |
| 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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4352 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 {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } |
| trim | true |
| upload_max_size_message | Closure() {#4366 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4365 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/contact-us-enquary" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4372 -errors: [] -form: Symfony\Component\Form\Form {#4495 …} } |
| form | Symfony\Component\Form\FormView {#4367 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | [] |
firstName
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 | [ "class" => "form-control" "placeholder" => "Enter your first name" ] |
[ "class" => "form-control" "placeholder" => "Enter your first name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4428 +payload: null +groups: ? +message: "First name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4395 +payload: null +groups: ? +maxMessage: "First name cannot exceed 50 characters." +minMessage: "First name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4428 +payload: null +groups: ? +message: "First name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4395 +payload: null +groups: ? +maxMessage: "First name cannot exceed 50 characters." +minMessage: "First name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "First Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Enter your first name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4428 +payload: null +groups: ? +message: "First name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4395 +payload: null +groups: ? +maxMessage: "First name cannot exceed 50 characters." +minMessage: "First name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4385 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 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() {#4383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4384 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Enter your first name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_firstName" ] |
| cache_key | "_contact_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4541 -errors: [] -form: Symfony\Component\Form\Form {#4557 …} } |
| form | Symfony\Component\Form\FormView {#4539 …5} |
| full_name | "contact_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_firstName" |
| label | "First Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_firstName" |
| valid | true |
| value | "" |
lastName
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 | [ "class" => "form-control" "placeholder" => "Enter your last name" ] |
[ "class" => "form-control" "placeholder" => "Enter your last name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4375 +payload: null +groups: ? +message: "Last name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4376 +payload: null +groups: ? +maxMessage: "Last name cannot exceed 50 characters." +minMessage: "Last name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4375 +payload: null +groups: ? +message: "Last name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4376 +payload: null +groups: ? +maxMessage: "Last name cannot exceed 50 characters." +minMessage: "Last name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Last Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Enter your last name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4375 +payload: null +groups: ? +message: "Last name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4376 +payload: null +groups: ? +maxMessage: "Last name cannot exceed 50 characters." +minMessage: "Last name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4387 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 | "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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4373 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4374 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Enter your last name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_lastName" ] |
| cache_key | "_contact_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4542 -errors: [] -form: Symfony\Component\Form\Form {#4554 …} } |
| form | Symfony\Component\Form\FormView {#4544 …5} |
| full_name | "contact_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_lastName" |
| label | "Last Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_lastName" |
| valid | true |
| value | "" |
companyName
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 | [ "class" => "form-control" "placeholder" => "Enter your company name" ] |
[ "class" => "form-control" "placeholder" => "Enter your company name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4377 +payload: null +groups: ? +message: "Company name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4378 +payload: null +groups: ? +maxMessage: "Company name cannot exceed 50 characters." +minMessage: "Company name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4377 +payload: null +groups: ? +message: "Company name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4378 +payload: null +groups: ? +maxMessage: "Company name cannot exceed 50 characters." +minMessage: "Company name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "form.label.company_name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Enter your company name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4377 +payload: null +groups: ? +message: "Company name cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4378 +payload: null +groups: ? +maxMessage: "Company name cannot exceed 50 characters." +minMessage: "Company name must be at least 2 characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4399 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 | "form.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() {#4401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4400 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Enter your company name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_companyName" ] |
| cache_key | "_contact_form_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4512 -errors: [] -form: Symfony\Component\Form\Form {#4551 …} } |
| form | Symfony\Component\Form\FormView {#4510 …5} |
| full_name | "contact_form[companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_companyName" |
| label | "form.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 | "_contact_form_companyName" |
| valid | true |
| value | "" |
interestedIn
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" => "form-control select2" ] |
[ "class" => "form-control select2" ] |
| choices | [ "Late Life Production & Optimization" => "late_life_production_optimization" "Decommissioning" => "decommissioning" "Late Life Asset Acquisitions" => "late_life_asset_acquisitions" "Engineering Studies & Advisory" => "engineering_studies_advisory" "Partnering Opportunities" => "partnering_opportunities" "General Inquiry" => "general_inquiry" ] |
[ "Late Life Production & Optimization" => "late_life_production_optimization" "Decommissioning" => "decommissioning" "Late Life Asset Acquisitions" => "late_life_asset_acquisitions" "Engineering Studies & Advisory" => "engineering_studies_advisory" "Partnering Opportunities" => "partnering_opportunities" "General Inquiry" => "general_inquiry" ] |
| label | "I am interested in" |
same as passed value |
| placeholder | "What are you interested in?" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Late Life Production & Optimization" => "late_life_production_optimization" "Decommissioning" => "decommissioning" "Late Life Asset Acquisitions" => "late_life_asset_acquisitions" "Engineering Studies & Advisory" => "engineering_studies_advisory" "Partnering Opportunities" => "partnering_opportunities" "General Inquiry" => "general_inquiry" ] |
| 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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "I am interested in" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "What are you interested in?" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4422 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4420 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_interestedIn" ] |
| cache_key | "_contact_form_interestedIn_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +data: "late_life_production_optimization" +value: "late_life_production_optimization" +label: "Late Life Production & Optimization" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4505 +data: "decommissioning" +value: "decommissioning" +label: "Decommissioning" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4504 +data: "late_life_asset_acquisitions" +value: "late_life_asset_acquisitions" +label: "Late Life Asset Acquisitions" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +data: "engineering_studies_advisory" +value: "engineering_studies_advisory" +label: "Engineering Studies & Advisory" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +data: "partnering_opportunities" +value: "partnering_opportunities" +label: "Partnering Opportunities" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +data: "general_inquiry" +value: "general_inquiry" +label: "General Inquiry" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4493 -errors: [] -form: Symfony\Component\Form\Form {#4560 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4482 …5} |
| full_name | "contact_form[interestedIn]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_interestedIn" |
| is_selected | Closure($choice, $value) {#4537 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "I am interested in" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "interestedIn" |
| placeholder | "What are you interested in?" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_interestedIn" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Enter your email address" ] |
[ "class" => "form-control" "placeholder" => "Enter your email address" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4379 +payload: null +groups: ? +message: "Email cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4380 +payload: null +groups: ? +message: "Please provide a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4379 +payload: null +groups: ? +message: "Email cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4380 +payload: null +groups: ? +message: "Please provide a valid email address." +mode: null +normalizer: null } ] |
| label | "Email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Enter your email address" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4379 +payload: null +groups: ? +message: "Email cannot be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4380 +payload: null +groups: ? +message: "Please provide a valid email address." +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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4433 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" |
| 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() {#4445 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4430 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Enter your email address" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
| cache_key | "_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4511 -errors: [] -form: Symfony\Component\Form\Form {#4563 …} } |
| form | Symfony\Component\Form\FormView {#4388 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| label | "Email" |
| 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 | "_contact_form_email" |
| valid | true |
| value | "" |
contactNumber
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 | [ "class" => "form-control" "placeholder" => "Enter your contact number" ] |
[ "class" => "form-control" "placeholder" => "Enter your contact number" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4436 +payload: null +groups: ? +message: "Please enter numbers only." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4436 +payload: null +groups: ? +message: "Please enter numbers only." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Contact Number " |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Enter your contact number" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4436 +payload: null +groups: ? +message: "Please enter numbers only." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4452 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 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4453 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Enter your contact number" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_contactNumber" ] |
| cache_key | "_contact_form_contactNumber_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4533 -errors: [] -form: Symfony\Component\Form\Form {#4526 …} } |
| form | Symfony\Component\Form\FormView {#4535 …5} |
| full_name | "contact_form[contactNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_contactNumber" |
| label | "Contact Number " |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contactNumber" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_contactNumber" |
| valid | true |
| value | "" |
message
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" => "form-control" "placeholder" => "Your message here..." "rows" => 5 ] |
[ "class" => "form-control" "placeholder" => "Your message here..." "rows" => 5 ] |
| label | "Message" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Your message here..." "rows" => 5 ] |
| 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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4462 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 | "Message" |
| 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() {#4467 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4461 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Your message here..." "rows" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
| cache_key | "_contact_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4536 -errors: [] -form: Symfony\Component\Form\Form {#4523 …} } |
| form | Symfony\Component\Form\FormView {#4532 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| label | "Message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message" |
| valid | true |
| value | "" |
recaptcha
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#4391 +payload: null +groups: ? +message: "Please verify that you are not a robot." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#4391 +payload: null +groups: ? +message: "Please verify that you are not a robot." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| label | false |
same as passed value |
| mapped | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#4391 +payload: null +groups: ? +message: "Please verify that you are not a robot." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| 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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4479 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| language | "en" |
| 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 |
| public_key | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4481 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4480 …} $translationDomain: "validators" } } |
| url_challenge | null |
| url_noscript | null |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_contact_form_recaptcha" ] |
| cache_key | "_contact_form_recaptcha_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4531 -errors: [] -form: Symfony\Component\Form\Form {#4520 …} } |
| ewz_recaptcha_ajax | false |
| ewz_recaptcha_api_host | "www.google.com" |
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
| ewz_recaptcha_enabled | true |
| form | Symfony\Component\Form\FormView {#4530 …5} |
| full_name | "contact_form[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_recaptcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| public_key | "6Lc2TAslAAAAAJ5_ZDO6X_FSikn_4WAI4T7gO0rg" |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_recaptcha" |
| url_challenge | "https://www.google.com/recaptcha/api.js?hl=en" |
| valid | true |
| value | "" |
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 |
|---|---|---|
| attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
| label | "Submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_form_submit" ] |
| cache_key | "_contact_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4528 …5} |
| full_name | "contact_form[submit]" |
| id | "contact_form_submit" |
| label | "Submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_contact_form_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "ac0ac3891a509597ed09.0xSiNB-P4GrHuoNF9GnwGaw75AjtTj2-0k5DodotI9M.41fQYizM1RKr3cF3ol_BdO9ivEKcF2fGvhcA1q1fVZC3W-cDbtaFWaTM1g" |
| 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 | "ac0ac3891a509597ed09.0xSiNB-P4GrHuoNF9GnwGaw75AjtTj2-0k5DodotI9M.41fQYizM1RKr3cF3ol_BdO9ivEKcF2fGvhcA1q1fVZC3W-cDbtaFWaTM1g" |
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 {#4270 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4269 …} -namespace: Closure() {#4278 …} } |
| data | "ac0ac3891a509597ed09.0xSiNB-P4GrHuoNF9GnwGaw75AjtTj2-0k5DodotI9M.41fQYizM1RKr3cF3ol_BdO9ivEKcF2fGvhcA1q1fVZC3W-cDbtaFWaTM1g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4527 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() {#4569 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#342 #translator: Symfony\Component\Translation\DataCollectorTranslator {#343 …} #initializedCatalogues: [ "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" => true ] #adminPath: "@PimcoreCoreBundle/translations" #adminTranslationMapping: [] #disableTranslations: false #kernel: App\Kernel {#75 …} } $message: Closure() {#4566 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "ac0ac3891a509597ed09.0xSiNB-P4GrHuoNF9GnwGaw75AjtTj2-0k5DodotI9M.41fQYizM1RKr3cF3ol_BdO9ivEKcF2fGvhcA1q1fVZC3W-cDbtaFWaTM1g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4579 -errors: [] -form: Symfony\Component\Form\Form {#4575 …} } |
| form | Symfony\Component\Form\FormView {#4570 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_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 | "_contact_form__token" |
| valid | true |
| value | "ac0ac3891a509597ed09.0xSiNB-P4GrHuoNF9GnwGaw75AjtTj2-0k5DodotI9M.41fQYizM1RKr3cF3ol_BdO9ivEKcF2fGvhcA1q1fVZC3W-cDbtaFWaTM1g" |