Forms
-
inscripcion
-
nombre
-
nombreEmpresa
-
cif
-
email
-
telefono
-
telefono2
-
direccion
-
codigoPostal
-
politicaPrivacidad
-
_token
-
inscripcion
Form type:
"App\Form\InscripcionType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Inscripcion {#761 -id: null -nombre: null -nombreEmpresa: null -cif: null -email: null -telefono: null -telefono2: null -direccion: null -codigoPostal: null -politicaPrivacidad: null -fecha: null -empresaProvisional: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Inscripcion {#761 -id: null -nombre: null -nombreEmpresa: null -cif: null -email: null -telefono: null -telefono2: null -direccion: null -codigoPostal: null -politicaPrivacidad: null -fecha: null -empresaProvisional: 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\SameOriginCsrfTokenManager {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | App\Entity\Inscripcion {#761 -id: null -nombre: null -nombreEmpresa: null -cif: null -email: null -telefono: null -telefono2: null -direccion: null -codigoPostal: null -politicaPrivacidad: null -fecha: null -empresaProvisional: null } |
| data_class | "App\Entity\Inscripcion" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#828 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Inscripcion" } } |
| 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() {#830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#829 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "inscripcion" "_inscripcion" ] |
| cache_key | "_inscripcion_inscripcion" |
| compound | true |
| data | App\Entity\Inscripcion {#761 -id: null -nombre: null -nombreEmpresa: null -cif: null -email: null -telefono: null -telefono2: null -direccion: null -codigoPostal: null -politicaPrivacidad: null -fecha: null -empresaProvisional: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1307 -errors: [] -form: Symfony\Component\Form\Form {#936 …} } |
| form | Symfony\Component\Form\FormView {#1182 …5} |
| full_name | "inscripcion" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "inscripcion" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_inscripcion" |
| valid | true |
| value | App\Entity\Inscripcion {#761 -id: null -nombre: null -nombreEmpresa: null -cif: null -email: null -telefono: null -telefono2: null -direccion: null -codigoPostal: null -politicaPrivacidad: null -fecha: null -empresaProvisional: 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" ] |
[ "class" => "label-size ps-3" ] |
| 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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#842 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" ] |
| 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() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#843 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre" "class" => "input-cet" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_inscripcion_nombre" ] |
| cache_key | "_inscripcion_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1298 -errors: [] -form: Symfony\Component\Form\Form {#939 …} } |
| form | Symfony\Component\Form\FormView {#1181 …5} |
| full_name | "inscripcion[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_nombre" |
| label | "NOMBRE" |
| label_attr | [ "class" => "label-size ps-3" ] |
| 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 | "_inscripcion_nombre" |
| valid | true |
| value | "" |
nombreEmpresa
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 comercial" "class" => "input-cet" ] |
[ "placeholder" => "Nombre comercial" "class" => "input-cet" ] |
| label | "NOMBRE DE LA EMPRESA" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3" ] |
[ "class" => "label-size ps-3" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre comercial" "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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#851 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 DE LA EMPRESA" |
| label_attr | [ "class" => "label-size ps-3" ] |
| 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() {#853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#852 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre comercial" "class" => "input-cet" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_inscripcion_nombreEmpresa" ] |
| cache_key | "_inscripcion_nombreEmpresa_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1300 -errors: [] -form: Symfony\Component\Form\Form {#942 …} } |
| form | Symfony\Component\Form\FormView {#1301 …5} |
| full_name | "inscripcion[nombreEmpresa]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_nombreEmpresa" |
| label | "NOMBRE DE LA EMPRESA" |
| label_attr | [ "class" => "label-size ps-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nombreEmpresa" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_inscripcion_nombreEmpresa" |
| valid | true |
| value | "" |
cif
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" => "B12345678" "class" => "input-cet" "maxlength" => 9 "minlength" => 9 "pattern" => "^(?:[ABCDFGHJUV][0-9]{7}[0-9]|[NPQRSW][0-9]{7}[ABCDEFGHIJ]|[0-9]{8}[TRWAGMYFPDXBNJZSQVHLCKE])$" "oninput" => "this.value = this.value.toUpperCase()" ] |
[ "placeholder" => "B12345678" "class" => "input-cet" "maxlength" => 9 "minlength" => 9 "pattern" => "^(?:[ABCDFGHJUV][0-9]{7}[0-9]|[NPQRSW][0-9]{7}[ABCDEFGHIJ]|[0-9]{8}[TRWAGMYFPDXBNJZSQVHLCKE])$" "oninput" => "this.value = this.value.toUpperCase()" ] |
| label | "CIF/NIF" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3" ] |
[ "class" => "label-size ps-3" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "B12345678" "class" => "input-cet" "maxlength" => 9 "minlength" => 9 "pattern" => "^(?:[ABCDFGHJUV][0-9]{7}[0-9]|[NPQRSW][0-9]{7}[ABCDEFGHIJ]|[0-9]{8}[TRWAGMYFPDXBNJZSQVHLCKE])$" "oninput" => "this.value = this.value.toUpperCase()" ] |
| 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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#860 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 | "CIF/NIF" |
| label_attr | [ "class" => "label-size ps-3" ] |
| 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() {#862 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#861 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "B12345678" "class" => "input-cet" "maxlength" => 9 "minlength" => 9 "pattern" => "^(?:[ABCDFGHJUV][0-9]{7}[0-9]|[NPQRSW][0-9]{7}[ABCDEFGHIJ]|[0-9]{8}[TRWAGMYFPDXBNJZSQVHLCKE])$" "oninput" => "this.value = this.value.toUpperCase()" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_inscripcion_cif" ] |
| cache_key | "_inscripcion_cif_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1171 -errors: [] -form: Symfony\Component\Form\Form {#945 …} } |
| form | Symfony\Component\Form\FormView {#1174 …5} |
| full_name | "inscripcion[cif]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_cif" |
| label | "CIF/NIF" |
| label_attr | [ "class" => "label-size ps-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cif" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_inscripcion_cif" |
| 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" ] |
[ "class" => "label-size ps-3" ] |
| 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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#873 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" ] |
| 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() {#875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#874 …} $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" "_inscripcion_email" ] |
| cache_key | "_inscripcion_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2047 -errors: [] -form: Symfony\Component\Form\Form {#948 …} } |
| form | Symfony\Component\Form\FormView {#2048 …5} |
| full_name | "inscripcion[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_email" |
| label | "EMAIL" |
| label_attr | [ "class" => "label-size ps-3" ] |
| 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 | "_inscripcion_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" "minlength" => 9 ] |
[ "placeholder" => "+34" "class" => "input-cet" "minlength" => 9 ] |
| label | "TELÉFONO" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3" ] |
[ "class" => "label-size ps-3" ] |
| 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" "minlength" => 9 ] |
| 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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#886 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" ] |
| 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() {#888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#887 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "+34" "class" => "input-cet" "minlength" => 9 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_inscripcion_telefono" ] |
| cache_key | "_inscripcion_telefono_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2049 -errors: [] -form: Symfony\Component\Form\Form {#951 …} } |
| form | Symfony\Component\Form\FormView {#2050 …5} |
| full_name | "inscripcion[telefono]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_telefono" |
| label | "TELÉFONO" |
| label_attr | [ "class" => "label-size ps-3" ] |
| 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 | "_inscripcion_telefono" |
| valid | true |
| value | "" |
telefono2
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" "minlength" => 9 ] |
[ "placeholder" => "+34" "class" => "input-cet" "minlength" => 9 ] |
| label | "TELÉFONO(2)" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3" ] |
[ "class" => "label-size ps-3" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "+34" "class" => "input-cet" "minlength" => 9 ] |
| 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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#895 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(2)" |
| label_attr | [ "class" => "label-size ps-3" ] |
| 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() {#897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#896 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "+34" "class" => "input-cet" "minlength" => 9 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_inscripcion_telefono2" ] |
| cache_key | "_inscripcion_telefono2_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2051 -errors: [] -form: Symfony\Component\Form\Form {#954 …} } |
| form | Symfony\Component\Form\FormView {#2052 …5} |
| full_name | "inscripcion[telefono2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_telefono2" |
| label | "TELÉFONO(2)" |
| label_attr | [ "class" => "label-size ps-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telefono2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_inscripcion_telefono2" |
| valid | true |
| value | "" |
direccion
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" => "Dirección" "class" => "input-cet" ] |
[ "placeholder" => "Dirección" "class" => "input-cet" ] |
| label | "DIRECCIÓN" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3" ] |
[ "class" => "label-size ps-3" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Dirección" "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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#904 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 | "DIRECCIÓN" |
| label_attr | [ "class" => "label-size ps-3" ] |
| 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() {#906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#905 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Dirección" "class" => "input-cet" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_inscripcion_direccion" ] |
| cache_key | "_inscripcion_direccion_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2053 -errors: [] -form: Symfony\Component\Form\Form {#957 …} } |
| form | Symfony\Component\Form\FormView {#2054 …5} |
| full_name | "inscripcion[direccion]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_direccion" |
| label | "DIRECCIÓN" |
| label_attr | [ "class" => "label-size ps-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "direccion" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_inscripcion_direccion" |
| valid | true |
| value | "" |
codigoPostal
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" => "00000" "class" => "input-cet" "pattern" => "[0-9]{5}" "minlength" => 5 "maxlength" => 5 ] |
[ "placeholder" => "00000" "class" => "input-cet" "pattern" => "[0-9]{5}" "minlength" => 5 "maxlength" => 5 ] |
| label | "CP" |
same as passed value |
| label_attr | [ "class" => "label-size ps-3" ] |
[ "class" => "label-size ps-3" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "00000" "class" => "input-cet" "pattern" => "[0-9]{5}" "minlength" => 5 "maxlength" => 5 ] |
| 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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#913 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 | "CP" |
| label_attr | [ "class" => "label-size ps-3" ] |
| 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() {#915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#914 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "00000" "class" => "input-cet" "pattern" => "[0-9]{5}" "minlength" => 5 "maxlength" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_inscripcion_codigoPostal" ] |
| cache_key | "_inscripcion_codigoPostal_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2055 -errors: [] -form: Symfony\Component\Form\Form {#960 …} } |
| form | Symfony\Component\Form\FormView {#2056 …5} |
| full_name | "inscripcion[codigoPostal]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_codigoPostal" |
| label | "CP" |
| label_attr | [ "class" => "label-size ps-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "codigoPostal" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_inscripcion_codigoPostal" |
| 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 | "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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#925 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 {#926 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "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() {#928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#930 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "kt-checkbox" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_inscripcion_politicaPrivacidad" ] |
| cache_key | "_inscripcion_politicaPrivacidad_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2057 -errors: [] -form: Symfony\Component\Form\Form {#963 …} } |
| form | Symfony\Component\Form\FormView {#2058 …5} |
| full_name | "inscripcion[politicaPrivacidad]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion_politicaPrivacidad" |
| label | "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 | "_inscripcion_politicaPrivacidad" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "fed8dbd817de2e30582baab24.2JzJlqyDOfe92rpldRdcEIP4KduP8X1_zPqV3iFgkSw.t-2m7MDsa6Tqtf9QQUMFQ8jLcb3Bn0g8m86l6n4p_UOq9IrwysF_tc2g6w" |
| 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 | "fed8dbd817de2e30582baab24.2JzJlqyDOfe92rpldRdcEIP4KduP8X1_zPqV3iFgkSw.t-2m7MDsa6Tqtf9QQUMFQ8jLcb3Bn0g8m86l6n4p_UOq9IrwysF_tc2g6w" |
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 {#705 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#283 …} -logger: Monolog\Logger {#187 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#717 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "fed8dbd817de2e30582baab24.2JzJlqyDOfe92rpldRdcEIP4KduP8X1_zPqV3iFgkSw.t-2m7MDsa6Tqtf9QQUMFQ8jLcb3Bn0g8m86l6n4p_UOq9IrwysF_tc2g6w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2075 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() {#2077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#144 …} $message: Closure() {#2076 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_inscripcion__token" ] |
| cache_key | "_inscripcion__token_hidden" |
| compound | false |
| data | "fed8dbd817de2e30582baab24.2JzJlqyDOfe92rpldRdcEIP4KduP8X1_zPqV3iFgkSw.t-2m7MDsa6Tqtf9QQUMFQ8jLcb3Bn0g8m86l6n4p_UOq9IrwysF_tc2g6w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2087 -errors: [] -form: Symfony\Component\Form\Form {#2083 …} } |
| form | Symfony\Component\Form\FormView {#2078 …5} |
| full_name | "inscripcion[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inscripcion__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 | "_inscripcion__token" |
| valid | true |
| value | "fed8dbd817de2e30582baab24.2JzJlqyDOfe92rpldRdcEIP4KduP8X1_zPqV3iFgkSw.t-2m7MDsa6Tqtf9QQUMFQ8jLcb3Bn0g8m86l6n4p_UOq9IrwysF_tc2g6w" |