Forms
-
form
-
subject
-
name
-
email
-
phone
-
message
-
captcha
-
submit
-
_token
-
form
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
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
No options were passed when constructing this form.
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 {#2606 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2607 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2610 …} -namespace: Closure() {#2624 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2666 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $message: Closure() {#2665 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2806 -form: Symfony\Component\Form\Form {#2787 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2663 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
subject
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 |
|---|---|---|
| choices | [ "General Inquiry" => "general" "Main Location" => "location:1" "Secondary Location" => "location:2" ] |
[ "General Inquiry" => "general" "Main Location" => "location:1" "Secondary Location" => "location:2" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "General Inquiry" => "general" "Main Location" => "location:1" "Secondary Location" => "location:2" ] |
| 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 {#2606 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2607 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2610 …} -namespace: Closure() {#2624 …} } |
| 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $message: Closure() {#2648 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_subject" ] |
| cache_key | "_form_subject_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +label: "General Inquiry" +value: "general" +data: "general" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +label: "Main Location" +value: "location:1" +data: "location:1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +label: "Secondary Location" +value: "location:2" +data: "location:2" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2788 -form: Symfony\Component\Form\Form {#2846 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2837 …5} |
| full_name | "form[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_subject" |
| is_selected | Closure($choice, $value) {#2789 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "subject" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_subject" |
| valid | true |
| value | "" |
name
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 | [ "maxlength" => 100 ] |
[ "maxlength" => 100 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2644 +payload: null +groups: ? +message: "Please fill out your name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2642 +payload: null +groups: ? +maxMessage: "Your name must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2641 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2679 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2644 +payload: null +groups: ? +message: "Please fill out your name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2642 +payload: null +groups: ? +maxMessage: "Your name must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2641 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2679 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2644 +payload: null +groups: ? +message: "Please fill out your name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2642 +payload: null +groups: ? +maxMessage: "Your name must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2641 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2679 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
| 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 {#2606 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2607 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2610 …} -namespace: Closure() {#2624 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2696 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $message: Closure() {#2691 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_name" ] |
| cache_key | "_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2792 -form: Symfony\Component\Form\Form {#2843 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2790 …5} |
| full_name | "form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_name" |
| 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 | [ "maxlength" => 180 ] |
[ "maxlength" => 180 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2661 +payload: null +groups: ? +message: "Please fill out your email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2660 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2659 +payload: null +groups: ? +maxMessage: "Your email address must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2658 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2657 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2661 +payload: null +groups: ? +message: "Please fill out your email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2660 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2659 +payload: null +groups: ? +maxMessage: "Your email address must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2658 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2657 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 180 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2661 +payload: null +groups: ? +message: "Please fill out your email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2660 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2659 +payload: null +groups: ? +maxMessage: "Your email address must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2658 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2657 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
| 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 {#2606 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2607 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2610 …} -namespace: Closure() {#2624 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2712 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $message: Closure() {#2711 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 180 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2738 -form: Symfony\Component\Form\Form {#2840 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2723 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | null |
| 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 | "_form_email" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 20 ] |
[ "maxlength" => 20 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2656 +payload: null +groups: ? +message: "Please fill out your phone number." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2655 +payload: null +groups: ? +maxMessage: "Your phone number must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2654 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2653 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2656 +payload: null +groups: ? +message: "Please fill out your phone number." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2655 +payload: null +groups: ? +maxMessage: "Your phone number must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2654 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2653 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 20 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2656 +payload: null +groups: ? +message: "Please fill out your phone number." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2655 +payload: null +groups: ? +maxMessage: "Your phone number must be {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2654 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2653 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
| 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 {#2606 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2607 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2610 …} -namespace: Closure() {#2624 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2732 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $message: Closure() {#2731 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 20 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_form_phone" ] |
| cache_key | "_form_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2701 -form: Symfony\Component\Form\Form {#2849 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2681 …5} |
| full_name | "form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_phone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_phone" |
| 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 | [ "maxlength" => 1000 "rows" => 5 ] |
[ "maxlength" => 1000 "rows" => 5 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2662 +payload: null +groups: ? +message: "Please enter a message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2674 +payload: null +groups: ? +maxMessage: "Please enter a message of {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 1000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2675 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2652 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2662 +payload: null +groups: ? +message: "Please enter a message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2674 +payload: null +groups: ? +maxMessage: "Please enter a message of {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 1000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2675 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2652 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 1000 "rows" => 5 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2662 +payload: null +groups: ? +message: "Please enter a message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2674 +payload: null +groups: ? +maxMessage: "Please enter a message of {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 1000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2675 +payload: null +groups: ? +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2652 +payload: null +groups: ? +message: "This value contains foreign characters that are not allowed." } ] |
| 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 {#2606 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2607 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2610 …} -namespace: Closure() {#2624 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2747 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $message: Closure() {#2746 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 1000 "rows" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_message" ] |
| cache_key | "_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2805 -form: Symfony\Component\Form\Form {#2852 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2807 …5} |
| full_name | "form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_message" |
| label | null |
| 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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_message" |
| valid | true |
| value | "" |
captcha
Form type:
"OHMedia\AntispamBundle\Form\Type\CaptchaType"
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ OHMedia\AntispamBundle\Validator\Constraints\Captcha {#2764 +payload: null +groups: ? +message: "Captcha verification was unsuccessful." } ] |
| 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 {#2606 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2607 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2610 …} -namespace: Closure() {#2624 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2769 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| 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 | [] |
| 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 |
| size | null |
| theme | null |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $message: Closure() {#2770 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| DATA_ATTRIBUTE | "data-ohmedia-antispam-captcha" |
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "_form_captcha" ] |
| cache_key | "_form_captcha_captcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2800 -form: Symfony\Component\Form\Form {#2815 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2799 …5} |
| full_name | "form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_captcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| theme | null |
| translation_domain | null |
| unique_block_prefix | "_form_captcha" |
| 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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_submit" ] |
| cache_key | "_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2832 …5} |
| full_name | "form[submit]" |
| id | "form_submit" |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "fad6.4-zZxjBngkVQaXIyUavX4V6lf4XRMsDdEiF3MdDpLfo.2t_tl0M2uyRhGy0HPZOljCzzINOfa4WwQwxHSem5WZa1ne6yW1bdAiheAQ" |
| 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 | "fad6.4-zZxjBngkVQaXIyUavX4V6lf4XRMsDdEiF3MdDpLfo.2t_tl0M2uyRhGy0HPZOljCzzINOfa4WwQwxHSem5WZa1ne6yW1bdAiheAQ" |
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 {#2606 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2607 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2610 …} -namespace: Closure() {#2624 …} } |
| data | "fad6.4-zZxjBngkVQaXIyUavX4V6lf4XRMsDdEiF3MdDpLfo.2t_tl0M2uyRhGy0HPZOljCzzINOfa4WwQwxHSem5WZa1ne6yW1bdAiheAQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2833 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $message: Closure() {#2834 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "fad6.4-zZxjBngkVQaXIyUavX4V6lf4XRMsDdEiF3MdDpLfo.2t_tl0M2uyRhGy0HPZOljCzzINOfa4WwQwxHSem5WZa1ne6yW1bdAiheAQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2855 -form: Symfony\Component\Form\Form {#2819 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2827 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "_form__token" |
| valid | true |
| value | "fad6.4-zZxjBngkVQaXIyUavX4V6lf4XRMsDdEiF3MdDpLfo.2t_tl0M2uyRhGy0HPZOljCzzINOfa4WwQwxHSem5WZa1ne6yW1bdAiheAQ" |