Forms
-
registration_form
-
firstName
-
lastName
-
email
-
plainPassword
-
organizationName
-
planName
-
agreeTerms
-
idcheck_token_name
-
registration_form
Form type:
"App\Form\User\RegistrationFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#5294 -id: null -email: null -password: null -plainPassword: null -roles: [] -isVerified: false -firstName: null -lastName: null -locale: "fr_FR" -colorScheme: "light" -created: null -updated: null -lastLogin: null -organization: null -identityCheckRequests: Doctrine\Common\Collections\ArrayCollection {#7107 …} -webhooks: Doctrine\Common\Collections\ArrayCollection {#5736 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#5294 -id: null -email: null -password: null -plainPassword: null -roles: [] -isVerified: false -firstName: null -lastName: null -locale: "fr_FR" -colorScheme: "light" -created: null -updated: null -lastLogin: null -organization: null -identityCheckRequests: Doctrine\Common\Collections\ArrayCollection {#7107 …} -webhooks: Doctrine\Common\Collections\ArrayCollection {#5736 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "space-y-6" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | App\Entity\User {#5294 -id: null -email: null -password: null -plainPassword: null -roles: [] -isVerified: false -firstName: null -lastName: null -locale: "fr_FR" -colorScheme: "light" -created: null -updated: null -lastLogin: null -organization: null -identityCheckRequests: Doctrine\Common\Collections\ArrayCollection {#7107 …} -webhooks: Doctrine\Common\Collections\ArrayCollection {#5736 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4847 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } } |
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() {#6614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#5410 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "space-y-6" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration_form" "_registration_form" ] |
cache_key | "_registration_form_registration_form" |
compound | true |
data | App\Entity\User {#5294 -id: null -email: null -password: null -plainPassword: null -roles: [] -isVerified: false -firstName: null -lastName: null -locale: "fr_FR" -colorScheme: "light" -created: null -updated: null -lastLogin: null -organization: null -identityCheckRequests: Doctrine\Common\Collections\ArrayCollection {#7107 …} -webhooks: Doctrine\Common\Collections\ArrayCollection {#5736 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6280 -errors: [] -form: Symfony\Component\Form\Form {#5223 …} } |
form | Symfony\Component\Form\FormView {#5900 …5} |
full_name | "registration_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form" |
valid | true |
value | App\Entity\User {#5294 -id: null -email: null -password: null -plainPassword: null -roles: [] -isVerified: false -firstName: null -lastName: null -locale: "fr_FR" -colorScheme: "light" -created: null -updated: null -lastLogin: null -organization: null -identityCheckRequests: Doctrine\Common\Collections\ArrayCollection {#7107 …} -webhooks: Doctrine\Common\Collections\ArrayCollection {#5736 …} } |
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 | [ "maxlength" => 180 ] |
[ "maxlength" => 180 ] |
label | "First name" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 180 ] |
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 | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3712 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 | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#1630 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 180 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_firstName" ] |
cache_key | "_registration_form_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4606 -errors: [] -form: Symfony\Component\Form\Form {#7053 …} } |
form | Symfony\Component\Form\FormView {#5069 …5} |
full_name | "registration_form[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_firstName" |
label | "First name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_firstName" |
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 | [ "maxlength" => 180 ] |
[ "maxlength" => 180 ] |
label | "Last name" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 180 ] |
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 | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6038 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 | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#5354 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 180 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_lastName" ] |
cache_key | "_registration_form_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6532 -errors: [] -form: Symfony\Component\Form\Form {#5852 …} } |
form | Symfony\Component\Form\FormView {#7254 …5} |
full_name | "registration_form[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_lastName" |
label | "Last name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_lastName" |
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 | [ "maxlength" => 180 ] |
[ "maxlength" => 180 ] |
label | "Email" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 180 ] |
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 | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7256 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 | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5451 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#7017 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 180 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
cache_key | "_registration_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4567 -errors: [] -form: Symfony\Component\Form\Form {#6757 …} } |
form | Symfony\Component\Form\FormView {#7151 …5} |
full_name | "registration_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_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 |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6548 +payload: null +groups: ? ?array +message: "Password is required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4764 +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: "Password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6548 +payload: null +groups: ? ?array +message: "Password is required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4764 +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: "Password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Password" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
always_empty | true |
attr | [ "autocomplete" => "new-password" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6548 +payload: null +groups: ? ?array +message: "Password is required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4764 +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: "Password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
create_option_text | "Add %placeholder%..." |
csrf_field_name | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6096 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 | [] |
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 | false |
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 | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1585 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#7143 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "new-password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword" ] |
cache_key | "_registration_form_plainPassword_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4928 -errors: [] -form: Symfony\Component\Form\Form {#5613 …} } |
form | Symfony\Component\Form\FormView {#7240 …5} |
full_name | "registration_form[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword" |
label | "Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword" |
uses_autocomplete | false |
valid | true |
value | "" |
organizationName
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 | [ "autocomplete" => "organization" ] |
[ "autocomplete" => "organization" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5999 +payload: null +groups: ? ?array +message: "Organization name is required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7054 +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: "Your organization name should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5999 +payload: null +groups: ? ?array +message: "Organization name is required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7054 +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: "Your organization name should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Organization name" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "autocomplete" => "organization" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5999 +payload: null +groups: ? ?array +message: "Organization name is required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#7054 +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: "Your organization name should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
create_option_text | "Add %placeholder%..." |
csrf_field_name | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6825 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 | "Organization name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | false |
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 | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5078 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#6066 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "organization" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_organizationName" ] |
cache_key | "_registration_form_organizationName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6701 -errors: [] -form: Symfony\Component\Form\Form {#6273 …} } |
form | Symfony\Component\Form\FormView {#5213 …5} |
full_name | "registration_form[organizationName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_organizationName" |
label | "Organization name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "organizationName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_organizationName" |
uses_autocomplete | false |
valid | true |
value | "" |
planName
Form type:
"Symfony\Component\Form\Extension\Core\Type\EnumType"
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 |
---|---|---|
class | "App\Model\Plan" |
same as passed value |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3507 +payload: null +groups: ? ?array +message: "Please select the plan you like to subscribe to" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3507 +payload: null +groups: ? ?array +message: "Please select the plan you like to subscribe to" +allowNull: false +normalizer: null } ] |
label | "Subscription" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure(UnitEnum $choice) {#3486 class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | Closure(?BackedEnum $choice): ?string {#5072 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
choices | [ App\Model\Plan {#4528 +name: "ESSENTIAL" +value: "essential" } App\Model\Plan {#3823 +name: "PLUS" +value: "plus" } App\Model\Plan {#4636 +name: "PREMIUM" +value: "premium" } App\Model\Plan {#4616 +name: "ENTERPRISE" +value: "enterprise" } ] |
class | "App\Model\Plan" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3507 +payload: null +groups: ? ?array +message: "Please select the plan you like to subscribe to" +allowNull: false +normalizer: null } ] |
create_option_text | "Add %placeholder%..." |
csrf_field_name | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Subscription" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | false |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#5255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#5845 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "enum" "_registration_form_planName" ] |
cache_key | "_registration_form_planName_enum" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6011 +data: App\Model\Plan {#4528 +name: "ESSENTIAL" +value: "essential" } +value: "essential" +label: App\Model\Plan {#4528} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6354 +data: App\Model\Plan {#3823 +name: "PLUS" +value: "plus" } +value: "plus" +label: App\Model\Plan {#3823} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4027 +data: App\Model\Plan {#4636 +name: "PREMIUM" +value: "premium" } +value: "premium" +label: App\Model\Plan {#4636} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7227 +data: App\Model\Plan {#4616 +name: "ENTERPRISE" +value: "enterprise" } +value: "enterprise" +label: App\Model\Plan {#4616} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5004 -errors: [] -form: Symfony\Component\Form\Form {#5530 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#4677 …5} |
full_name | "registration_form[planName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_planName" |
is_selected | Closure($choice, $value) {#6630 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Subscription" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "planName" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_planName" |
uses_autocomplete | false |
valid | true |
value | "" |
agreeTerms
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#6199 +payload: null +groups: ? ?array +message: "Approval is required" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#6199 +payload: null +groups: ? ?array +message: "Approval is required" } ] |
label | "I agree with the <a href="/en/legal/terms-and-conditions" class="font-semibold leading-6 text-indigo-600 hover:text-indigo-500 dark:text-indigo-400">terms and conditions</a> and <a href="/en/legal/privacy-policy" class="font-semibold leading-6 text-indigo-600 hover:text-indigo-500 dark:text-indigo-400">privacy policy</a> of the ID Check platform." |
same as passed value |
label_html | true |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#6199 +payload: null +groups: ? ?array +message: "Approval is required" } ] |
csrf_field_name | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#3193 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 {#4581 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "I agree with the <a href="/en/legal/terms-and-conditions" class="font-semibold leading-6 text-indigo-600 hover:text-indigo-500 dark:text-indigo-400">terms and conditions</a> and <a href="/en/legal/privacy-policy" class="font-semibold leading-6 text-indigo-600 hover:text-indigo-500 dark:text-indigo-400">privacy policy</a> of the ID Check platform." |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#6279 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_agreeTerms" ] |
cache_key | "_registration_form_agreeTerms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7207 -errors: [] -form: Symfony\Component\Form\Form {#6224 …} } |
form | Symfony\Component\Form\FormView {#7139 …5} |
full_name | "registration_form[agreeTerms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_agreeTerms" |
label | "I agree with the <a href="/en/legal/terms-and-conditions" class="font-semibold leading-6 text-indigo-600 hover:text-indigo-500 dark:text-indigo-400">terms and conditions</a> and <a href="/en/legal/privacy-policy" class="font-semibold leading-6 text-indigo-600 hover:text-indigo-500 dark:text-indigo-400">privacy policy</a> of the ID Check platform." |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreeTerms" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_agreeTerms" |
valid | true |
value | "1" |
idcheck_token_name
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1b826f00e3cfbf87629cf33d.94IAPBpdZd_EX9GlhjV5Ofu_Q6EWDLcMcuQWrKWI2lI.rs1Ca14uK7mmFrPc9EwWbL_QMskkf4FLRoFE5PD9tDPEx1FycxkImvcpkA" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "1b826f00e3cfbf87629cf33d.94IAPBpdZd_EX9GlhjV5Ofu_Q6EWDLcMcuQWrKWI2lI.rs1Ca14uK7mmFrPc9EwWbL_QMskkf4FLRoFE5PD9tDPEx1FycxkImvcpkA" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "idcheck_token_name" |
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\SameOriginCsrfTokenManager {#761 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#336 …} -logger: Monolog\Logger {#222 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#875 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | "1b826f00e3cfbf87629cf33d.94IAPBpdZd_EX9GlhjV5Ofu_Q6EWDLcMcuQWrKWI2lI.rs1Ca14uK7mmFrPc9EwWbL_QMskkf4FLRoFE5PD9tDPEx1FycxkImvcpkA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6848 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() {#5625 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#171 …} $message: Closure() {#5151 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form_idcheck_token_name" ] |
cache_key | "_registration_form_idcheck_token_name_hidden" |
compound | false |
data | "1b826f00e3cfbf87629cf33d.94IAPBpdZd_EX9GlhjV5Ofu_Q6EWDLcMcuQWrKWI2lI.rs1Ca14uK7mmFrPc9EwWbL_QMskkf4FLRoFE5PD9tDPEx1FycxkImvcpkA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4842 -errors: [] -form: Symfony\Component\Form\Form {#7011 …} } |
form | Symfony\Component\Form\FormView {#2758 …5} |
full_name | "registration_form[idcheck_token_name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_idcheck_token_name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "idcheck_token_name" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_idcheck_token_name" |
valid | true |
value | "1b826f00e3cfbf87629cf33d.94IAPBpdZd_EX9GlhjV5Ofu_Q6EWDLcMcuQWrKWI2lI.rs1Ca14uK7mmFrPc9EwWbL_QMskkf4FLRoFE5PD9tDPEx1FycxkImvcpkA" |