Forms
-
registration
-
username
-
email
-
plainPassword
-
first
-
second
-
-
firstName
-
lastName
-
toc
-
_token
-
registration
Form type:
"App\Form\RegistrationType"
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 | [ "class" => "form w-100 fv-plugins-bootstrap5 fv-plugins-framework" ] |
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 | "registration" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | "App\Entity\Account\Customer" |
disabled | false |
empty_data | Closure(FormInterface $form) {#712 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Account\Customer" } } |
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_edit | false |
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() {#711 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#713 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form w-100 fv-plugins-bootstrap5 fv-plugins-framework" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration" "_registration" ] |
cache_key | "_registration_registration" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1055 -form: Symfony\Component\Form\Form {#1179 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#680 …5} |
full_name | "registration" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration" |
valid | true |
value | null |
username
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 bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
label | "Username" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Username" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "fv-row mb-7" ] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1033 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_username" ] |
cache_key | "_registration_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1244 -form: Symfony\Component\Form\Form {#1213 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1249 …5} |
full_name | "registration[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_username" |
label | "Username" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [ "class" => "fv-row mb-7" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_username" |
uses_autocomplete | false |
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 bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
label | "Email" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1047 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "fv-row mb-7" ] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1049 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_email" ] |
cache_key | "_registration_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1262 -form: Symfony\Component\Form\Form {#1216 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1258 …5} |
full_name | "registration[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_email" |
label | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [ "class" => "fv-row mb-7" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_email" |
uses_autocomplete | false |
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 |
---|---|---|
first_options | [ "label" => "Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
[ "label" => "Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
invalid_message | "The password fields must match." |
same as passed value |
required | true |
same as passed value |
second_options | [ "label" => "Confirm Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
[ "label" => "Confirm Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
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 | [] |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1128 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" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
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 | 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" => "Confirm Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#1037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1038 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registration_plainPassword" ] |
cache_key | "_registration_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1255 -form: Symfony\Component\Form\Form {#1197 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1228 …5} |
full_name | "registration[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_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_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 |
---|---|---|
always_empty | false |
same as passed value |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
button_classes | [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
[ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
error_bubbling | false |
same as passed value |
hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
same as passed value |
hidden_label | null |
same as passed value |
label | "Password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
toggle | true |
same as passed value |
visible_icon | "<i class="bi bi-eye-slash fs-2"></i>" |
same as passed value |
visible_label | null |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
always_empty | false |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
button_classes | [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
hidden_label | null |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "fv-row mb-7" ] |
setter | null |
toggle | true |
toggle_container_classes | [
"toggle-password-container"
] |
toggle_translation_domain | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1183 …} $translationDomain: "validators" } } |
use_toggle_form_theme | true |
validation_groups | null |
visible_icon | "<i class="bi bi-eye-slash fs-2"></i>" |
visible_label | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" "data-controller" => "symfony--ux-toggle-password--toggle-password" "data-symfony--ux-toggle-password--toggle-password-hidden-label-value" => null "data-symfony--ux-toggle-password--toggle-password-visible-label-value" => null "data-symfony--ux-toggle-password--toggle-password-hidden-icon-value" => "<i class="bi bi-eye fs-2"></i>" "data-symfony--ux-toggle-password--toggle-password-visible-icon-value" => "<i class="bi bi-eye-slash fs-2"></i>" "data-symfony--ux-toggle-password--toggle-password-button-classes-value" => "["btn","btn-sm","btn-icon","position-absolute","translate-middle","top-50","end-0","me-n2"]" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "ux_toggle_password" "_registration_plainPassword_first" ] |
cache_key | "_registration_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1050 -form: Symfony\Component\Form\Form {#1200 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1139 …5} |
full_name | "registration[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_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 | [ "class" => "fv-row mb-7" ] |
submitted | false |
toggle | true |
toggle_container_classes | [
"toggle-password-container"
] |
translation_domain | null |
unique_block_prefix | "_registration_plainPassword_first" |
uses_autocomplete | false |
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 |
---|---|---|
always_empty | false |
same as passed value |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
button_classes | [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
[ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
error_bubbling | false |
same as passed value |
hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
same as passed value |
hidden_label | null |
same as passed value |
label | "Confirm Password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
toggle | true |
same as passed value |
visible_icon | "<i class="bi bi-eye-slash fs-2"></i>" |
same as passed value |
visible_label | null |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
always_empty | false |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
button_classes | [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1190 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
hidden_label | null |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "fv-row mb-7" ] |
setter | null |
toggle | true |
toggle_container_classes | [
"toggle-password-container"
] |
toggle_translation_domain | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1191 …} $translationDomain: "validators" } } |
use_toggle_form_theme | true |
validation_groups | null |
visible_icon | "<i class="bi bi-eye-slash fs-2"></i>" |
visible_label | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" "data-controller" => "symfony--ux-toggle-password--toggle-password" "data-symfony--ux-toggle-password--toggle-password-hidden-label-value" => null "data-symfony--ux-toggle-password--toggle-password-visible-label-value" => null "data-symfony--ux-toggle-password--toggle-password-hidden-icon-value" => "<i class="bi bi-eye fs-2"></i>" "data-symfony--ux-toggle-password--toggle-password-visible-icon-value" => "<i class="bi bi-eye-slash fs-2"></i>" "data-symfony--ux-toggle-password--toggle-password-button-classes-value" => "["btn","btn-sm","btn-icon","position-absolute","translate-middle","top-50","end-0","me-n2"]" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "ux_toggle_password" "_registration_plainPassword_second" ] |
cache_key | "_registration_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1193 -form: Symfony\Component\Form\Form {#1203 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1185 …5} |
full_name | "registration[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_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 | [ "class" => "fv-row mb-7" ] |
submitted | false |
toggle | true |
toggle_container_classes | [
"toggle-password-container"
] |
translation_domain | null |
unique_block_prefix | "_registration_plainPassword_second" |
uses_autocomplete | false |
valid | true |
value | "" |
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 | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
label | "First Name" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1136 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "fv-row mb-7" ] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1135 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_firstName" ] |
cache_key | "_registration_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1156 -form: Symfony\Component\Form\Form {#1206 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1148 …5} |
full_name | "registration[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_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 | [ "class" => "fv-row mb-7" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_firstName" |
uses_autocomplete | false |
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 | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
label | "Last Name" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "fv-row" ] |
[ "class" => "fv-row" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1145 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "fv-row" ] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1146 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_lastName" ] |
cache_key | "_registration_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1235 -form: Symfony\Component\Form\Form {#1209 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1124 …5} |
full_name | "registration[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_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 | [ "class" => "fv-row" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_lastName" |
uses_autocomplete | false |
valid | true |
value | "" |
toc
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" ] |
compound | false |
same as passed value |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1120 +payload: null +groups: ? +message: "You must accept terms." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1120 +payload: null +groups: ? +message: "You must accept terms." } ] |
label | "I Accept the Terms" |
same as passed value |
label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
mapped | false |
same as passed value |
required | false |
same as passed value |
row_attr | [ "class" => "fv-row mt-8 mb-8" ] |
[ "class" => "fv-row mt-8 mb-8" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1120 +payload: null +groups: ? +message: "You must accept terms." } ] |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1163 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 {#1160 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "I Accept the Terms" |
label_attr | [ "class" => "required" ] |
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 | [ "class" => "fv-row mt-8 mb-8" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1169 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_toc" ] |
cache_key | "_registration_toc_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1230 -form: Symfony\Component\Form\Form {#1223 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1236 …5} |
full_name | "registration[toc]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_toc" |
label | "I Accept the Terms" |
label_attr | [ "class" => "required" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "toc" |
priority | 0 |
required | false |
row_attr | [ "class" => "fv-row mt-8 mb-8" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_toc" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "62db34e3.J6paXqufv3kUhy1kvOVWCuSe1-AoBJAt9K64RM0zrPQ.RcBuE-Xu6z1s8Vsy6dY5fZHuj5lNY8B_opyVEJViw7Js3T4Mz_rsM2S0eA" |
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 | "62db34e3.J6paXqufv3kUhy1kvOVWCuSe1-AoBJAt9K64RM0zrPQ.RcBuE-Xu6z1s8Vsy6dY5fZHuj5lNY8B_opyVEJViw7Js3T4Mz_rsM2S0eA" |
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 {#1073 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1077 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1079 …} -namespace: Closure() {#1072 …} } |
data | "62db34e3.J6paXqufv3kUhy1kvOVWCuSe1-AoBJAt9K64RM0zrPQ.RcBuE-Xu6z1s8Vsy6dY5fZHuj5lNY8B_opyVEJViw7Js3T4Mz_rsM2S0eA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1229 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() {#1260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#474 …} $message: Closure() {#1246 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration__token" ] |
cache_key | "_registration__token_hidden" |
compound | false |
data | "62db34e3.J6paXqufv3kUhy1kvOVWCuSe1-AoBJAt9K64RM0zrPQ.RcBuE-Xu6z1s8Vsy6dY5fZHuj5lNY8B_opyVEJViw7Js3T4Mz_rsM2S0eA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1271 -form: Symfony\Component\Form\Form {#1267 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1261 …5} |
full_name | "registration[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration__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__token" |
valid | true |
value | "62db34e3.J6paXqufv3kUhy1kvOVWCuSe1-AoBJAt9K64RM0zrPQ.RcBuE-Xu6z1s8Vsy6dY5fZHuj5lNY8B_opyVEJViw7Js3T4Mz_rsM2S0eA" |