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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | "App\Entity\Account\Customer" |
disabled | false |
empty_data | Closure(FormInterface $form) {#854 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() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#862 …} $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 {#886 -form: Symfony\Component\Form\Form {#794 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#851 …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 | [] |
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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#765 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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() {#891 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#831 …} $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 {#1173 -form: Symfony\Component\Form\Form {#1216 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1181 …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 | [] |
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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#872 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() {#875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#879 …} $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 {#752 -form: Symfony\Component\Form\Form {#1208 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#767 …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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1238 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() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#856 …} $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 {#1168 -form: Symfony\Component\Form\Form {#1138 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1186 …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 |
false
|
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 |
false
|
hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
same as passed value |
hidden_label | null |
null
|
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 |
null
|
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 | [] |
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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#799 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() {#797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#796 …} $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 {#1255 -form: Symfony\Component\Form\Form {#1061 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1258 …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 |
false
|
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 |
false
|
hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
same as passed value |
hidden_label | null |
null
|
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 |
null
|
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 | [] |
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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#777 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() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#768 …} $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 {#810 -form: Symfony\Component\Form\Form {#1140 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#790 …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 | [] |
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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1224 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() {#1262 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#1240 …} $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 {#1232 -form: Symfony\Component\Form\Form {#1191 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1223 …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 | [] |
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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1220 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() {#1206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#1203 …} $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 {#1166 -form: Symfony\Component\Form\Form {#1218 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#873 …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 |
false
|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1261 +payload: null +groups: ? +message: "You must accept terms." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1261 +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 |
false
|
required | false |
false
|
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 {#1261 +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 {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#804 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 {#802 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() {#800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#792 …} $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 {#1190 -form: Symfony\Component\Form\Form {#1205 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1165 …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 | "3.AOnn8EBdVrhk0bO3NW9svboEa67Hq96qlOjPgQ57HHA.Y6-vlQYnZe4UhPDcBg496PQpOef1wqvr1d2a7D9KKQNM2LavJA4u3l2BwA" |
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 | "3.AOnn8EBdVrhk0bO3NW9svboEa67Hq96qlOjPgQ57HHA.Y6-vlQYnZe4UhPDcBg496PQpOef1wqvr1d2a7D9KKQNM2LavJA4u3l2BwA" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#850 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#852 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#846 …} } |
data | "3.AOnn8EBdVrhk0bO3NW9svboEa67Hq96qlOjPgQ57HHA.Y6-vlQYnZe4UhPDcBg496PQpOef1wqvr1d2a7D9KKQNM2LavJA4u3l2BwA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1161 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() {#751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#538 …} $message: Closure() {#1182 …} $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 | "3.AOnn8EBdVrhk0bO3NW9svboEa67Hq96qlOjPgQ57HHA.Y6-vlQYnZe4UhPDcBg496PQpOef1wqvr1d2a7D9KKQNM2LavJA4u3l2BwA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1266 -form: Symfony\Component\Form\Form {#758 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#753 …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 | "3.AOnn8EBdVrhk0bO3NW9svboEa67Hq96qlOjPgQ57HHA.Y6-vlQYnZe4UhPDcBg496PQpOef1wqvr1d2a7D9KKQNM2LavJA4u3l2BwA" |