Forms
-
contact_form
-
name
-
email
-
phone
-
commentary
-
_token
-
contact_form
Form type:
"App\Form\ContactFormType"
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 {#3004 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3005 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2896 …} -namespace: Closure() {#2880 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4420 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4441 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4268 -errors: [] -form: Symfony\Component\Form\Form {#4404 …} } |
| form | Symfony\Component\Form\FormView {#4298 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | null |
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 | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.contact.placeholder.name" ] |
[ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.contact.placeholder.name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4459 +payload: null +groups: ? ?array +message: "forms.common.error.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4460 +payload: null +groups: ? ?array +message: "forms.common.error.name.invalid" +pattern: "/^[a-zA-ZÀ-ÖØ-öø-ÿ' \-]{2,50}$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4459 +payload: null +groups: ? ?array +message: "forms.common.error.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4460 +payload: null +groups: ? ?array +message: "forms.common.error.name.invalid" +pattern: "/^[a-zA-ZÀ-ÖØ-öø-ÿ' \-]{2,50}$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.contact.placeholder.name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4459 +payload: null +groups: ? ?array +message: "forms.common.error.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4460 +payload: null +groups: ? ?array +message: "forms.common.error.name.invalid" +pattern: "/^[a-zA-ZÀ-ÖØ-öø-ÿ' \-]{2,50}$/u" +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 {#3004 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3005 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2896 …} -namespace: Closure() {#2880 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4445 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4392 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4446 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.contact.placeholder.name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_name" ] |
| cache_key | "_contact_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4348 -errors: [] -form: Symfony\Component\Form\Form {#4395 …} } |
| form | Symfony\Component\Form\FormView {#4255 …5} |
| full_name | "contact_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_name" |
| label | false |
| 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 | "_contact_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 | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.common.placeholder.email" "autocomplete" => "username" ] |
[ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.common.placeholder.email" "autocomplete" => "username" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4455 +payload: null +groups: ? ?array +message: "forms.common.error.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4456 +payload: null +groups: ? ?array +message: "forms.common.error.email.invalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4455 +payload: null +groups: ? ?array +message: "forms.common.error.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4456 +payload: null +groups: ? ?array +message: "forms.common.error.email.invalid" +mode: null +normalizer: null } ] |
| label | false |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.common.placeholder.email" "autocomplete" => "username" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4455 +payload: null +groups: ? ?array +message: "forms.common.error.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4456 +payload: null +groups: ? ?array +message: "forms.common.error.email.invalid" +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3004 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3005 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2896 …} -namespace: Closure() {#2880 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4436 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 | 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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4431 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.common.placeholder.email" "autocomplete" => "username" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
| cache_key | "_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4307 -errors: [] -form: Symfony\Component\Form\Form {#4341 …} } |
| form | Symfony\Component\Form\FormView {#4291 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_email" |
| valid | true |
| value | "" |
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 | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.common.placeholder.phone" ] |
[ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.common.placeholder.phone" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4449 +payload: null +groups: ? ?array +message: "forms.common.error.phone.invalid" +pattern: "/^\+?[0-9\s\-]{7,15}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4449 +payload: null +groups: ? ?array +message: "forms.common.error.phone.invalid" +pattern: "/^\+?[0-9\s\-]{7,15}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.common.placeholder.phone" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4449 +payload: null +groups: ? ?array +message: "forms.common.error.phone.invalid" +pattern: "/^\+?[0-9\s\-]{7,15}$/" +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 {#3004 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3005 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2896 …} -namespace: Closure() {#2880 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4366 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 | 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4367 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none border-none border-bottom-black-to-white-2px border-radius-0 border-outline-none" "placeholder" => "forms.common.placeholder.phone" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_contact_form_phone" ] |
| cache_key | "_contact_form_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4296 -errors: [] -form: Symfony\Component\Form\Form {#4387 …} } |
| form | Symfony\Component\Form\FormView {#4301 …5} |
| full_name | "contact_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_phone" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_phone" |
| valid | true |
| value | "" |
commentary
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none" "placeholder" => "forms.contact.placeholder.commentary" ] |
[ "class" => "spacing-padding-16px font-size-22 color-bg-none" "placeholder" => "forms.contact.placeholder.commentary" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4450 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4451 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.invalid" +pattern: "/^[\p{L}\p{N}\s\.,!?'\"\-\n\(\)@#&:;\/]{10,1000}$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4450 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4451 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.invalid" +pattern: "/^[\p{L}\p{N}\s\.,!?'\"\-\n\(\)@#&:;\/]{10,1000}$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none" "placeholder" => "forms.contact.placeholder.commentary" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4450 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4451 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.invalid" +pattern: "/^[\p{L}\p{N}\s\.,!?'\"\-\n\(\)@#&:;\/]{10,1000}$/u" +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 {#3004 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3005 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2896 …} -namespace: Closure() {#2880 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4410 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4406 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4405 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "spacing-padding-16px font-size-22 color-bg-none" "placeholder" => "forms.contact.placeholder.commentary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_form_commentary" ] |
| cache_key | "_contact_form_commentary_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4289 -errors: [] -form: Symfony\Component\Form\Form {#4390 …} } |
| form | Symfony\Component\Form\FormView {#4314 …5} |
| full_name | "contact_form[commentary]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_commentary" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "commentary" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_commentary" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3e8bc.pCxlQ5ZDIeYsMD_sKuq7NgiiiWgef82sVDrv8v7RHT4.nW8NHPUkb6wUfFqnZ4WWUESP5gxWGqLjDFGCpp-mSmTxc0gF-SVL0F55cg" |
| 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 | "3e8bc.pCxlQ5ZDIeYsMD_sKuq7NgiiiWgef82sVDrv8v7RHT4.nW8NHPUkb6wUfFqnZ4WWUESP5gxWGqLjDFGCpp-mSmTxc0gF-SVL0F55cg" |
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 {#3004 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3005 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2896 …} -namespace: Closure() {#2880 …} } |
| data | "3e8bc.pCxlQ5ZDIeYsMD_sKuq7NgiiiWgef82sVDrv8v7RHT4.nW8NHPUkb6wUfFqnZ4WWUESP5gxWGqLjDFGCpp-mSmTxc0gF-SVL0F55cg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4318 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() {#4310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4315 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "3e8bc.pCxlQ5ZDIeYsMD_sKuq7NgiiiWgef82sVDrv8v7RHT4.nW8NHPUkb6wUfFqnZ4WWUESP5gxWGqLjDFGCpp-mSmTxc0gF-SVL0F55cg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4278 -errors: [] -form: Symfony\Component\Form\Form {#4309 …} } |
| form | Symfony\Component\Form\FormView {#4297 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form__token" |
| valid | true |
| value | "3e8bc.pCxlQ5ZDIeYsMD_sKuq7NgiiiWgef82sVDrv8v7RHT4.nW8NHPUkb6wUfFqnZ4WWUESP5gxWGqLjDFGCpp-mSmTxc0gF-SVL0F55cg" |