Forms
-
contact
-
firstName
-
lastName
-
email
-
phone
-
inquiry
-
description
-
email_address
-
_validation
-
_token
-
contact
Form type:
"App\Form\ContactType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contact {#926 -id: null -firstName: null -lastName: null -email: null -phone: null -inquiry: null -description: null -resolved: false -createdAt: DateTimeImmutable @1764991803 {#947 date: 2025-12-06 03:30:03.100453 UTC (+00:00) } -updatedAt: DateTimeImmutable @1764991803 {#947} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| access | "Public" |
same as passed value |
| data | App\Entity\Contact {#926 -id: null -firstName: null -lastName: null -email: null -phone: null -inquiry: null -description: null -resolved: false -createdAt: DateTimeImmutable @1764991803 {#947 date: 2025-12-06 03:30:03.100453 UTC (+00:00) } -updatedAt: DateTimeImmutable @1764991803 {#947} } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| access | "Public" |
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | Omines\AntiSpamBundle\Profile {#1006 -constraints: [] -name: "default" -config: [ "honeypot" => [ "field" => "email_address" "attributes" => [ "style" => "display:none" ] ] "timer" => [ "min" => 3 "max" => 3600 "field" => "_validation" ] "stealth" => true "passive" => false ] -formEventSubscriber: Omines\AntiSpamBundle\EventSubscriber\FormProfileSubscriber {#1008 …} } |
| 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 {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
| data | App\Entity\Contact {#926 -id: null -firstName: null -lastName: null -email: null -phone: null -inquiry: null -description: null -resolved: false -createdAt: DateTimeImmutable @1764991803 {#947 date: 2025-12-06 03:30:03.100453 UTC (+00:00) } -updatedAt: DateTimeImmutable @1764991803 {#947} } |
| data_class | "App\Entity\Contact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1003 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1005 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1004 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | App\Entity\Contact {#926 -id: null -firstName: null -lastName: null -email: null -phone: null -inquiry: null -description: null -resolved: false -createdAt: DateTimeImmutable @1764991803 {#947 date: 2025-12-06 03:30:03.100453 UTC (+00:00) } -updatedAt: DateTimeImmutable @1764991803 {#947} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1111 -errors: [] -form: Symfony\Component\Form\Form {#1142 …} } |
| form | Symfony\Component\Form\FormView {#1009 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | App\Entity\Contact {#926 -id: null -firstName: null -lastName: null -email: null -phone: null -inquiry: null -description: null -resolved: false -createdAt: DateTimeImmutable @1764991803 {#947 date: 2025-12-06 03:30:03.100453 UTC (+00:00) } -updatedAt: DateTimeImmutable @1764991803 {#947} } |
firstName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| antispam_profile | null |
same as passed value |
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#997 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | null |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#1075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1034 …} $translationDomain: "validators" } } |
Closure() {#1159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1034 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#997 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1034 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_firstName" ] |
| cache_key | "_contact_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1087 -errors: [] -form: Symfony\Component\Form\Form {#1161 …} } |
| form | Symfony\Component\Form\FormView {#1073 …5} |
| full_name | "contact[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_firstName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_firstName" |
| valid | true |
| value | "" |
lastName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| antispam_profile | null |
same as passed value |
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#994 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | null |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#1074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1059 …} $translationDomain: "validators" } } |
Closure() {#1158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1059 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#994 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1059 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_lastName" ] |
| cache_key | "_contact_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1086 -errors: [] -form: Symfony\Component\Form\Form {#1170 …} } |
| form | Symfony\Component\Form\FormView {#1084 …5} |
| full_name | "contact[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_lastName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_lastName" |
| 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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| antispam_profile | null |
same as passed value |
| attr | [] |
same as passed value |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#995 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "Please enter a valid email address." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | null |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#1082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1024 …} $translationDomain: "validators" } } |
Closure() {#1173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1024 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#995 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1024 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1083 -errors: [] -form: Symfony\Component\Form\Form {#1177 …} } |
| form | Symfony\Component\Form\FormView {#1106 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_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 | "_contact_email" |
| valid | true |
| value | "" |
phone
Form type:
"App\Form\PhoneType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format |
null
|
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| antispam_profile | null |
same as passed value |
| attr | [] |
same as passed value |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1093 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ 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: "Phone number must be 10 digits long" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#1116 +payload: null +groups: ? ?array +message: "US area codes do not start with 1" +pattern: "/^(?!1).*/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1093 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ 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: "Phone number must be 10 digits long" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#1116 +payload: null +groups: ? ?array +message: "US area codes do not start with 1" +pattern: "/^(?!1).*/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#1114 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "Please provide a valid phone number." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | null |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#1112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1113 …} $translationDomain: "validators" } } |
Closure() {#1181 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1113 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1093 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ 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: "Phone number must be 10 digits long" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#1116 +payload: null +groups: ? ?array +message: "US area codes do not start with 1" +pattern: "/^(?!1).*/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1114 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1181 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1113 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone" "_contact_phone" ] |
| cache_key | "_contact_phone_phone" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1136 -errors: [] -form: Symfony\Component\Form\Form {#1192 …} } |
| form | Symfony\Component\Form\FormView {#1137 …5} |
| full_name | "contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_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 | "_contact_phone" |
| valid | true |
| value | "" |
inquiry
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 Inquiry" "Speak to a Human" => "Speak to a Human" "Application Support" => "Application Support" "Application Error" => "Application Error" "Max Law Office" => "Max Law Office" ] |
[ "General Inquiry" => "General Inquiry" "Speak to a Human" => "Speak to a Human" "Application Support" => "Application Support" "Application Error" => "Application Error" "Max Law Office" => "Max Law Office" ] |
| label | "Type" |
same as passed value |
| placeholder | "Select Type" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| 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 Inquiry" "Speak to a Human" => "Speak to a Human" "Application Support" => "Application Support" "Application Error" => "Application Error" "Max Law Office" => "Max Law Office" ] |
| 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 {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Select Type" |
| 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 | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1117 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_inquiry" ] |
| cache_key | "_contact_inquiry_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +data: "General Inquiry" +value: "General Inquiry" +label: "General Inquiry" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +data: "Speak to a Human" +value: "Speak to a Human" +label: "Speak to a Human" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +data: "Application Support" +value: "Application Support" +label: "Application Support" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1109 +data: "Application Error" +value: "Application Error" +label: "Application Error" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +data: "Max Law Office" +value: "Max Law Office" +label: "Max Law Office" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1139 -errors: [] -form: Symfony\Component\Form\Form {#1147 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1141 …5} |
| full_name | "contact[inquiry]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_inquiry" |
| is_selected | Closure($choice, $value) {#1077 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "inquiry" |
| placeholder | "Select Type" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_inquiry" |
| valid | true |
| value | "" |
description
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| antispam_profile | null |
same as passed value |
| attr | [ "class" => "req" ] |
[ "class" => "req" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#1128 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | null |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | false |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize_html | true |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#1135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1125 …} $translationDomain: "validators" } } |
Closure() {#1203 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1125 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| attr | [ "class" => "req" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1128 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | 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 | false |
| row_attr | [] |
| sanitize_html | true |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1203 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1125 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "req" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_description" ] |
| cache_key | "_contact_description_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1138 -errors: [] -form: Symfony\Component\Form\Form {#1209 …} } |
| form | Symfony\Component\Form\FormView {#1076 …5} |
| full_name | "contact[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_description" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_description" |
| valid | true |
| value | "" |
email_address
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "style" => "display:none" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "antispam_honeypot" "_contact_email_address" ] |
| cache_key | "_contact_email_address_antispam_honeypot" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1071 -errors: [] -form: Symfony\Component\Form\Form {#1236 …} } |
| form | Symfony\Component\Form\FormView {#1025 …5} |
| full_name | "contact[email_address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_address" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email_address" |
| valid | true |
| value | "" |
_validation
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "antispam_submit_timer" "_contact__validation" ] |
| cache_key | "_contact__validation_antispam_submit_timer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1000 -errors: [] -form: Symfony\Component\Form\Form {#1254 …} } |
| form | Symfony\Component\Form\FormView {#1053 …5} |
| full_name | "contact[_validation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__validation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_validation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__validation" |
| valid | true |
| value | "MjE2LjczLjIxNi42fDE3NjQ5OTE4MDMuMTc3fDRmNTJhYTFjM2RkZWI1ZmU2MzVlMDQ0OWEyODcyMjZmYjkwZjFkNmVkNWExMDIxNDMxNGRkNTI5OTlhZDU1MTM=" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7c73476586.6cBGEoPgz0u7P3jgW0_xcNPpMSCuw3hM9Y7tfGv-5Y8.joZ-eLXTnx7sbi2SFj-QPbuGSFn7qzMKkcC3DAmOvMzckCNzwtWeEvh7Ew" |
| 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 | "7c73476586.6cBGEoPgz0u7P3jgW0_xcNPpMSCuw3hM9Y7tfGv-5Y8.joZ-eLXTnx7sbi2SFj-QPbuGSFn7qzMKkcC3DAmOvMzckCNzwtWeEvh7Ew" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| antispam_profile | null |
| 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 {#715 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#842 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#843 …} -namespace: Closure() {#881 …} } |
| data | "7c73476586.6cBGEoPgz0u7P3jgW0_xcNPpMSCuw3hM9Y7tfGv-5Y8.joZ-eLXTnx7sbi2SFj-QPbuGSFn7qzMKkcC3DAmOvMzckCNzwtWeEvh7Ew" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1248 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#158 …} $message: Closure() {#1085 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "7c73476586.6cBGEoPgz0u7P3jgW0_xcNPpMSCuw3hM9Y7tfGv-5Y8.joZ-eLXTnx7sbi2SFj-QPbuGSFn7qzMKkcC3DAmOvMzckCNzwtWeEvh7Ew" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1272 -errors: [] -form: Symfony\Component\Form\Form {#1268 …} } |
| form | Symfony\Component\Form\FormView {#1261 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "7c73476586.6cBGEoPgz0u7P3jgW0_xcNPpMSCuw3hM9Y7tfGv-5Y8.joZ-eLXTnx7sbi2SFj-QPbuGSFn7qzMKkcC3DAmOvMzckCNzwtWeEvh7Ew" |