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 {#2994 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3000 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3005 …} -namespace: Closure() {#2899 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4382 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() {#4384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4383 …} $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 {#4205 -errors: [] -form: Symfony\Component\Form\Form {#4333 …} } |
| form | Symfony\Component\Form\FormView {#4227 …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 {#4378 +payload: null +groups: ? ?array +message: "forms.common.error.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4320 +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 {#4378 +payload: null +groups: ? ?array +message: "forms.common.error.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4320 +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 {#4378 +payload: null +groups: ? ?array +message: "forms.common.error.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4320 +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 {#2994 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3000 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3005 …} -namespace: Closure() {#2899 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4372 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() {#4364 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4363 …} $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 {#4283 -errors: [] -form: Symfony\Component\Form\Form {#4336 …} } |
| form | Symfony\Component\Form\FormView {#4143 …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 {#4321 +payload: null +groups: ? ?array +message: "forms.common.error.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4326 +payload: null +groups: ? ?array +message: "forms.common.error.email.invalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4321 +payload: null +groups: ? ?array +message: "forms.common.error.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4326 +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 {#4321 +payload: null +groups: ? ?array +message: "forms.common.error.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4326 +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 {#2994 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3000 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3005 …} -namespace: Closure() {#2899 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4355 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() {#4357 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4356 …} $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 {#4250 -errors: [] -form: Symfony\Component\Form\Form {#4327 …} } |
| form | Symfony\Component\Form\FormView {#4228 …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 {#4347 +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 {#4347 +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 {#4347 +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 {#2994 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3000 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3005 …} -namespace: Closure() {#2899 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4352 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() {#4293 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4292 …} $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 {#4225 -errors: [] -form: Symfony\Component\Form\Form {#4269 …} } |
| form | Symfony\Component\Form\FormView {#4238 …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 {#4369 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4370 +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 {#4369 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4370 +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 {#4369 +payload: null +groups: ? ?array +message: "forms.common.error.commentary.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#4370 +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 {#2994 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3000 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3005 …} -namespace: Closure() {#2899 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4339 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() {#4341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4340 …} $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 {#4230 -errors: [] -form: Symfony\Component\Form\Form {#4315 …} } |
| form | Symfony\Component\Form\FormView {#4215 …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 | "8ad4cce50c72b898da697.dGeH05mL0yVO8HqtcTcIs6hrwnFLyPM8Xi0chg9jDck.ABTJv83cpWN_yB7uPQA5g5gMjkUcv4pfJlhx8kAaaZ5AXtHn3dqDR3aDFQ" |
| 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 | "8ad4cce50c72b898da697.dGeH05mL0yVO8HqtcTcIs6hrwnFLyPM8Xi0chg9jDck.ABTJv83cpWN_yB7uPQA5g5gMjkUcv4pfJlhx8kAaaZ5AXtHn3dqDR3aDFQ" |
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 {#2994 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3000 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3005 …} -namespace: Closure() {#2899 …} } |
| data | "8ad4cce50c72b898da697.dGeH05mL0yVO8HqtcTcIs6hrwnFLyPM8Xi0chg9jDck.ABTJv83cpWN_yB7uPQA5g5gMjkUcv4pfJlhx8kAaaZ5AXtHn3dqDR3aDFQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4306 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() {#4192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#4237 …} $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 | "8ad4cce50c72b898da697.dGeH05mL0yVO8HqtcTcIs6hrwnFLyPM8Xi0chg9jDck.ABTJv83cpWN_yB7uPQA5g5gMjkUcv4pfJlhx8kAaaZ5AXtHn3dqDR3aDFQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4207 -errors: [] -form: Symfony\Component\Form\Form {#4248 …} } |
| form | Symfony\Component\Form\FormView {#4226 …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 | "8ad4cce50c72b898da697.dGeH05mL0yVO8HqtcTcIs6hrwnFLyPM8Xi0chg9jDck.ABTJv83cpWN_yB7uPQA5g5gMjkUcv4pfJlhx8kAaaZ5AXtHn3dqDR3aDFQ" |