Forms
-
contacto
-
nombreCompleto
-
correo
-
telefono
-
tema
-
mensaje
-
_token
-
contacto
Form type:
"App\Form\ContactoType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contacto {#696 -id: null -nombreCompleto: null -correo: null -telefono: null -tema: null -mensaje: null -fechaCreacion: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contacto {#696 -id: null -nombreCompleto: null -correo: null -telefono: null -tema: null -mensaje: null -fechaCreacion: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
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 {#722 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#724 …} -namespace: Closure() {#726 …} } |
data | App\Entity\Contacto {#696 -id: null -nombreCompleto: null -correo: null -telefono: null -tema: null -mensaje: null -fechaCreacion: null } |
data_class | "App\Entity\Contacto" |
disabled | false |
empty_data | Closure(FormInterface $form) {#769 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contacto" } } |
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() {#767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $message: Closure() {#768 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contacto" "_contacto" ] |
cache_key | "_contacto_contacto" |
compound | true |
data | App\Entity\Contacto {#696 -id: null -nombreCompleto: null -correo: null -telefono: null -tema: null -mensaje: null -fechaCreacion: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#835 -form: Symfony\Component\Form\Form {#810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#766 …5} |
full_name | "contacto" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contacto" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contacto" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contacto" |
valid | true |
value | App\Entity\Contacto {#696 -id: null -nombreCompleto: null -correo: null -telefono: null -tema: null -mensaje: null -fechaCreacion: null } |
nombreCompleto
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 | [ "placeholder" => "Tu Nombre Completo" ] |
[ "placeholder" => "Tu Nombre Completo" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Tu Nombre Completo" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#722 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#724 …} -namespace: Closure() {#726 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#747 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 | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $message: Closure() {#741 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tu Nombre Completo" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contacto_nombreCompleto" ] |
cache_key | "_contacto_nombreCompleto_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#868 -form: Symfony\Component\Form\Form {#855 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#870 …5} |
full_name | "contacto[nombreCompleto]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contacto_nombreCompleto" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nombreCompleto" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contacto_nombreCompleto" |
valid | true |
value | "" |
correo
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 | [ "placeholder" => "Dirección de correo" ] |
[ "placeholder" => "Dirección de correo" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Dirección de correo" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#722 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#724 …} -namespace: Closure() {#726 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#736 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 | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $message: Closure() {#737 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Dirección de correo" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contacto_correo" ] |
cache_key | "_contacto_correo_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#867 -form: Symfony\Component\Form\Form {#858 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#866 …5} |
full_name | "contacto[correo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contacto_correo" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "correo" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contacto_correo" |
valid | true |
value | "" |
telefono
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 | [ "placeholder" => "Teléfono" ] |
[ "placeholder" => "Teléfono" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Teléfono" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#722 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#724 …} -namespace: Closure() {#726 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#761 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 | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $message: Closure() {#760 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Teléfono" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_contacto_telefono" ] |
cache_key | "_contacto_telefono_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#864 -form: Symfony\Component\Form\Form {#861 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#865 …5} |
full_name | "contacto[telefono]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contacto_telefono" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telefono" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contacto_telefono" |
valid | true |
value | "" |
tema
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 | [ "placeholder" => "Tema" ] |
[ "placeholder" => "Tema" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Tema" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#722 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#724 …} -namespace: Closure() {#726 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#789 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 | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#791 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $message: Closure() {#790 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tema" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contacto_tema" ] |
cache_key | "_contacto_tema_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#805 -form: Symfony\Component\Form\Form {#814 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#792 …5} |
full_name | "contacto[tema]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contacto_tema" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tema" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contacto_tema" |
valid | true |
value | "" |
mensaje
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 | [ "placeholder" => "Escribe Tu Mensaje" "cols" => "30" "rows" => "10" ] |
[ "placeholder" => "Escribe Tu Mensaje" "cols" => "30" "rows" => "10" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Escribe Tu Mensaje" "cols" => "30" "rows" => "10" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#722 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#724 …} -namespace: Closure() {#726 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#799 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 | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $message: Closure() {#798 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Escribe Tu Mensaje" "cols" => "30" "rows" => "10" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contacto_mensaje" ] |
cache_key | "_contacto_mensaje_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#783 -form: Symfony\Component\Form\Form {#817 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#754 …5} |
full_name | "contacto[mensaje]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contacto_mensaje" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mensaje" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contacto_mensaje" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "59a888a3a583bec4ca4.Eu4QatYZ48S_Yz6dSvc5ibsxKCDuTka_wdBs4hRkJtE.U9pFR-RqpYnJAGekHdpz5YwEQEOGBgvVkeUL2mc8RKJVg2opsnens9spcw" |
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 | "59a888a3a583bec4ca4.Eu4QatYZ48S_Yz6dSvc5ibsxKCDuTka_wdBs4hRkJtE.U9pFR-RqpYnJAGekHdpz5YwEQEOGBgvVkeUL2mc8RKJVg2opsnens9spcw" |
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 {#722 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#723 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#724 …} -namespace: Closure() {#726 …} } |
data | "59a888a3a583bec4ca4.Eu4QatYZ48S_Yz6dSvc5ibsxKCDuTka_wdBs4hRkJtE.U9pFR-RqpYnJAGekHdpz5YwEQEOGBgvVkeUL2mc8RKJVg2opsnens9spcw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#884 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() {#873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $message: Closure() {#872 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contacto__token" ] |
cache_key | "_contacto__token_hidden" |
compound | false |
data | "59a888a3a583bec4ca4.Eu4QatYZ48S_Yz6dSvc5ibsxKCDuTka_wdBs4hRkJtE.U9pFR-RqpYnJAGekHdpz5YwEQEOGBgvVkeUL2mc8RKJVg2opsnens9spcw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#893 -form: Symfony\Component\Form\Form {#781 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#876 …5} |
full_name | "contacto[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contacto__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 | "_contacto__token" |
valid | true |
value | "59a888a3a583bec4ca4.Eu4QatYZ48S_Yz6dSvc5ibsxKCDuTka_wdBs4hRkJtE.U9pFR-RqpYnJAGekHdpz5YwEQEOGBgvVkeUL2mc8RKJVg2opsnens9spcw" |