Forms
-
inscripcion
-
nombre
-
nombreEmpresa
-
cif
-
email
-
telefono
-
telefono2
-
direccion
-
codigoPostal
-
_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 {#689 -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 {#689 -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 | "token" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | App\Entity\Inscripcion {#689 -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) {#777 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() {#775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#776 …} $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 {#689 -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 {#1116 -errors: [] -form: Symfony\Component\Form\Form {#847 …} } |
| form | Symfony\Component\Form\FormView {#1094 …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 {#689 -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-style" ] |
[ "placeholder" => "Nombre" "class" => "input-style" ] |
| 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-style" ] |
| 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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#748 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() {#750 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#749 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre" "class" => "input-style" ] |
| 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 {#1844 -errors: [] -form: Symfony\Component\Form\Form {#885 …} } |
| form | Symfony\Component\Form\FormView {#1846 …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-style" ] |
[ "placeholder" => "Nombre comercial" "class" => "input-style" ] |
| 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-style" ] |
| 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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#756 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() {#758 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#757 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre comercial" "class" => "input-style" ] |
| 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 {#1843 -errors: [] -form: Symfony\Component\Form\Form {#888 …} } |
| form | Symfony\Component\Form\FormView {#1842 …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-style" "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-style" "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-style" "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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#765 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() {#767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#766 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "B12345678" "class" => "input-style" "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 {#1841 -errors: [] -form: Symfony\Component\Form\Form {#891 …} } |
| form | Symfony\Component\Form\FormView {#1840 …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-style" ] |
[ "placeholder" => "tuemail@empresa.com" "class" => "input-style" ] |
| 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-style" ] |
| 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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#786 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() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#789 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "tuemail@empresa.com" "class" => "input-style" ] |
| 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 {#1138 -errors: [] -form: Symfony\Component\Form\Form {#849 …} } |
| form | Symfony\Component\Form\FormView {#1187 …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-style" "minlength" => 9 ] |
[ "placeholder" => "+34" "class" => "input-style" "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-style" "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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#802 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() {#807 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#801 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "+34" "class" => "input-style" "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 {#1216 -errors: [] -form: Symfony\Component\Form\Form {#852 …} } |
| form | Symfony\Component\Form\FormView {#1101 …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-style" "minlength" => 9 ] |
[ "placeholder" => "+34" "class" => "input-style" "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-style" "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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#814 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() {#816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#815 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "+34" "class" => "input-style" "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 {#1131 -errors: [] -form: Symfony\Component\Form\Form {#855 …} } |
| form | Symfony\Component\Form\FormView {#1133 …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-style" ] |
[ "placeholder" => "Dirección" "class" => "input-style" ] |
| 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-style" ] |
| 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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#830 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() {#832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#831 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Dirección" "class" => "input-style" ] |
| 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 {#1189 -errors: [] -form: Symfony\Component\Form\Form {#858 …} } |
| form | Symfony\Component\Form\FormView {#1838 …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-style" "pattern" => "[0-9]{5}" "minlength" => 5 "maxlength" => 5 ] |
[ "placeholder" => "00000" "class" => "input-style" "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-style" "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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#839 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() {#841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#840 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "00000" "class" => "input-style" "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 {#1839 -errors: [] -form: Symfony\Component\Form\Form {#861 …} } |
| form | Symfony\Component\Form\FormView {#1837 …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 | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d22462ce3a3c814d6c3ffd06696.Gjv4UHLZBPoOgr7q8UzAvs8KCynDkOPMxg9sP4A0Jwk.T23KBTiIW7I80PSSqxT3_6JuQ2O15pOGr3kCeM1NQTptT549IrR2kmjDzQ" |
| 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 | "d22462ce3a3c814d6c3ffd06696.Gjv4UHLZBPoOgr7q8UzAvs8KCynDkOPMxg9sP4A0Jwk.T23KBTiIW7I80PSSqxT3_6JuQ2O15pOGr3kCeM1NQTptT549IrR2kmjDzQ" |
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 {#544 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#246 …} -logger: Monolog\Logger {#166 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#539 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "d22462ce3a3c814d6c3ffd06696.Gjv4UHLZBPoOgr7q8UzAvs8KCynDkOPMxg9sP4A0Jwk.T23KBTiIW7I80PSSqxT3_6JuQ2O15pOGr3kCeM1NQTptT549IrR2kmjDzQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1861 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() {#1865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#105 …} $message: Closure() {#1862 …} $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 | "d22462ce3a3c814d6c3ffd06696.Gjv4UHLZBPoOgr7q8UzAvs8KCynDkOPMxg9sP4A0Jwk.T23KBTiIW7I80PSSqxT3_6JuQ2O15pOGr3kCeM1NQTptT549IrR2kmjDzQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1875 -errors: [] -form: Symfony\Component\Form\Form {#1871 …} } |
| form | Symfony\Component\Form\FormView {#1866 …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 | "d22462ce3a3c814d6c3ffd06696.Gjv4UHLZBPoOgr7q8UzAvs8KCynDkOPMxg9sP4A0Jwk.T23KBTiIW7I80PSSqxT3_6JuQ2O15pOGr3kCeM1NQTptT549IrR2kmjDzQ" |