Forms
-
registration
-
email
-
phone
-
password
-
first
-
second
-
-
agree
-
honeyspot
-
_token
-
registration
Form type:
"App\Form\Security\RegistrationType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Account\Users {#438 -id: null -uuid: null -email: null -phone: null -status: true -roles: [] -password: null -google: null -facebook: null -linkedin: null -enabled: true -verified: false #provider: App\Enum\Account\UsersProvider {#859 …} -created: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1190 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Account\Users {#438 -id: null -uuid: null -email: null -phone: null -status: true -roles: [] -password: null -google: null -facebook: null -linkedin: null -enabled: true -verified: false #provider: App\Enum\Account\UsersProvider {#859 …} -created: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1190 …} } |
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 {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data | App\Entity\Account\Users {#438 -id: null -uuid: null -email: null -phone: null -status: true -roles: [] -password: null -google: null -facebook: null -linkedin: null -enabled: true -verified: false #provider: App\Enum\Account\UsersProvider {#859 …} -created: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1190 …} } |
data_class | "App\Entity\Account\Users" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1275 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Account\Users" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1276 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration" "_registration" ] |
cache_key | "_registration_registration" |
compound | true |
data | App\Entity\Account\Users {#438 -id: null -uuid: null -email: null -phone: null -status: true -roles: [] -password: null -google: null -facebook: null -linkedin: null -enabled: true -verified: false #provider: App\Enum\Account\UsersProvider {#859 …} -created: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1190 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1360 -errors: [] -form: Symfony\Component\Form\Form {#1365 …} } |
form | Symfony\Component\Form\FormView {#1278 …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 | App\Entity\Account\Users {#438 -id: null -uuid: null -email: null -phone: null -status: true -roles: [] -password: null -google: null -facebook: null -linkedin: null -enabled: true -verified: false #provider: App\Enum\Account\UsersProvider {#859 …} -created: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1190 …} } |
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 border border-secondary border-3 text-dark fs-5" "placeholder" => "email" ] |
[ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => "email" ] |
label | Symfony\Component\Translation\TranslatableMessage {#1283 -message: "form.email" -parameters: [] -domain: null } |
same as passed value |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
[ "class" => "text-primary fw-bold fs-5" ] |
row_attr | [ "class" => "col-md-12 mb-2 form-floating" ] |
[ "class" => "col-md-12 mb-2 form-floating" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => "email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1304 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | Symfony\Component\Translation\TranslatableMessage {#1283 -message: "form.email" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
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 | [ "class" => "col-md-12 mb-2 form-floating" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1306 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1305 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => "email" ] |
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 {#1383 -errors: [] -form: Symfony\Component\Form\Form {#1368 …} } |
form | Symfony\Component\Form\FormView {#1391 …5} |
full_name | "registration[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_email" |
label | Symfony\Component\Translation\TranslatableMessage {#1283 -message: "form.email" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [ "class" => "col-md-12 mb-2 form-floating" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_email" |
valid | true |
value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => "phone" ] |
[ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => "phone" ] |
label | Symfony\Component\Translation\TranslatableMessage {#1284 -message: "form.phone" -parameters: [] -domain: null } |
same as passed value |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
[ "class" => "text-primary fw-bold fs-5" ] |
row_attr | [ "class" => "col-md-12 mb-2 form-floating" ] |
[ "class" => "col-md-12 mb-2 form-floating" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => "phone" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1313 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | Symfony\Component\Translation\TranslatableMessage {#1284 -message: "form.phone" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
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 | [ "class" => "col-md-12 mb-2 form-floating" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1315 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1314 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => "phone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_phone" ] |
cache_key | "_registration_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1316 -errors: [] -form: Symfony\Component\Form\Form {#1371 …} } |
form | Symfony\Component\Form\FormView {#1307 …5} |
full_name | "registration[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_phone" |
label | Symfony\Component\Translation\TranslatableMessage {#1284 -message: "form.phone" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [ "class" => "col-md-12 mb-2 form-floating" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_phone" |
valid | true |
value | "" |
password
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1285 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1286 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1285 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1286 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
first_options | [ "label" => Symfony\Component\Translation\TranslatableMessage {#1287 -message: "form.password" -parameters: [] -domain: null } "hash_property_path" => "password" "row_attr" => [ "class" => "col-md-12 mb-2 form-floating" ] "attr" => [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1288 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1289 -message: "form.repeat" -parameters: [] -domain: null } ] "label_attr" => [ "class" => "text-primary fw-bold fs-5" ] ] |
[ "label" => Symfony\Component\Translation\TranslatableMessage {#1287 -message: "form.password" -parameters: [] -domain: null } "hash_property_path" => "password" "row_attr" => [ "class" => "col-md-12 mb-2 form-floating" ] "attr" => [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1288 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1289 -message: "form.repeat" -parameters: [] -domain: null } ] "label_attr" => [ "class" => "text-primary fw-bold fs-5" ] ] |
mapped | false |
false
|
second_options | [ "label" => Symfony\Component\Translation\TranslatableMessage {#1290 -message: "form.repeat" -parameters: [] -domain: null } "row_attr" => [ "class" => "col-md-12 mb-2 form-floating" ] "attr" => [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1291 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1292 -message: "form.repeat" -parameters: [] -domain: null } ] "label_attr" => [ "class" => "text-primary fw-bold fs-5" ] ] |
[ "label" => Symfony\Component\Translation\TranslatableMessage {#1290 -message: "form.repeat" -parameters: [] -domain: null } "row_attr" => [ "class" => "col-md-12 mb-2 form-floating" ] "attr" => [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1291 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1292 -message: "form.repeat" -parameters: [] -domain: null } ] "label_attr" => [ "class" => "text-primary fw-bold fs-5" ] ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1285 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1286 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1327 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" => Symfony\Component\Translation\TranslatableMessage {#1287 -message: "form.password" -parameters: [] -domain: null } "hash_property_path" => "password" "row_attr" => [ "class" => "col-md-12 mb-2 form-floating" ] "attr" => [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1288 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1289 -message: "form.repeat" -parameters: [] -domain: null } ] "label_attr" => [ "class" => "text-primary fw-bold fs-5" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The values do not match." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
second_name | "second" |
second_options | [ "label" => Symfony\Component\Translation\TranslatableMessage {#1290 -message: "form.repeat" -parameters: [] -domain: null } "row_attr" => [ "class" => "col-md-12 mb-2 form-floating" ] "attr" => [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1291 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1292 -message: "form.repeat" -parameters: [] -domain: null } ] "label_attr" => [ "class" => "text-primary fw-bold fs-5" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#1330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1329 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registration_password" ] |
cache_key | "_registration_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1411 -errors: [] -form: Symfony\Component\Form\Form {#1395 …} } |
form | Symfony\Component\Form\FormView {#1413 …5} |
full_name | "registration[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_password" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_password" |
valid | true |
value | [ "first" => null "second" => null ] |
first
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1288 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1289 -message: "form.repeat" -parameters: [] -domain: null } ] |
[ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1288 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1289 -message: "form.repeat" -parameters: [] -domain: null } ] |
error_bubbling | false |
false
|
hash_property_path | "password" |
same as passed value |
label | Symfony\Component\Translation\TranslatableMessage {#1287 -message: "form.password" -parameters: [] -domain: null } |
same as passed value |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
[ "class" => "text-primary fw-bold fs-5" ] |
mapped | true |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "col-md-12 mb-2 form-floating" ] |
[ "class" => "col-md-12 mb-2 form-floating" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1288 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1289 -message: "form.repeat" -parameters: [] -domain: null } ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1380 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | "password" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | Symfony\Component\Translation\TranslatableMessage {#1287 -message: "form.password" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
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 | [ "class" => "col-md-12 mb-2 form-floating" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1382 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1381 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1288 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1289 -message: "form.repeat" -parameters: [] -domain: null } ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_password_first" ] |
cache_key | "_registration_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1430 -errors: [] -form: Symfony\Component\Form\Form {#1398 …} } |
form | Symfony\Component\Form\FormView {#1416 …5} |
full_name | "registration[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_password_first" |
label | Symfony\Component\Translation\TranslatableMessage {#1287 -message: "form.password" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [ "class" => "col-md-12 mb-2 form-floating" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_password_first" |
valid | true |
value | "" |
second
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1291 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1292 -message: "form.repeat" -parameters: [] -domain: null } ] |
[ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1291 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1292 -message: "form.repeat" -parameters: [] -domain: null } ] |
error_bubbling | false |
false
|
label | Symfony\Component\Translation\TranslatableMessage {#1290 -message: "form.repeat" -parameters: [] -domain: null } |
same as passed value |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
[ "class" => "text-primary fw-bold fs-5" ] |
mapped | true |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "col-md-12 mb-2 form-floating" ] |
[ "class" => "col-md-12 mb-2 form-floating" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1291 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1292 -message: "form.repeat" -parameters: [] -domain: null } ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1388 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | Symfony\Component\Translation\TranslatableMessage {#1290 -message: "form.repeat" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
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 | [ "class" => "col-md-12 mb-2 form-floating" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1389 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control border border-secondary border-3 text-dark fs-5" "placeholder" => Symfony\Component\Translation\TranslatableMessage {#1291 -message: "form.repeat" -parameters: [] -domain: null } "label" => Symfony\Component\Translation\TranslatableMessage {#1292 -message: "form.repeat" -parameters: [] -domain: null } ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_password_second" ] |
cache_key | "_registration_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1437 -errors: [] -form: Symfony\Component\Form\Form {#1401 …} } |
form | Symfony\Component\Form\FormView {#1439 …5} |
full_name | "registration[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_password_second" |
label | Symfony\Component\Translation\TranslatableMessage {#1290 -message: "form.repeat" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-primary fw-bold fs-5" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [ "class" => "col-md-12 mb-2 form-floating" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_password_second" |
valid | true |
value | "" |
agree
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1293 +payload: null +groups: ? ?array +message: "You should agree to our terms." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1293 +payload: null +groups: ? ?array +message: "You should agree to our terms." } ] |
label | Symfony\Component\Translation\TranslatableMessage {#1294 -message: "policy.agree" -parameters: [] -domain: null } |
same as passed value |
label_attr | [ "class" => "text-dark fw-bold fs-5" ] |
[ "class" => "text-dark fw-bold fs-5" ] |
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 | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1293 +payload: null +groups: ? ?array +message: "You should agree to our 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 {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1341 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 {#1342 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | Symfony\Component\Translation\TranslatableMessage {#1294 -message: "policy.agree" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-dark fw-bold fs-5" ] |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1346 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_agree" ] |
cache_key | "_registration_agree_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1414 -errors: [] -form: Symfony\Component\Form\Form {#1404 …} } |
form | Symfony\Component\Form\FormView {#1415 …5} |
full_name | "registration[agree]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_agree" |
label | Symfony\Component\Translation\TranslatableMessage {#1294 -message: "policy.agree" -parameters: [] -domain: null } |
label_attr | [ "class" => "text-dark fw-bold fs-5" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agree" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_agree" |
valid | true |
value | "1" |
honeyspot
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 |
---|---|---|
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 | 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 {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1357 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() {#1359 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1358 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_registration_honeyspot" ] |
cache_key | "_registration_honeyspot_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1441 -errors: [] -form: Symfony\Component\Form\Form {#1407 …} } |
form | Symfony\Component\Form\FormView {#1440 …5} |
full_name | "registration[honeyspot]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_honeyspot" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "honeyspot" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_honeyspot" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1.AN8qDHcdoRiStGPh5ANZJLJUF0T63F_SYFET4S5yOZ8.LYxFfQ5a51el-yqXvjA-fPURdXyDgxWEER14k1xFFNhMlU97LmjuQaD4AA" |
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 | "1.AN8qDHcdoRiStGPh5ANZJLJUF0T63F_SYFET4S5yOZ8.LYxFfQ5a51el-yqXvjA-fPURdXyDgxWEER14k1xFFNhMlU97LmjuQaD4AA" |
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 {#572 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#573 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#574 …} -namespace: Closure() {#576 …} } |
data | "1.AN8qDHcdoRiStGPh5ANZJLJUF0T63F_SYFET4S5yOZ8.LYxFfQ5a51el-yqXvjA-fPURdXyDgxWEER14k1xFFNhMlU97LmjuQaD4AA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1443 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() {#1444 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#472 …} $message: Closure() {#1442 …} $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 | "1.AN8qDHcdoRiStGPh5ANZJLJUF0T63F_SYFET4S5yOZ8.LYxFfQ5a51el-yqXvjA-fPURdXyDgxWEER14k1xFFNhMlU97LmjuQaD4AA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1454 -errors: [] -form: Symfony\Component\Form\Form {#1450 …} } |
form | Symfony\Component\Form\FormView {#1445 …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 | "1.AN8qDHcdoRiStGPh5ANZJLJUF0T63F_SYFET4S5yOZ8.LYxFfQ5a51el-yqXvjA-fPURdXyDgxWEER14k1xFFNhMlU97LmjuQaD4AA" |