Forms
-
usuarios
-
nombre
-
email
-
plainPassword
-
first
-
second
-
-
agreeTerms
-
captcha
-
_token
-
usuarios
Form type:
"App\Form\UsuariosType"
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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#753 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 | "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() {#755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#754 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "usuarios" "_usuarios" ] |
| cache_key | "_usuarios_usuarios" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#883 -form: Symfony\Component\Form\Form {#761 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#756 …5} |
| full_name | "usuarios" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "usuarios" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios" |
| valid | true |
| value | 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 | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| auto_initialize | false |
same as passed value |
| label | "Nombre" |
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" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#772 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#774 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#773 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_usuarios_nombre" ] |
| cache_key | "_usuarios_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#895 -form: Symfony\Component\Form\Form {#780 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#894 …5} |
| full_name | "usuarios[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_nombre" |
| label | "Nombre" |
| label_attr | [] |
| 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 | "_usuarios_nombre" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| auto_initialize | false |
same as passed value |
| label | "Email" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#787 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#788 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_usuarios_email" ] |
| cache_key | "_usuarios_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#896 -form: Symfony\Component\Form\Form {#795 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#906 …5} |
| full_name | "usuarios[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_email" |
| valid | true |
| value | "" |
plainPassword
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 |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| auto_initialize | false |
same as passed value |
| first_options | [ "label" => "Cotraseña" "attr" => [ "class" => "form-control" ] ] |
[ "label" => "Cotraseña" "attr" => [ "class" => "form-control" ] ] |
| invalid_message | "Las contraseñas deben coincidir." |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => "Repite contraseña" "attr" => [ "class" => "form-control" ] ] |
[ "label" => "Repite contraseña" "attr" => [ "class" => "form-control" ] ] |
| 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 | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#803 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" => "Cotraseña" "attr" => [ "class" => "form-control" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Las contraseñas deben coincidir." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| 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" => "Repite contraseña" "attr" => [ "class" => "form-control" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#806 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#805 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_usuarios_plainPassword" ] |
| cache_key | "_usuarios_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#913 -form: Symfony\Component\Form\Form {#834 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#915 …5} |
| full_name | "usuarios[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_plainPassword" |
| 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" ] |
[ "class" => "form-control" ] |
| error_bubbling | false |
same as passed value |
| label | "Cotraseña" |
same as passed value |
| 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" ] |
| 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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#819 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 | "Cotraseña" |
| 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 | false |
| upload_max_size_message | Closure() {#821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#820 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_usuarios_plainPassword_first" ] |
| cache_key | "_usuarios_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#919 -form: Symfony\Component\Form\Form {#837 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#918 …5} |
| full_name | "usuarios[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_plainPassword_first" |
| label | "Cotraseña" |
| label_attr | [] |
| 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 | "_usuarios_plainPassword_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" ] |
[ "class" => "form-control" ] |
| error_bubbling | false |
same as passed value |
| label | "Repite contraseña" |
same as passed value |
| 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" ] |
| 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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#827 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 | "Repite contraseña" |
| 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 | false |
| upload_max_size_message | Closure() {#829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#828 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_usuarios_plainPassword_second" ] |
| cache_key | "_usuarios_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#920 -form: Symfony\Component\Form\Form {#840 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#921 …5} |
| full_name | "usuarios[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_plainPassword_second" |
| label | "Repite contraseña" |
| label_attr | [] |
| 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 | "_usuarios_plainPassword_second" |
| valid | true |
| value | "" |
agreeTerms
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 |
|---|---|---|
| attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
| auto_initialize | false |
same as passed value |
| label | "Acepto los <a href="/terminos-y-condiciones">Términos y Condiciones</a>" |
same as passed value |
| label_html | true |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#844 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 {#845 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Acepto los <a href="/terminos-y-condiciones">Términos y Condiciones</a>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#849 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_usuarios_agreeTerms" ] |
| cache_key | "_usuarios_agreeTerms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#916 -form: Symfony\Component\Form\Form {#855 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#917 …5} |
| full_name | "usuarios[agreeTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_agreeTerms" |
| label | "Acepto los <a href="/terminos-y-condiciones">Términos y Condiciones</a>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreeTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_agreeTerms" |
| valid | true |
| value | "1" |
captcha
Form type:
"Gregwar\CaptchaBundle\Type\CaptchaType"
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 |
|---|---|---|
| auto_initialize | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#846 +payload: null +groups: ? +message: "Por favor, completa el CAPTCHA" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#846 +payload: null +groups: ? +message: "Por favor, completa el CAPTCHA" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| as_file | false |
| as_url | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| background_color | [ 255 255 255 ] |
| background_images | [] |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| bypass_code | null |
| charset | "abcdefghijklmnpqrstuvwxyz123456789" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#846 +payload: null +groups: ? +message: "Por favor, completa el CAPTCHA" +allowNull: false +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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| distortion | false |
| empty_data | Closure(FormInterface $form) {#880 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| expiration | 60 |
| extra_fields_message | "This form should not contain extra fields." |
| font | "/var/www/html/vendor/gregwar/captcha-bundle/Gregwar/Captcha/Resources/fonts/arial.ttf" |
| form_attr | false |
| gc_freq | 100 |
| getter | null |
| height | 70 |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| humanity | 0 |
| ignore_all_effects | false |
| image_folder | "captcha" |
| inherit_data | false |
| interpolation | true |
| invalid_message | "Bad code value" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| keep_value | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| length | 6 |
| mapped | false |
| max_behind_lines | 10 |
| max_front_lines | 10 |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| quality | 90 |
| reload | false |
| required | true |
| row_attr | [] |
| session_key | "captcha" |
| setter | null |
| text_color | [ 0 0 0 ] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#881 …} $translationDomain: "validators" } } |
| validation_groups | null |
| web_path | "/var/www/html/public" |
| whitelist_key | "captcha_whitelist_key" |
| width | 200 |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "_usuarios_captcha" ] |
| cache_key | "_usuarios_captcha_captcha" |
| captcha_code | "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gOTAK/9sAQwADAgIDAgIDAwMDBAMDBAUIBQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUU/9sAQwEDBAQFBAUJBQUJFA0LDRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgARgDIAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A+0/il+1l/wAKH8d6nbfEfwD4g0H4bJ5X2D4jacn9p6c2YkMv22KBTNZ/vpI4I9yv5rMSNqqTXqvwz+KvhD4yeFYPEngnxHp/ibRZto+06fMH8pyiSeVKv3opQsiFo3Cuu4blBrq6+f8A4mfsNfCj4i+Kp/F9npuoeAfH0m4p4v8AA+oSaTqMbu7tNL+7/dPLKJJUeSSNnZZCC3CkAH0BRXyr/YH7UXwH/c+HdS8P/tA+DLPmCw8RznSPFLRn91FbC8ANrN5SiOV7iZRJKTMMAlK6DwV+3l8Ltf1WXRvF8msfBrxCsJu49H+KFj/YU09qGVBPG8jGJlZy6hfM3kxSHbhSaAPoqiiigAorhtR8JeNLnULqa18e/Y7WSVnitv7GgfykJJVNxOWwMDJ64qv/AMIX48/6KN/5Q4P8aw9pL+R/h/mI9Borz7/hC/Hn/RRv/KHB/jR/whfjz/oo3/lDg/xo9pL+R/h/mB6DRXnkngfxzNG0cnxGYxuCrBNGhRsHrhlYFT7g5FZGrfCPxRNp7wweNry8aTKPHdvKsZQggggO2fp0IJrOdaqvhpt/Nf5nBisRWoWdKi5rya0+W/3JnrVQXt9babbPcXdxFa26Y3SzOERcnAyTwOSBXgP/AApAwf8AH/r8ml9911pX7sDsTKs7IuTxgsDnHHIzHZfALxfa3KSyyeHbxFzmGaa5CNxjnYqn34I6VzfWcT/z5/H/AIBw08bja11CjG/+Pb1XLc9u/wCE38O/9B/S/wDwMj/+KqlqXxO8K6V5fna3av5mcfZiZ8Yx18sNjr36/hXmP/CmvEn/AEB/B3/gVqP/AMXXjv7ZHw0+Iug/ssfEa98M2eg6bqNnZRag97ol5dRX9vBbzxzXDwyyuNmIUlLBSC65UBiQCKri5O3Kl9//AADW+ZvS1NfOT/Cy/M+o/wDhcvg7/oMf+Ss3/wARWfqPx58L2UypCby/UruMlvBhQcnj5ypz+GOeteI/soXHiL4n/s2fDfxFptt4J12GfRLe3m1DU7S5a6muYF8i4MzOuXkE0UgZ+QxBYEggn2jTtK+JGkQtDY2fgeyhZt5jt4rmNS2AM4AHOAPyo58U9HZekX/mHJmUtHUhHzUW/wA5HW+DfGVl430yW+sYp4oY5jAVuFVW3BVPYnjDCt6vKfFPizxz4G0K61vxJrPw/wDD+i2u37RqOqXU9tbw7mCLvkchVyzKoyeSwHU1866t/wAFF7ebVb3RvAq23xf8Q2Uzx3Wj/D/w/qeozRRIxR7kOwSJ4A+xfMjkYEyoVyDkdUKslFKSbfoepSU4wSqO76u1vwPuCivn/wCFvxE/aG8e+O9M/wCEq+Efh/4V+DLTzf7V/tHxKmsajf7on8n7F9lURxbJVXzPO+8sg2cqa92m1O0tw2+4jBU4KhskH6DmtqlWFJc1SSS83Y1LVFZ8GuWtzdpbxFpGcEhguAOCe/PatCoo16WITlRkpJO2ncSdwooorcZ5/wDHv416H+zt8J9d+IXiS11C90XR/I+0QaXGklw3mzxwLsV3RThpVJyw4B6ng/MHgr/gsL+z/wCKtVltNTfxR4Ot0hMq32t6SJIZGDKBGBaSTvuIYnJQLhTlgcA/b9c/41+HvhX4laVFpni/wzo/irTYphcx2et2EV5CkoVlEgSRWAYK7jdjOGI7mgD5ivv+CrP7OFpqAii8azXtoYt32iDRr8MHz93Y8C8Y5znvjFdR/wANT/sq/tE+Fdmt+Nvh/wCINFtb3K2HjUQ222dU4lS3v1RjhZSokVcfM6hshgPQP+GTvgh/0Rv4f/8AhL2P/wAarhPiB/wTq/Z2+I96l5qHwx0vTLpIVt1bw+8ulxhQxbJhtnSJmO4guyFiMDOFXEJON3e/3f195mk43d2/LT8NvxPEP+EO+Enw25+Bf7Zen/Ce0H7mLw/e+KdP8Q6FaQN88q29ndzExyvMBIZTIxBeUAAPgekaZ+1r8TvhhpNjqnxi+F9rqXgiWKOVvib8LtQ/tfSJI5QJkujZn/SYrSOAuZJyXBaL5FYSpXhn7Vn/AATg+D3wj+A/jzxhoHh6OO50rS57i3kn1K9LwyYxEQDMyuQWH3gBx05xXyf+zh/wTrf41fC7RPH2ueL73w3ouqmYQR2uifaixjmeLHmNPGvPlseAenSsHiIwi5VU4rbX/gXOSWMhTi5104JO2v8AwG9D9kPhF+0n8L/jxZxT+A/HGj+IZZI3l+wQz+XfRorlC0lrJtmjG4cF0AIIIyCCfSq/M/wT/wAEjPhku280T4xeJ7fxVbEy6VqFksNo9reIN8U4jI8xgjBX+R0J2nDqeRH8UP2AP2rPD2lC78C/tQeKPGdxFDPLPY6lrmo6VM7KoMccB+0TI7OdwzI8SqduWwSV3jOM1zQd0ddOpCrHmpyTXlqfppRX4V+Mfjn8dv2WSRc/GX4paf8AEk+XZXnhnx5o4nsWhbzPPuLK4uLq6hnjjmgWNZxHGXWTch271r1X9jC5/bT+Pvw61nxL4A+Nun2ukwas9hMvjKQ3twZ1iikPlmWzuNqbZk4DKM5+XubND9f6K/P6TXf+ChPwmQ6ZJonw++MCS/6UdfaWG2Fvu+T7Nt82x+7s358pv9b9842ry3jX9rv9tn4badFqHiz4Z/Cfw1p8sogju9V1u1toXkIZggd9XCliEY7c5wpPasZ1qVN2nJL1Yrn6VVk/8I1Zwc2PmaU46fYm2JnuTHzGxI4yyk9PQY/MBf8AgtzqegqNM1r4PWF/rNkPs17d6V4sX7JNOnyyPDtt5V8tmBK4lkG0jDv948n48/4LWeMvE/2Sx8LeC9N8BWk4eC/1W4kOuXlur4AntYj9mi8yMb2CS70dtoO0A5t2avuZ1KVOrbnV7bd16Pp8j9a/+JxY/wDPvqkQ+sEwUfmrsf8AtmMjsDx80ftrftUfC3wZ8EPij4K17xfY6Z4z1Hw9f6TD4e3G4vVubixkMCyRw7/LVw6EOxCAOuWGRX57SftjfDL4nkj45/EH40/E+yI8mXQbDT7DQtEu4VO+Jbiytb1fMkSUmQS+YCSkQIITn3n9m79tb9i34cXgsfD/AIT1b4ZmCzlX+3dU0NZprlGmVzbtcQSXN0+SQwDnYBEBuG1FrhlXrbUabfq0l/8AJfgZRpyg/ck7dnr+O9/Vv02ta/YT/aV+Ivhf9k/wN4X+HvwG17x+2jm+GoavqGr2uh2Enm31xJF9jlm3G6xmRZNoXy2QA53ivcpPAX7TPxMcjxj8a9E8AWUv+hXOh/DLw/5ou7Y/fljv70/aLa5YO6BkUiPy43UFsiviT9gf9tT4U/svfs6axp3i661658U3niqa4j0vQLJZ5RZvaW6iZjcFbcL5kLqcN5udvG0k1S/aR/4KkfED4y+ILDwt8I9Sl8AeG53jgF9P5GmXlxK5AzLO0zx2sasfvCVRjLOwHCxUhjpzahOMY9+W7/F2/AtSm58rjp30t+d/w+Z99+Fv2BPhPYa7a+I9d8J6h8SfF8O77T4i+IeqT6tcX2VMaefFIy28myMqi5i+URxn7yhq+itJ8O3OlaVZaXYraaPpNpClvbWNhCsUdrEigJFGigBVUAKADgAYFfjF8OfG/wC2f8FoNP8AiLaatrvjrwrLdiHypPEUPiOy1M+aY3SNYp5mcb1KGSHlTgFgcZ/Qbw94u/bM8f6HZeJdH0b4M+HdJ1aJb200fxENbGpWMT/MkFzhEBmQEK5VVBYEgAEVmsA6n8avOXfXlX3Rt+Y4ShUvyyvbsz6i/wCEaSb5rm6mnk6Bs4wPTnPvVmHQbGEqRAHZRjLknP1HSvmX/hVX7Wvjn/T9b+Ofg/4ZXcf7hdI8FeEV1azmQfMJ3mv2EqyksVKL8gWNCOWavpTwnp2qaP4V0aw1vV/+Eg1q1soYL7V/sy2326dUCyT+SmVj3sC2xeF3YHArWnlmDpvmVJX7vV/e7mnKjTigjgUrFGsak5wgAGafRRXoqKirRVkUFFFFUAUVHNcxW+PNlSPPTewGaozeIbGENiUyMpxtRSc/Q9P1rlq4vD0P4tRR9WhXSNKisb/hIXm+a2sZp4+hbpg+nAPtR5+sXPCQRWyNyHY5Kjrzyfp0rh/tShL+CpT/AMMW/wAbJfiLmR8+f8FKrq4t/wBij4kx2cMtxd3UVlaxwwoWd999bqwAHJ+Usfwr4B8DfDb9rHxZ+zTo9za+LI/gj8J/COkTXEb3F9dadcXUMfmTz3LrbRyXEmfnYKQAQBtU5y36jfGn4s+HfgJ4Fn8YfEDxSuh6RFNHbI0aM7zyufljjjXDSPgM2FBIVGY/KpI8L0v/AIKB/CjxVbRz/D/wp8Sfi06D/iYW3g/wvPcvpWT+6+0F/KA8zbJs2M+fLfOMDLWJxlT+HQsu8pJfguZhd9j83vgL+3DrvwV8f/2T428R3HxU8BEiKa9sXma6jHXzbV7pInYg8FJlAIyBtOGH2X8QP+CkY+DOkJcR/D74raT9pDJp1t408PR2NrM6DMcQkadzt5AYxqCBggdMfPH/AAUu+K/xH+JB8D+C/F3w58P/AA/1MXbTWnhu01pda1wuw2CWSaECJIJvNVEjIMhe3cn5StRftP8A7FP7UPiH4oxXOr2GqfGjStMs7eC01G4mhtrVh9njDxxWkVwrQqjDYSu0yNGZDnea2+qxm1NxUZdeVv8APT8UcEsBh5S9oo8su8bp/ha/zPONZ+NGpeGtY+JfjL4yeANB+IXj3xfBLpUUuoeJLGZ/DzPG21RpiiaSJ4WVR+8CGMxhDscnMP7FfhP9qHxBe2p+B2rar4e0VL0efPcaotvpLSyhopLh7adil0UjT5/KildBHGdu7ZnqvE/iD9oP4NfCDxPpF5+zr4d8FeH7vQX0HU/Etl4PaC7SxcKjCW9R8uSVQlpS25gC2TzXqf8AwTN+I3jLWbnwR8LL74bPB4Fvf7QuB41S1uo3O1ZpuJDmB/3qiLOM446gVvOM1F8qUm+jva34/wCR0VXWjC9JJvs9NPx1/A4X4y/tMftX/Fzx14y8EeEbx9WXw6y2erN8JNMu5IjKk5zIlwyG6UlxsJRlVljbAK7mb59/Z9i8B/G/45Q23x78XeLvJ13y7OLXrO7SW4F2SkcLXU9wsh8oIuzhSRlDlVU19oaz8FP2mP8Agn/8VPG3iH4Q6I3jz4f+Ibk3Lx29t9tlEYd2RZYFxIskYdx5iAqQcnGdohuP23PgJ+1J4j03Q/2k/gwmieIbaVbZdZimlhaADfsiklRop0j3yOdjMYwXLHBGailRo4b+HT5fNL+mU58nxRdu+/8AwfwO/wDj5+xd+zH8Dk8KX/xk+Mnj/UtP0uKO30rw/rmtreNLaREf6NDFDbebHBgBD5RQKDwynBHieufEH9gJZhZeFvgh4y8X6pKdtvb2d9qESyt2GWvd/wCSH6V5f8Soj8O/26PJ8UXa/E7RtI8uTTx8XdWklGp2vk+akEl1t2K7O0kaPKPISQjzPkVq+0LH/gqP8J/hh4W8QaRJ8OY/A3juw02SWDTPDsun6lo9zcHb9nhiv7J9j5R0diUVU2SJkuoDdcZKSUou6ZpCcakVKLumeL/8EwfgN4T+OvwP+OOm6v4W0PU9XbbaaRqeqabBcXOnyy20wVo5XQshVgjcYGV6V7V/wSsg8KfGn9nPxT4I8c+DfDet3HhzxQ1zNp1/odo0QeSBUjmeLy9vmjZPHvI3bVxnHFYf/BECZH+H/wAU03AyjVLNmGecGKTB/Q1qfssxj4Cf8FOfjl8PJCLXSPFdq+uWa/dRn3LdIF9lS4ul9thqiz5Bn+JnhD4DfFf9pHSrH4YeDPGfie78fLpfhjRfEGgRXtpY2sd5qAmWGHA2DH2aMIhX7yf3AK4v4Fax8C/DvwR1vUfHvw9k+JnxO1HXTZaDoltqd3ZBIfJjJkkFvIvyb5CAApZiNq4AJX6N/ZM8O+Av2kP+CpfjvxZo9kI/DOky33inT4C7Spd3STww/aSXJIDzTvcgdFO1QAowLP8AwTL+G3h74d/t2/E7wr4jtoB4m8PQ31toi3SjgpchJJIs/wAZhwQRzsZz0zQBR+HH7dXxl/ZN8I6HoHiX9nmLwt8JYpJI7ewm0zVLRlSaV5ZFS6vJZQ7FpHba4Oc4G0Yx+oXwf8d+GvjP8ONE8b+AdTlg0PVYfNihCLsRwSrRSRHIRlcMrCMrk5O48NVj4/6X4c1n4IePLTxctu3ht9FuzfG5A2JGsTNv56MpAYHqCARyBXxx/wAEVrrUZv2bPFcNxvbTofFEwtC/QE2tuZFX2ztP1Y+9JpMxnRhUd5LXvs/k1qj7w+16tZcT2UeoIOBJZOEdj7xyEBQOn+sY9OOeJrXX7C7nW3Wfyrl87be4RoZWAGchHAYjg8gY4Poa0KhurSC+gaC5hjuIXxujlQMpwcjIPHUVNmtmZezqw+Cd12f5Jqz+b5n+s1FZP9htZ/Npl3JZn/njKTNBjsNhOVAGcBCo6ZyABR/aGo2XF3p/2iMf8t7B9/A6s0bYYeoVPMPUc8ZOa26D27h/Fi15rVfhr96RrUUyGUTxJIoYK6hgHUq2D6g8g+x5oqzqTTV0UD4fs3mllkVpWkYsQzYAJPbGKtQ2FtblTHBGjKMBgoz+fWrFFcdPB4ak+aFNJ97K/wB4WR5/8a/EXxD8PeFbX/hWXhHT/FviS+vUsf8AibamLKz0yN0k/wBOn4LzRROI90MWJGVjtORXiv8Awo79o74u/J8TvjTp/gDRW/cXGg/CGxe3luEX54511O6zcQSmQhXRFKNHEF6yOR9VUV2DPm7wx/wT4+C+k3F7qXiTQr34m+J9QtXs7/xL491CXVr+6RiArMXIjSRESONJI40dUQANyxPyT4l/4JLfE34e+KNRufgd8ZJfDeiXz5NteX13YXEadkeW2DCbGepVfp3r9R6KAPg79k7/AIJeWHwc+IUHxG+JPik/EDxpbS/abRNjm2t5+07PIS80g6qWChTzgkAj7xoooA8H/bo+HXir4tfsq+O/CPgnTP7Y8TapFaxWtl9oig8wC7heT55WVBiNXPJGcY6mrH7H/wALNY+GH7KfgbwR4jtZdG1uy0ySC9ghnUyW8kkkjttkjYjcN+Qyk8969wooA/L34X/tffED9gzxt4p+Hv7Rtr4v8YaJPftcaJ4wLtetLHgKNjTOA8TKqttV90bFwVJJxwn7Xvx00b/gpHqng3wB8Ffh5qureILXUBcXXijUbFIPssBRkMbOpYpDlw7M5UZjUAMTX673dnb39u8F1BHcwPw0UyBlb6g8Uyw0200q3EFlaw2cAORFBGEXP0AxQB4v45/Yz+FXxZ8FaBoXjvwrZ+IbrSLBLOLVl32t2SEVWfzYmVjkruwxIz2PNcD4U/4JzfCr4XX1xe+D/C2jzzXETW7r4jgOo/unXbIMz+YvzDIOEXKsQTyc/V9FYToxmrar0bX5HLVw0KseXVeja/I+Dz+xZpfww1PUNa8E6j43+DWrXMzXz3Pg3Vd+lyTBi1sLuyk3xTxRyM2IDJGpSRlPDCvkz9sbwb+0MPid4b8eRvp3jTXf7GufC8eseBdIvFvprZo5IfOv7faUiuJo7uT/AFBaNWBCkBUJ/aOue1rwDoWvb2uNPjjnbcfPg/dvubqxxwxzz8wP6muf2eIp/BPmXaW/3r/I4/Y4yj/DqKa7SVn/AOBL9UfkR/wTnl8O/BX9uTwt4Y0K/vPEF74o8HzaXr1tqFjNps/hzVkT7Vd2bxypmZo3sNmRtH7/AKkxnd9X/tt/8E99Z+MHxAtPi18I/EK+EfibaiMz7p3tkvGjXbHKkyAtFMFATONrALkrglvXfi9+xX4L+LdtJHrWkaXrxaGO0SbVLfbdwQLJ5oSK7jAljHmFjhCoIkcHIZg3P/BT4beMf2avFV1DceJvEmo/Cs2TpZ+E9S2agmkSl41h+zXrkyJbxxRLClszkDcXLFjyfW+T+NBx89196/WwfX/Zf7zTcPPeP3r9Uj5C1r9kT9uD9oiC38I/E7xtFpvhASL9oku9St3ikVTkForUbpmGAQJMDIBJHUfpN8Afgh4f/Z1+FOh+A/DSu2n6bGd9zMB5t1MxLSTSY/iZifoMAcAV2Hh7xFY+J9PF5YSM8QbY4dSrI2ASp9xkdMj3rTrtjKM0pRd0z04TjUipwd0woooqiwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAIbe0gtPN8iGOHzXMsnloF3uerHHUn1qaiikklohJJKyCiiimMKKKKACiiigD/9k=" |
| captcha_height | 70 |
| captcha_width | 200 |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#923 -form: Symfony\Component\Form\Form {#889 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#922 …5} |
| full_name | "usuarios[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios_captcha" |
| image_id | "captcha_69d2a548aa6f2" |
| is_human | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| reload | false |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_usuarios_captcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "2e186c7fb5fed859c86e848df6c3cfd.nrwrzLTuoMok5_wCf7KOyQBSHLUPk7PGRY1fd_yDSbc.s45ale2M9poVipJSC8rAnUVqeMB5xoqwF8U1HLj6HsemhFP00aCQk0W3kw" |
| 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 | "2e186c7fb5fed859c86e848df6c3cfd.nrwrzLTuoMok5_wCf7KOyQBSHLUPk7PGRY1fd_yDSbc.s45ale2M9poVipJSC8rAnUVqeMB5xoqwF8U1HLj6HsemhFP00aCQk0W3kw" |
same as passed value |
| mapped | false |
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 | "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 {#730 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#670 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#731 …} -namespace: Closure() {#733 …} } |
| data | "2e186c7fb5fed859c86e848df6c3cfd.nrwrzLTuoMok5_wCf7KOyQBSHLUPk7PGRY1fd_yDSbc.s45ale2M9poVipJSC8rAnUVqeMB5xoqwF8U1HLj6HsemhFP00aCQk0W3kw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#929 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() {#931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#221 …} $message: Closure() {#930 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_usuarios__token" ] |
| cache_key | "_usuarios__token_hidden" |
| compound | false |
| data | "2e186c7fb5fed859c86e848df6c3cfd.nrwrzLTuoMok5_wCf7KOyQBSHLUPk7PGRY1fd_yDSbc.s45ale2M9poVipJSC8rAnUVqeMB5xoqwF8U1HLj6HsemhFP00aCQk0W3kw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#941 -form: Symfony\Component\Form\Form {#937 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#932 …5} |
| full_name | "usuarios[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "usuarios__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 | "_usuarios__token" |
| valid | true |
| value | "2e186c7fb5fed859c86e848df6c3cfd.nrwrzLTuoMok5_wCf7KOyQBSHLUPk7PGRY1fd_yDSbc.s45ale2M9poVipJSC8rAnUVqeMB5xoqwF8U1HLj6HsemhFP00aCQk0W3kw" |