Forms
-
contact_form
-
name
-
email
-
phone
-
message
-
privacyPolicy
-
submit
-
_token
-
contact_form
Form type:
"App\Form\Frontend\ContactForm"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#13755 -name: null -email: null -phone: null -message: null #createdAt: null #updatedAt: null -id: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/es/_contact" |
same as passed value |
data | App\Entity\Contact {#13755 -name: null -email: null -phone: null -message: null #createdAt: null #updatedAt: null -id: null } |
same as passed value |
method | "POST" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/es/_contact" |
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 {#12271 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#12272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#12273 …} -namespace: Closure() {#12275 …} } |
data | App\Entity\Contact {#13755 -name: null -email: null -phone: null -message: null #createdAt: null #updatedAt: null -id: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#13757 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() {#13759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $message: Closure() {#13758 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "/es/_contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_form" "_contact_form" ] |
cache_key | "_contact_form_contact_form" |
compound | true |
data | App\Entity\Contact {#13755 -name: null -email: null -phone: null -message: null #createdAt: null #updatedAt: null -id: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13810 -form: Symfony\Component\Form\Form {#13811 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13760 …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 | App\Entity\Contact {#13755 -name: null -email: null -phone: null -message: null #createdAt: null #updatedAt: null -id: 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 |
---|---|---|
label | "Nombre" |
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 | 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 {#12271 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#12272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#12273 …} -namespace: Closure() {#12275 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#13766 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 | "Nombre" |
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() {#13768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $message: Closure() {#13767 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#13778 -form: Symfony\Component\Form\Form {#13814 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13787 …5} |
full_name | "contact_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_name" |
label | "Nombre" |
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 |
---|---|---|
label | "Email" |
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 | 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 {#12271 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#12272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#12273 …} -namespace: Closure() {#12275 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#13775 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 | "Email" |
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() {#13777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $message: Closure() {#13776 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#13769 -form: Symfony\Component\Form\Form {#13817 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13832 …5} |
full_name | "contact_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_email" |
label | "Email" |
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\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 |
---|---|---|
label | "Teléfono" |
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 | 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 {#12271 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#12272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#12273 …} -namespace: Closure() {#12275 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#13784 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 | "Teléfono" |
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() {#13786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $message: Closure() {#13785 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_form_phone" ] |
cache_key | "_contact_form_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13834 -form: Symfony\Component\Form\Form {#13820 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13835 …5} |
full_name | "contact_form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_phone" |
label | "Teléfono" |
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_form_phone" |
valid | true |
value | "" |
message
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Comentario" |
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 | 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 {#12271 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#12272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#12273 …} -namespace: Closure() {#12275 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#13793 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 | "Comentario" |
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() {#13795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $message: Closure() {#13794 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
cache_key | "_contact_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13836 -form: Symfony\Component\Form\Form {#13823 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13837 …5} |
full_name | "contact_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_message" |
label | "Comentario" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_message" |
valid | true |
value | "" |
privacyPolicy
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "contact.form.privacyPolicy" |
same as passed value |
mapped | false |
false
|
required | true |
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 | 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 {#12271 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#12272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#12273 …} -namespace: Closure() {#12275 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#12387 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#12388 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "contact.form.privacyPolicy" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#13803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $message: Closure() {#13802 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_form_privacyPolicy" ] |
cache_key | "_contact_form_privacyPolicy_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13851 -form: Symfony\Component\Form\Form {#13826 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13853 …5} |
full_name | "contact_form[privacyPolicy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_privacyPolicy" |
label | "contact.form.privacyPolicy" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacyPolicy" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_privacyPolicy" |
valid | true |
value | "1" |
submit
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
label | "Enviar consulta" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-primary" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Enviar consulta" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "class" => "btn btn-primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_contact_form_submit" ] |
cache_key | "_contact_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#13855 …5} |
full_name | "contact_form[submit]" |
id | "contact_form_submit" |
label | "Enviar consulta" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_contact_form_submit" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "02b7678e9a959.jDcHhaP18B_NnkDQ_N0z-8YdsTJLxeND1WK0XfUViIA.4gFMz8-lv1KZ8S6XzJNKkrMwiGgEv9Qi5lXYLZZHw8XtX2bpxpfIdo_GBQ" |
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 | "02b7678e9a959.jDcHhaP18B_NnkDQ_N0z-8YdsTJLxeND1WK0XfUViIA.4gFMz8-lv1KZ8S6XzJNKkrMwiGgEv9Qi5lXYLZZHw8XtX2bpxpfIdo_GBQ" |
same as passed value |
mapped | false |
false
|
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 {#12271 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#12272 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#12273 …} -namespace: Closure() {#12275 …} } |
data | "02b7678e9a959.jDcHhaP18B_NnkDQ_N0z-8YdsTJLxeND1WK0XfUViIA.4gFMz8-lv1KZ8S6XzJNKkrMwiGgEv9Qi5lXYLZZHw8XtX2bpxpfIdo_GBQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#13804 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() {#13856 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#485 …} $message: Closure() {#13854 …} $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 | "02b7678e9a959.jDcHhaP18B_NnkDQ_N0z-8YdsTJLxeND1WK0XfUViIA.4gFMz8-lv1KZ8S6XzJNKkrMwiGgEv9Qi5lXYLZZHw8XtX2bpxpfIdo_GBQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13866 -form: Symfony\Component\Form\Form {#13862 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13857 …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 | "02b7678e9a959.jDcHhaP18B_NnkDQ_N0z-8YdsTJLxeND1WK0XfUViIA.4gFMz8-lv1KZ8S6XzJNKkrMwiGgEv9Qi5lXYLZZHw8XtX2bpxpfIdo_GBQ" |