Forms
-
registration_form
-
firstName
-
lastName
-
phone
-
email
-
plainPassword
-
first
-
second
-
-
recaptcha
-
_token
-
registration_form
Form type:
"App\Admissions\Form\RegistrationFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Admissions\Entity\EmailAccountUser {#6660 #id: null #firstName: null #lastName: null #otherNames: null #email: null #phone: null #status: "draft" #submittedAt: null #createdAt: null #updatedAt: null #roles: [ "ROLE_APPLICANT" ] -lastLoginAt: null #isActive: true #isVerified: false -password: null -accountCreatedAt: DateTimeImmutable @1766092110 {#6661 date: 2025-12-18 21:08:30.844715 Africa/Accra (+00:00) } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/admissions/register" |
same as passed value |
| data | App\Admissions\Entity\EmailAccountUser {#6660 #id: null #firstName: null #lastName: null #otherNames: null #email: null #phone: null #status: "draft" #submittedAt: null #createdAt: null #updatedAt: null #roles: [ "ROLE_APPLICANT" ] -lastLoginAt: null #isActive: true #isVerified: false -password: null -accountCreatedAt: DateTimeImmutable @1766092110 {#6661 date: 2025-12-18 21:08:30.844715 Africa/Accra (+00:00) } } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/admissions/register" |
| 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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data | App\Admissions\Entity\EmailAccountUser {#6660 #id: null #firstName: null #lastName: null #otherNames: null #email: null #phone: null #status: "draft" #submittedAt: null #createdAt: null #updatedAt: null #roles: [ "ROLE_APPLICANT" ] -lastLoginAt: null #isActive: true #isVerified: false -password: null -accountCreatedAt: DateTimeImmutable @1766092110 {#6661 date: 2025-12-18 21:08:30.844715 Africa/Accra (+00:00) } } |
| data_class | "App\Admissions\Entity\EmailAccountUser" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6732 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Admissions\Entity\EmailAccountUser" } } |
| 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() {#6730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6731 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/admissions/register" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Admissions\Entity\EmailAccountUser {#6660 #id: null #firstName: null #lastName: null #otherNames: null #email: null #phone: null #status: "draft" #submittedAt: null #createdAt: null #updatedAt: null #roles: [ "ROLE_APPLICANT" ] -lastLoginAt: null #isActive: true #isVerified: false -password: null -accountCreatedAt: DateTimeImmutable @1766092110 {#6661 date: 2025-12-18 21:08:30.844715 Africa/Accra (+00:00) } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6798 -form: Symfony\Component\Form\Form {#6803 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6729 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Admissions\Entity\EmailAccountUser {#6660 #id: null #firstName: null #lastName: null #otherNames: null #email: null #phone: null #status: "draft" #submittedAt: null #createdAt: null #updatedAt: null #roles: [ "ROLE_APPLICANT" ] -lastLoginAt: null #isActive: true #isVerified: false -password: null -accountCreatedAt: DateTimeImmutable @1766092110 {#6661 date: 2025-12-18 21:08:30.844715 Africa/Accra (+00:00) } } |
firstName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Enter first name" "class" => "form-control" ] |
[ "placeholder" => "Enter first name" "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6724 +payload: null +groups: ? +message: "Please enter first name" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6724 +payload: null +groups: ? +message: "Please enter first name" +allowNull: false +normalizer: null } ] |
| label | "First Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Enter first name" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6724 +payload: null +groups: ? +message: "Please enter first name" +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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6706 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 | "First Name" |
| 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() {#6704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6705 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter first name" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_firstName" ] |
| cache_key | "_registration_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6769 -form: Symfony\Component\Form\Form {#6806 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6827 …5} |
| full_name | "registration_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_firstName" |
| label | "First Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_firstName" |
| valid | true |
| value | "" |
lastName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Enter last name" "class" => "form-control" ] |
[ "placeholder" => "Enter last name" "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6723 +payload: null +groups: ? +message: "Please enter last name" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6723 +payload: null +groups: ? +message: "Please enter last name" +allowNull: false +normalizer: null } ] |
| label | "Last Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Enter last name" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6723 +payload: null +groups: ? +message: "Please enter last name" +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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6699 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 | "Last Name" |
| 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() {#6697 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6698 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter last name" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_lastName" ] |
| cache_key | "_registration_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6687 -form: Symfony\Component\Form\Form {#6809 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6696 …5} |
| full_name | "registration_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_lastName" |
| label | "Last Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_lastName" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Enter phone number" "class" => "form-control" ] |
[ "placeholder" => "Enter phone number" "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6722 +payload: null +groups: ? +message: "Please enter phone number" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6722 +payload: null +groups: ? +message: "Please enter phone number" +allowNull: false +normalizer: null } ] |
| label | "Phone Number" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Enter phone number" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6722 +payload: null +groups: ? +message: "Please enter phone number" +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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6686 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Phone Number" |
| 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() {#6689 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6690 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter phone number" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_registration_form_phone" ] |
| cache_key | "_registration_form_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6707 -form: Symfony\Component\Form\Form {#6812 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6852 …5} |
| full_name | "registration_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_phone" |
| label | "Phone Number" |
| label_attr | [] |
| 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 | "_registration_form_phone" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Enter email address" "class" => "form-control" ] |
[ "placeholder" => "Enter email address" "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6721 +payload: null +groups: ? +message: "Please enter email address" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#6720 +payload: null +groups: ? +message: "Please enter a valid email address" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Callback {#6703 +payload: null +groups: ? +callback: [ App\Admissions\Form\RegistrationFormType {#6669 -applicantRepository: App\Admissions\Repository\ApplicantRepository {#6768 …} } "validateUniqueEmail" ] } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6721 +payload: null +groups: ? +message: "Please enter email address" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#6720 +payload: null +groups: ? +message: "Please enter a valid email address" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Callback {#6703 +payload: null +groups: ? +callback: [ App\Admissions\Form\RegistrationFormType {#6669 -applicantRepository: App\Admissions\Repository\ApplicantRepository {#6768 …} } "validateUniqueEmail" ] } ] |
| label | "Email Address" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Enter email address" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6721 +payload: null +groups: ? +message: "Please enter email address" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#6720 +payload: null +groups: ? +message: "Please enter a valid email address" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Callback {#6703 +payload: null +groups: ? +callback: [ App\Admissions\Form\RegistrationFormType {#6669 -applicantRepository: App\Admissions\Repository\ApplicantRepository {#6768 …} } "validateUniqueEmail" ] } ] |
| 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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6673 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 Address" |
| 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() {#6672 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6671 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter email address" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
| cache_key | "_registration_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6854 -form: Symfony\Component\Form\Form {#6815 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6855 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | "Email Address" |
| label_attr | [] |
| 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 | "_registration_form_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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6718 +payload: null +groups: ? +message: "Please enter password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6719 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#6714 +payload: null +groups: ? +message: "Password must contain at least one number, one lowercase and one uppercase letter" +pattern: "/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6718 +payload: null +groups: ? +message: "Please enter password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6719 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#6714 +payload: null +groups: ? +message: "Password must contain at least one number, one lowercase and one uppercase letter" +pattern: "/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| first_options | [ "label" => "Password" "attr" => [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] "help" => "Password must be at least 8 characters and contain both letters and numbers (alphanumeric)" ] |
[ "label" => "Password" "attr" => [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] "help" => "Password must be at least 8 characters and contain both letters and numbers (alphanumeric)" ] |
| invalid_message | "The password fields must match." |
same as passed value |
| mapped | false |
same as passed value |
| second_options | [ "label" => "Confirm Password" "attr" => [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] ] |
[ "label" => "Confirm Password" "attr" => [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] ] |
| 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 {#6718 +payload: null +groups: ? +message: "Please enter password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#6719 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#6714 +payload: null +groups: ? +message: "Password must contain at least one number, one lowercase and one uppercase letter" +pattern: "/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}$/" +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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6783 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" => "Password" "attr" => [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] "help" => "Password must be at least 8 characters and contain both letters and numbers (alphanumeric)" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password fields must match." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| 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" => "Confirm Password" "attr" => [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#6776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6777 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6856 -form: Symfony\Component\Form\Form {#6839 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6857 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_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 | "_registration_form_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 | [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] |
[ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] |
| error_bubbling | false |
same as passed value |
| help | "Password must be at least 8 characters and contain both letters and numbers (alphanumeric)" |
same as passed value |
| label | "Password" |
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 | [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] |
| 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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6819 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 | "Password must be at least 8 characters and contain both letters and numbers (alphanumeric)" |
| 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 | "Password" |
| 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() {#6826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6825 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_first" ] |
| cache_key | "_registration_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6886 -form: Symfony\Component\Form\Form {#6842 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6880 …5} |
| full_name | "registration_form[plainPassword][first]" |
| help | "Password must be at least 8 characters and contain both letters and numbers (alphanumeric)" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_first" |
| label | "Password" |
| 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 | "_registration_form_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 | [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] |
[ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] |
| error_bubbling | false |
same as passed value |
| label | "Confirm Password" |
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 | [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] |
| 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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6832 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 | "Confirm Password" |
| 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() {#6834 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6833 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Enter password" "class" => "form-control pe-5 password-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_second" ] |
| cache_key | "_registration_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6888 -form: Symfony\Component\Form\Form {#6845 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6889 …5} |
| full_name | "registration_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_second" |
| label | "Confirm Password" |
| 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 | "_registration_form_plainPassword_second" |
| valid | true |
| value | "" |
recaptcha
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6702 +payload: null +groups: ? +message: "Please complete the reCAPTCHA verification" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6702 +payload: null +groups: ? +message: "Please complete the reCAPTCHA verification" +allowNull: false +normalizer: null } ] |
| 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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6702 +payload: null +groups: ? +message: "Please complete the reCAPTCHA verification" +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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6795 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() {#6797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6796 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_registration_form_recaptcha" ] |
| cache_key | "_registration_form_recaptcha_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6877 -form: Symfony\Component\Form\Form {#6848 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6879 …5} |
| full_name | "registration_form[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_recaptcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_recaptcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "bba7212d92b14.rFtKlXbsvDELYir2Z4SFllFljr4LshBKeMD5a14xiAg.wDoA9k-rjW5YA1qUCMixpz415I8y5mIGJ_GmIDAC5G31ES37PJ_bVl1VWQ" |
| 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 | "bba7212d92b14.rFtKlXbsvDELYir2Z4SFllFljr4LshBKeMD5a14xiAg.wDoA9k-rjW5YA1qUCMixpz415I8y5mIGJ_GmIDAC5G31ES37PJ_bVl1VWQ" |
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 {#3946 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3947 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3948 …} -namespace: Closure() {#3950 …} } |
| data | "bba7212d92b14.rFtKlXbsvDELYir2Z4SFllFljr4LshBKeMD5a14xiAg.wDoA9k-rjW5YA1qUCMixpz415I8y5mIGJ_GmIDAC5G31ES37PJ_bVl1VWQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6781 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() {#6891 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1120 …} $message: Closure() {#6890 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "bba7212d92b14.rFtKlXbsvDELYir2Z4SFllFljr4LshBKeMD5a14xiAg.wDoA9k-rjW5YA1qUCMixpz415I8y5mIGJ_GmIDAC5G31ES37PJ_bVl1VWQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6901 -form: Symfony\Component\Form\Form {#6897 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6892 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__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 | "_registration_form__token" |
| valid | true |
| value | "bba7212d92b14.rFtKlXbsvDELYir2Z4SFllFljr4LshBKeMD5a14xiAg.wDoA9k-rjW5YA1qUCMixpz415I8y5mIGJ_GmIDAC5G31ES37PJ_bVl1VWQ" |