Forms
-
register_user
-
name
-
surname
-
email
-
phone
-
password
-
first
-
second
-
-
training
-
privacyPolicy
-
sendingInformation
-
save
-
_token
-
register_user
Form type:
"App\Form\Type\RegisterUserType"
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | "App\Form\Data\UserInformationModel" |
disabled | false |
empty_data | Closure(FormInterface $form) {#968 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Form\Data\UserInformationModel" } } |
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() {#970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#969 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "register_user" "_register_user" ] |
cache_key | "_register_user_register_user" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2298 -form: Symfony\Component\Form\Form {#2404 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#971 …5} |
full_name | "register_user" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "register_user" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user" |
valid | true |
value | null |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu nombre" ] |
[ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu nombre" ] |
label | "Nombre" |
same as passed value |
label_attr | [ "class" => "fw-bolder" ] |
[ "class" => "fw-bolder" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu nombre" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2327 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" => "fw-bolder" ] |
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() {#2322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2323 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu nombre" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_register_user_name" ] |
cache_key | "_register_user_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2494 -form: Symfony\Component\Form\Form {#2463 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2501 …5} |
full_name | "register_user[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_name" |
label | "Nombre" |
label_attr | [ "class" => "fw-bolder" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_name" |
valid | true |
value | "" |
surname
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 | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tus apellidos" ] |
[ "class" => "form-control" "required" => "" "placeholder" => "Escribe tus apellidos" ] |
label | "Apellidos" |
same as passed value |
label_attr | [ "class" => "fw-bolder" ] |
[ "class" => "fw-bolder" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tus apellidos" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2313 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 | "Apellidos" |
label_attr | [ "class" => "fw-bolder" ] |
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() {#2311 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2312 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tus apellidos" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_register_user_surname" ] |
cache_key | "_register_user_surname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2439 -form: Symfony\Component\Form\Form {#2460 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2442 …5} |
full_name | "register_user[surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_surname" |
label | "Apellidos" |
label_attr | [ "class" => "fw-bolder" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_surname" |
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 | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu correo electrónico" ] |
[ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu correo electrónico" ] |
label | "Correo electrónico" |
same as passed value |
label_attr | [ "class" => "fw-bolder" ] |
[ "class" => "fw-bolder" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu correo electrónico" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2303 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 | "Correo electrónico" |
label_attr | [ "class" => "fw-bolder" ] |
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() {#2187 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2304 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu correo electrónico" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_register_user_email" ] |
cache_key | "_register_user_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2434 -form: Symfony\Component\Form\Form {#2457 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2433 …5} |
full_name | "register_user[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_email" |
label | "Correo electrónico" |
label_attr | [ "class" => "fw-bolder" ] |
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 | "_register_user_email" |
valid | true |
value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu teléfono" ] |
[ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu teléfono" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#945 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#974 +payload: null +groups: ? +message: "user.phone.format" +pattern: "/^[+]?[0-9]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#945 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#974 +payload: null +groups: ? +message: "user.phone.format" +pattern: "/^[+]?[0-9]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
label | "Teléfono" |
same as passed value |
label_attr | [ "class" => "fw-bolder" ] |
[ "class" => "fw-bolder" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu teléfono" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#945 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#974 +payload: null +groups: ? +message: "user.phone.format" +pattern: "/^[+]?[0-9]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2295 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Teléfono" |
label_attr | [ "class" => "fw-bolder" ] |
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() {#2297 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2278 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu teléfono" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_register_user_phone" ] |
cache_key | "_register_user_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2403 -form: Symfony\Component\Form\Form {#2466 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2384 …5} |
full_name | "register_user[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_phone" |
label | "Teléfono" |
label_attr | [ "class" => "fw-bolder" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_phone" |
valid | true |
value | "" |
password
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#960 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#975 +payload: null +groups: ? +message: "user.password.characters" +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[A-Za-z\d]{8,50}/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#960 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#975 +payload: null +groups: ? +message: "user.password.characters" +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[A-Za-z\d]{8,50}/" +htmlPattern: null +match: true +normalizer: null } ] |
first_options | [ "label" => "Contraseña" "label_attr" => [ "class" => "fw-bolder" ] "attr" => [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu contraseña" ] ] |
[ "label" => "Contraseña" "label_attr" => [ "class" => "fw-bolder" ] "attr" => [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu contraseña" ] ] |
invalid_message | "Las contraseñas son diferentes." |
same as passed value |
label | false |
false
|
required | true |
same as passed value |
second_options | [ "label" => "Repita su contraseña" "label_attr" => [ "class" => "fw-bolder" ] "attr" => [ "class" => "form-control" "required" => "" "placeholder" => "Confirma tu contraseña" ] ] |
[ "label" => "Repita su contraseña" "label_attr" => [ "class" => "fw-bolder" ] "attr" => [ "class" => "form-control" "required" => "" "placeholder" => "Confirma tu contraseña" ] ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#960 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#975 +payload: null +groups: ? +message: "user.password.characters" +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[A-Za-z\d]{8,50}/" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2339 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Contraseña" "label_attr" => [ "class" => "fw-bolder" ] "attr" => [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu contraseña" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Las contraseñas son diferentes." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
options | [] |
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 | [] |
second_name | "second" |
second_options | [ "label" => "Repita su contraseña" "label_attr" => [ "class" => "fw-bolder" ] "attr" => [ "class" => "form-control" "required" => "" "placeholder" => "Confirma tu contraseña" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#2330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2333 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_register_user_password" ] |
cache_key | "_register_user_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2366 -form: Symfony\Component\Form\Form {#2414 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2361 …5} |
full_name | "register_user[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_password" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_password" |
valid | true |
value | [ "first" => null "second" => null ] |
first
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 | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu contraseña" ] |
[ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu contraseña" ] |
error_bubbling | false |
false
|
label | "Contraseña" |
same as passed value |
label_attr | [ "class" => "fw-bolder" ] |
[ "class" => "fw-bolder" ] |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu contraseña" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2471 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 |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Contraseña" |
label_attr | [ "class" => "fw-bolder" ] |
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 | false |
upload_max_size_message | Closure() {#2427 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2428 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Escribe tu contraseña" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_register_user_password_first" ] |
cache_key | "_register_user_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2326 -form: Symfony\Component\Form\Form {#2411 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2426 …5} |
full_name | "register_user[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_password_first" |
label | "Contraseña" |
label_attr | [ "class" => "fw-bolder" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_password_first" |
valid | true |
value | "" |
second
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 | [ "class" => "form-control" "required" => "" "placeholder" => "Confirma tu contraseña" ] |
[ "class" => "form-control" "required" => "" "placeholder" => "Confirma tu contraseña" ] |
error_bubbling | false |
false
|
label | "Repita su contraseña" |
same as passed value |
label_attr | [ "class" => "fw-bolder" ] |
[ "class" => "fw-bolder" ] |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Confirma tu contraseña" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2421 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 |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Repita su contraseña" |
label_attr | [ "class" => "fw-bolder" ] |
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 | false |
upload_max_size_message | Closure() {#2419 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2420 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => "" "placeholder" => "Confirma tu contraseña" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_register_user_password_second" ] |
cache_key | "_register_user_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2441 -form: Symfony\Component\Form\Form {#2408 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2310 …5} |
full_name | "register_user[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_password_second" |
label | "Repita su contraseña" |
label_attr | [ "class" => "fw-bolder" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_password_second" |
valid | true |
value | "" |
training
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 | [ "class" => "form-control" "required" => "" ] |
[ "class" => "form-control" "required" => "" ] |
choices | [ "Seleccione un curso" => "" "Preparación de la Oposición a la Carrera Diplomática" => "Preparación de la Oposición a la Carrera Diplomática" "Máster Universitario en Diplomacia y Organizaciones Internacionales" => "Máster Universitario en Diplomacia y Organizaciones Internacionales" "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" => "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" "Otras formaciones" => "Otras formaciones" ] |
[ "Seleccione un curso" => "" "Preparación de la Oposición a la Carrera Diplomática" => "Preparación de la Oposición a la Carrera Diplomática" "Máster Universitario en Diplomacia y Organizaciones Internacionales" => "Máster Universitario en Diplomacia y Organizaciones Internacionales" "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" => "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" "Otras formaciones" => "Otras formaciones" ] |
label | "¿En qué curso está interesado?" |
same as passed value |
label_attr | [ "class" => "fw-bolder" ] |
[ "class" => "fw-bolder" ] |
label_html | true |
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" => "form-control" "required" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Seleccione un curso" => "" "Preparación de la Oposición a la Carrera Diplomática" => "Preparación de la Oposición a la Carrera Diplomática" "Máster Universitario en Diplomacia y Organizaciones Internacionales" => "Máster Universitario en Diplomacia y Organizaciones Internacionales" "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" => "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" "Otras formaciones" => "Otras formaciones" ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "¿En qué curso está interesado?" |
label_attr | [ "class" => "fw-bolder" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2358 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_register_user_training" ] |
cache_key | "_register_user_training_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +label: "Seleccione un curso" +value: "" +data: "" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +label: "Preparación de la Oposición a la Carrera Diplomática" +value: "Preparación de la Oposición a la Carrera Diplomática" +data: "Preparación de la Oposición a la Carrera Diplomática" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +label: "Máster Universitario en Diplomacia y Organizaciones Internacionales" +value: "Máster Universitario en Diplomacia y Organizaciones Internacionales" +data: "Máster Universitario en Diplomacia y Organizaciones Internacionales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" +value: "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" +data: "Máster de formación permanente en sostenibilidad. Medio ambiente, sociedad y economía" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "Otras formaciones" +value: "Otras formaciones" +data: "Otras formaciones" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2337 -form: Symfony\Component\Form\Form {#2440 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2418 …5} |
full_name | "register_user[training]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_training" |
is_selected | Closure($choice, $value) {#2499 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "¿En qué curso está interesado?" |
label_attr | [ "class" => "fw-bolder" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "training" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | true |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_training" |
valid | true |
value | "" |
privacyPolicy
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "He leído y acepto la normativa de protección de datos personales. <a href="/politica-privacidad" target="_blank">Consulte la normativa.</a></br>Consiento la cesión de mis datos a entidades creadas o participadas por CEIBCN o a otros que ofrecen servicios con fines de formación, convocatorias de becas o ayudas, investigación o inserción laboral." |
same as passed value |
label_attr | [ "class" => "ms-1 fs-12px" ] |
[ "class" => "ms-1 fs-12px" ] |
label_html | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2370 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 {#2369 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "He leído y acepto la normativa de protección de datos personales. <a href="/politica-privacidad" target="_blank">Consulte la normativa.</a></br>Consiento la cesión de mis datos a entidades creadas o participadas por CEIBCN o a otros que ofrecen servicios con fines de formación, convocatorias de becas o ayudas, investigación o inserción laboral." |
label_attr | [ "class" => "ms-1 fs-12px" ] |
label_format | null |
label_html | true |
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() {#2376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2378 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_register_user_privacyPolicy" ] |
cache_key | "_register_user_privacyPolicy_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2272 -form: Symfony\Component\Form\Form {#2454 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2498 …5} |
full_name | "register_user[privacyPolicy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_privacyPolicy" |
label | "He leído y acepto la normativa de protección de datos personales. <a href="/politica-privacidad" target="_blank">Consulte la normativa.</a></br>Consiento la cesión de mis datos a entidades creadas o participadas por CEIBCN o a otros que ofrecen servicios con fines de formación, convocatorias de becas o ayudas, investigación o inserción laboral." |
label_attr | [ "class" => "ms-1 fs-12px" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacyPolicy" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_privacyPolicy" |
valid | true |
value | "1" |
sendingInformation
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Consiento el envío de información por parte de CEIBCN sobre actividades de formación o investigación y convocatorias de becas o ayudas." |
same as passed value |
label_attr | [ "class" => "ms-1 fs-12px" ] |
[ "class" => "ms-1 fs-12px" ] |
label_html | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2370 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 {#2369 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Consiento el envío de información por parte de CEIBCN sobre actividades de formación o investigación y convocatorias de becas o ayudas." |
label_attr | [ "class" => "ms-1 fs-12px" ] |
label_format | null |
label_html | true |
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() {#2385 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2386 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_register_user_sendingInformation" ] |
cache_key | "_register_user_sendingInformation_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2500 -form: Symfony\Component\Form\Form {#2450 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2502 …5} |
full_name | "register_user[sendingInformation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user_sendingInformation" |
label | "Consiento el envío de información por parte de CEIBCN sobre actividades de formación o investigación y convocatorias de becas o ayudas." |
label_attr | [ "class" => "ms-1 fs-12px" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "sendingInformation" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_user_sendingInformation" |
valid | true |
value | "1" |
save
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 |
---|---|---|
label | "Registrarse" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Registrarse" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_register_user_save" ] |
cache_key | "_register_user_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2504 …5} |
full_name | "register_user[save]" |
id | "register_user_save" |
label | "Registrarse" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_register_user_save" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ba094d4539c723da2575e6.9RwBxAYqscE0T8iGIsFUMrwK5Jhi6mGzI9IJKnMtw0w.n2Zep3Zu_qhef7LOG6U1Ytpcqfo1nlLjEuVBQAJ5hgS2TjS0YmXnpAIurw" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "ba094d4539c723da2575e6.9RwBxAYqscE0T8iGIsFUMrwK5Jhi6mGzI9IJKnMtw0w.n2Zep3Zu_qhef7LOG6U1Ytpcqfo1nlLjEuVBQAJ5hgS2TjS0YmXnpAIurw" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#185 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#143 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#142 …} -namespace: Closure() {#140 …} } |
data | "ba094d4539c723da2575e6.9RwBxAYqscE0T8iGIsFUMrwK5Jhi6mGzI9IJKnMtw0w.n2Zep3Zu_qhef7LOG6U1Ytpcqfo1nlLjEuVBQAJ5hgS2TjS0YmXnpAIurw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2523 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() {#2512 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#567 …} $message: Closure() {#2511 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_register_user__token" ] |
cache_key | "_register_user__token_hidden" |
compound | false |
data | "ba094d4539c723da2575e6.9RwBxAYqscE0T8iGIsFUMrwK5Jhi6mGzI9IJKnMtw0w.n2Zep3Zu_qhef7LOG6U1Ytpcqfo1nlLjEuVBQAJ5hgS2TjS0YmXnpAIurw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2532 -form: Symfony\Component\Form\Form {#2505 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2515 …5} |
full_name | "register_user[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_user__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 | "_register_user__token" |
valid | true |
value | "ba094d4539c723da2575e6.9RwBxAYqscE0T8iGIsFUMrwK5Jhi6mGzI9IJKnMtw0w.n2Zep3Zu_qhef7LOG6U1Ytpcqfo1nlLjEuVBQAJ5hgS2TjS0YmXnpAIurw" |