- Pimcore
- Request / Response
- Performance
- Validator
- Targeting
- Forms
- Exception
- Logs 255
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
Prefix
-
Firstname
-
Lastname
-
Company
-
Country
-
Email
-
Phone
-
Message
-
g-recaptcha-response
-
action
-
_submit
-
_token
-
(no name)
"App\Form\FormConfigurator\ContactUsPsychoFormType"
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 |
|---|---|---|
| data | [] |
[] |
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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7311 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7313 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7510 -form: Symfony\Component\Form\Form {#7511 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7318 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | [] |
Prefix
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_attr | Closure($key, $val, $index) {#7325 class: "App\Form\FormConfigurator\ContactUsPsychoFormType" this: App\Form\FormConfigurator\ContactUsPsychoFormType {#7314 …} } |
same as passed value |
| choices | [ "Select" => "" "Mr." => "Mr." "Mrs." => "Mrs." "Ms." => "Ms." "Dr." => "Dr." ] |
[ "Select" => "" "Mr." => "Mr." "Mrs." => "Mrs." "Ms." => "Ms." "Dr." => "Dr." ] |
| label | "Prefix" |
same as passed value |
| multiple | false |
false
|
| placeholder | "Select" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($key, $val, $index) {#7325 class: "App\Form\FormConfigurator\ContactUsPsychoFormType" this: App\Form\FormConfigurator\ContactUsPsychoFormType {#7314 …} } |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Select" => "" "Mr." => "Mr." "Mrs." => "Mrs." "Ms." => "Ms." "Dr." => "Dr." ] |
| 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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Prefix" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Select" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#7410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7409 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_Prefix" ] |
| cache_key | "_Prefix_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7465 +label: "Select" +value: "" +data: "" +attr: [ "disabled" => "disabled" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7451 +label: "Mr." +value: "Mr." +data: "Mr." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7442 +label: "Mrs." +value: "Mrs." +data: "Mrs." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7433 +label: "Ms." +value: "Ms." +data: "Ms." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7424 +label: "Dr." +value: "Dr." +data: "Dr." +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7474 -form: Symfony\Component\Form\Form {#7514 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7487 …5} |
| full_name | "Prefix" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Prefix" |
| is_selected | Closure($choice, $value) {#7547 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7324 …} } |
| label | "Prefix" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "Prefix" |
| placeholder | null |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_Prefix" |
| valid | true |
| value | "" |
Firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Enter First Name" ] |
[ "placeholder" => "Enter First Name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7391 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7391 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
| label | "First Name*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Enter 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 {#7391 +payload: null +message: "This field is required" +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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7423 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7422 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter First Name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_Firstname" ] |
| cache_key | "_Firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7412 -form: Symfony\Component\Form\Form {#7517 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7549 …5} |
| full_name | "Firstname" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_Firstname" |
| valid | true |
| value | "" |
Lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Enter Last Name" ] |
[ "placeholder" => "Enter Last Name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7392 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7392 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
| label | "Last Name*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Enter 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 {#7392 +payload: null +message: "This field is required" +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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7430 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7431 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter Last Name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_Lastname" ] |
| cache_key | "_Lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7550 -form: Symfony\Component\Form\Form {#7520 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7551 …5} |
| full_name | "Lastname" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_Lastname" |
| valid | true |
| value | "" |
Company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Institution/Company Name" "readonly" => false ] |
[ "placeholder" => "Institution/Company Name" "readonly" => false ] |
| label | "Institution/Company" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Institution/Company Name" "readonly" => false ] |
| 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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7439 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | "Institution/Company" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7440 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Institution/Company Name" "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_Company" ] |
| cache_key | "_Company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7552 -form: Symfony\Component\Form\Form {#7523 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7572 …5} |
| full_name | "Company" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Company" |
| label | "Institution/Company" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "Company" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_Company" |
| valid | true |
| value | "" |
Country
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Country" "readonly" => false ] |
[ "placeholder" => "Country" "readonly" => false ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7393 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7393 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
| label | "Country*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Country" "readonly" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7393 +payload: null +message: "This field is required" +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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7448 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7450 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7449 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Country" "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_Country" ] |
| cache_key | "_Country_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7574 -form: Symfony\Component\Form\Form {#7526 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7575 …5} |
| full_name | "Country" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_Country" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Enter Your Email" "readonly" => false ] |
[ "placeholder" => "Enter Your Email" "readonly" => false ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7394 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7394 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
| label | "Email Address*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Enter Your Email" "readonly" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7394 +payload: null +message: "This field is required" +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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7462 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | "Email Address*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7464 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7461 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter Your Email" "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_Email" ] |
| cache_key | "_Email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7576 -form: Symfony\Component\Form\Form {#7529 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7577 …5} |
| full_name | "Email" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_Email" |
| valid | true |
| value | "" |
Phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Enter Telephone Number" "readonly" => false ] |
[ "placeholder" => "Enter Telephone Number" "readonly" => false ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7395 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7395 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
| label | "Telephone Number*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Enter Telephone Number" "readonly" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7395 +payload: null +message: "This field is required" +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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7471 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | "Telephone Number*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7473 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7472 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter Telephone Number" "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_Phone" ] |
| cache_key | "_Phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7578 -form: Symfony\Component\Form\Form {#7532 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7579 …5} |
| full_name | "Phone" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Phone" |
| label | "Telephone Number*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "Phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_Phone" |
| valid | true |
| value | "" |
Message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Your Message" "readonly" => false "rows" => 5 "max" => 500 ] |
[ "placeholder" => "Your Message" "readonly" => false "rows" => 5 "max" => 500 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7396 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7396 +payload: null +message: "This field is required" +allowNull: false +normalizer: null } ] |
| label | "Your Message*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Your Message" "readonly" => false "rows" => 5 "max" => 500 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7396 +payload: null +message: "This field is required" +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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7481 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | "Your Message*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7486 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7480 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Your Message" "readonly" => false "rows" => 5 "max" => 500 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_Message" ] |
| cache_key | "_Message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7580 -form: Symfony\Component\Form\Form {#7535 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7581 …5} |
| full_name | "Message" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Message" |
| label | "Your Message*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "Message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_Message" |
| valid | true |
| value | "" |
g-recaptcha-response
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 | [ "id" => "g-recaptcha-response" ] |
[ "id" => "g-recaptcha-response" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "g-recaptcha-response" ] |
| 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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7493 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7495 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7494 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "g-recaptcha-response" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_g-recaptcha-response" ] |
| cache_key | "_g-recaptcha-response_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7582 -form: Symfony\Component\Form\Form {#7538 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7583 …5} |
| full_name | "g-recaptcha-response" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "g-recaptcha-response" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "g-recaptcha-response" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_g-recaptcha-response" |
| valid | true |
| value | "" |
action
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "psychoContactForm" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "id" => "validate_captcha" ] |
[ "id" => "validate_captcha" ] |
| data | "psychoContactForm" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "validate_captcha" ] |
| 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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data | "psychoContactForm" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7502 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7503 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "validate_captcha" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_action" ] |
| cache_key | "_action_hidden" |
| compound | false |
| data | "psychoContactForm" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7584 -form: Symfony\Component\Form\Form {#7541 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7585 …5} |
| full_name | "action" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "action" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "action" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_action" |
| valid | true |
| value | "psychoContactForm" |
_submit
"Symfony\Component\Form\Extension\Core\Type\ButtonType"
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" "onclick" => "onSubmit()" ] |
[ "class" => "btn btn-primary" "onclick" => "onSubmit()" ] |
| label | "Send" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" "onclick" => "onSubmit()" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" "onclick" => "onSubmit()" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "__submit" ] |
| cache_key | "__submit_button" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#7587 …5} |
| full_name | "_submit" |
| id | "_submit" |
| label | "Send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "_submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "__submit" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "bf0e956e.J1FT34t5C1JW14CloyO4hgiuxFkUzjaGnhWGe9JYTCY.YBIc7tFNRTMhms2S9FbQ7kfUsT9t_FLV31_lE4ZgBGVrZ2Gz_BpKGAPm4w" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "bf0e956e.J1FT34t5C1JW14CloyO4hgiuxFkUzjaGnhWGe9JYTCY.YBIc7tFNRTMhms2S9FbQ7kfUsT9t_FLV31_lE4ZgBGVrZ2Gz_BpKGAPm4w" |
same as passed value |
| mapped | false |
false
|
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 {#5326 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5327 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5328 …} -namespace: Closure() {#5330 …} } |
| data | "bf0e956e.J1FT34t5C1JW14CloyO4hgiuxFkUzjaGnhWGe9JYTCY.YBIc7tFNRTMhms2S9FbQ7kfUsT9t_FLV31_lE4ZgBGVrZ2Gz_BpKGAPm4w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7505 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5280 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#7588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5332 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#7586 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
| cache_key | "__token_hidden" |
| compound | false |
| data | "bf0e956e.J1FT34t5C1JW14CloyO4hgiuxFkUzjaGnhWGe9JYTCY.YBIc7tFNRTMhms2S9FbQ7kfUsT9t_FLV31_lE4ZgBGVrZ2Gz_BpKGAPm4w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7598 -form: Symfony\Component\Form\Form {#7594 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7589 …5} |
| full_name | "_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "_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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__token" |
| valid | true |
| value | "bf0e956e.J1FT34t5C1JW14CloyO4hgiuxFkUzjaGnhWGe9JYTCY.YBIc7tFNRTMhms2S9FbQ7kfUsT9t_FLV31_lE4ZgBGVrZ2Gz_BpKGAPm4w" |