Forms
-
contacto_empresa
-
nombre
-
email
-
telefono
-
mensaje
-
politicaPrivacidad
-
_token
-
contacto_empresa
Form type:
"App\Form\ContactoEmpresaType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ContactoEmpresa {#176 -id: null -nombre: null -email: null -telefono: null -mensaje: null -fecha: null -politicaPrivacidad: null -empresa: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ContactoEmpresa {#176 -id: null -nombre: null -email: null -telefono: null -mensaje: null -fecha: null -politicaPrivacidad: null -empresa: 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 | "token" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#604 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1589 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | App\Entity\ContactoEmpresa {#176 -id: null -nombre: null -email: null -telefono: null -mensaje: null -fecha: null -politicaPrivacidad: null -empresa: null } |
| data_class | "App\Entity\ContactoEmpresa" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ContactoEmpresa" } } |
| 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() {#1776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#1777 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contacto_empresa" "_contacto_empresa" ] |
| cache_key | "_contacto_empresa_contacto_empresa" |
| compound | true |
| data | App\Entity\ContactoEmpresa {#176 -id: null -nombre: null -email: null -telefono: null -mensaje: null -fecha: null -politicaPrivacidad: null -empresa: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1926 -errors: [] -form: Symfony\Component\Form\Form {#1832 …} } |
| form | Symfony\Component\Form\FormView {#1929 …5} |
| full_name | "contacto_empresa" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_empresa" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contacto_empresa" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_empresa" |
| valid | true |
| value | App\Entity\ContactoEmpresa {#176 -id: null -nombre: null -email: null -telefono: null -mensaje: null -fecha: null -politicaPrivacidad: null -empresa: null } |
nombre
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" => "Nombre" "class" => "input-cet" ] |
[ "placeholder" => "Nombre" "class" => "input-cet" ] |
| label | "NOMBRE" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
[ "class" => "label-size ps-3 text-[12px]" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre" "class" => "input-cet" ] |
| 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\SameOriginCsrfTokenManager {#604 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1589 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1749 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 | [ "class" => "label-size ps-3 text-[12px]" ] |
| 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() {#1751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#1750 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre" "class" => "input-cet" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contacto_empresa_nombre" ] |
| cache_key | "_contacto_empresa_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2117 -errors: [] -form: Symfony\Component\Form\Form {#1868 …} } |
| form | Symfony\Component\Form\FormView {#2119 …5} |
| full_name | "contacto_empresa[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_empresa_nombre" |
| label | "NOMBRE" |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nombre" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_empresa_nombre" |
| 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 | [ "placeholder" => "tuemail@empresa.com" "class" => "input-cet" ] |
[ "placeholder" => "tuemail@empresa.com" "class" => "input-cet" ] |
| label | "EMAIL" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
[ "class" => "label-size ps-3 text-[12px]" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "tuemail@empresa.com" "class" => "input-cet" ] |
| 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\SameOriginCsrfTokenManager {#604 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1589 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1757 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 | [ "class" => "label-size ps-3 text-[12px]" ] |
| 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() {#1762 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#1756 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "tuemail@empresa.com" "class" => "input-cet" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contacto_empresa_email" ] |
| cache_key | "_contacto_empresa_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2116 -errors: [] -form: Symfony\Component\Form\Form {#1871 …} } |
| form | Symfony\Component\Form\FormView {#2115 …5} |
| full_name | "contacto_empresa[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_empresa_email" |
| label | "EMAIL" |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
| 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 | "_contacto_empresa_email" |
| 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" => "+34" "class" => "input-cet" ] |
[ "placeholder" => "+34" "class" => "input-cet" ] |
| label | "TELÉFONO" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
[ "class" => "label-size ps-3 text-[12px]" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "+34" "class" => "input-cet" ] |
| 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\SameOriginCsrfTokenManager {#604 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1589 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1770 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 | "TELÉFONO" |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
| 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() {#1790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#1769 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "+34" "class" => "input-cet" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_contacto_empresa_telefono" ] |
| cache_key | "_contacto_empresa_telefono_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2114 -errors: [] -form: Symfony\Component\Form\Form {#1874 …} } |
| form | Symfony\Component\Form\FormView {#2113 …5} |
| full_name | "contacto_empresa[telefono]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_empresa_telefono" |
| label | "TELÉFONO" |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
| 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_empresa_telefono" |
| 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 aquí tu mensaje" "class" => "textarea-cet" "rows" => 6 ] |
[ "placeholder" => "Escribe aquí tu mensaje" "class" => "textarea-cet" "rows" => 6 ] |
| label | "MENSAJE" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
[ "class" => "label-size ps-3 text-[12px]" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Escribe aquí tu mensaje" "class" => "textarea-cet" "rows" => 6 ] |
| 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\SameOriginCsrfTokenManager {#604 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1589 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1799 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 | "MENSAJE" |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
| 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() {#1797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#1798 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Escribe aquí tu mensaje" "class" => "textarea-cet" "rows" => 6 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contacto_empresa_mensaje" ] |
| cache_key | "_contacto_empresa_mensaje_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1999 -errors: [] -form: Symfony\Component\Form\Form {#1828 …} } |
| form | Symfony\Component\Form\FormView {#2010 …5} |
| full_name | "contacto_empresa[mensaje]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_empresa_mensaje" |
| label | "MENSAJE" |
| label_attr | [ "class" => "label-size ps-3 text-[12px]" ] |
| 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_empresa_mensaje" |
| valid | true |
| value | "" |
politicaPrivacidad
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" => "kt-checkbox" ] |
[ "class" => "kt-checkbox" ] |
| label | "He leído y acepto la política de privacidad" |
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" => "kt-checkbox" ] |
| 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\SameOriginCsrfTokenManager {#604 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1589 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1811 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 {#1810 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "He leído y acepto la política de privacidad" |
| 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() {#1815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#1817 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "kt-checkbox" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contacto_empresa_politicaPrivacidad" ] |
| cache_key | "_contacto_empresa_politicaPrivacidad_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2050 -errors: [] -form: Symfony\Component\Form\Form {#1835 …} } |
| form | Symfony\Component\Form\FormView {#1923 …5} |
| full_name | "contacto_empresa[politicaPrivacidad]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_empresa_politicaPrivacidad" |
| label | "He leído y acepto la política de privacidad" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "politicaPrivacidad" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_empresa_politicaPrivacidad" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b2bdc664c1.iQ4D-Wg9PvQQZHi3NBly0WKVx34ApIMEZgoLUFRw_XA.zGxPyANHb7hRHQ7OXitH5TfUgCpr79d9VWd9NAs0qCHhf1uRJW98kkc2QA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "b2bdc664c1.iQ4D-Wg9PvQQZHi3NBly0WKVx34ApIMEZgoLUFRw_XA.zGxPyANHb7hRHQ7OXitH5TfUgCpr79d9VWd9NAs0qCHhf1uRJW98kkc2QA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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\SameOriginCsrfTokenManager {#604 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1589 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "b2bdc664c1.iQ4D-Wg9PvQQZHi3NBly0WKVx34ApIMEZgoLUFRw_XA.zGxPyANHb7hRHQ7OXitH5TfUgCpr79d9VWd9NAs0qCHhf1uRJW98kkc2QA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1997 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() {#2110 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#1933 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contacto_empresa__token" ] |
| cache_key | "_contacto_empresa__token_hidden" |
| compound | false |
| data | "b2bdc664c1.iQ4D-Wg9PvQQZHi3NBly0WKVx34ApIMEZgoLUFRw_XA.zGxPyANHb7hRHQ7OXitH5TfUgCpr79d9VWd9NAs0qCHhf1uRJW98kkc2QA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2045 -errors: [] -form: Symfony\Component\Form\Form {#2124 …} } |
| form | Symfony\Component\Form\FormView {#1927 …5} |
| full_name | "contacto_empresa[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_empresa__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_empresa__token" |
| valid | true |
| value | "b2bdc664c1.iQ4D-Wg9PvQQZHi3NBly0WKVx34ApIMEZgoLUFRw_XA.zGxPyANHb7hRHQ7OXitH5TfUgCpr79d9VWd9NAs0qCHhf1uRJW98kkc2QA" |