Forms
-
step1_account
-
gender
-
first_name
-
last_name
-
email
-
phone
-
password
-
first
-
second
-
-
_token
-
-
step2_professional
-
custom_field_2850a5d4-54df-4a43-84c1-55d21fbfb773
-
custom_field_798ee639-ccdb-48a6-80b3-ca3285ed5a78
-
custom_field_d6164ec1-3375-4396-a5d3-7b8874902f05
-
custom_field_6a309561-5030-472b-a89f-822979dc10eb
-
custom_field_4193a51b-81d1-4f40-b42d-16d9de05a939
-
custom_field_ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de
-
_token
-
-
step3_payment
-
paymentOrgMethodId
-
paymentToken
-
_token
-
step1_account
"App\Form\Registration\Step1AccountType"
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 | [] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6024 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 | "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() {#6022 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6023 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "step1_account" "_step1_account" ] |
| cache_key | "_step1_account_step1_account" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6323 -form: Symfony\Component\Form\Form {#6100 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6277 …5} |
| full_name | "step1_account" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "step1_account" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step1_account" |
| valid | true |
| value | null |
gender
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-select form-select-lg form-select-solid" ] |
[ "class" => "form-select form-select-lg form-select-solid" ] |
| choices | [ "account.gender.male" => "male" "account.gender.female" => "female" "account.gender.other" => "other" ] |
[ "account.gender.male" => "male" "account.gender.female" => "female" "account.gender.other" => "other" ] |
| label | "account.gender.label" |
same as passed value |
| placeholder | "account.gender.placeholder" |
same as passed value |
| required | false |
same as passed value |
| translation_domain | "registration" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select form-select-lg form-select-solid" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | "registration" |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "account.gender.male" => "male" "account.gender.female" => "female" "account.gender.other" => "other" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| 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." |
| 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 | "account.gender.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "account.gender.placeholder" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | "registration" |
| trim | false |
| upload_max_size_message | Closure() {#5985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#5994 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select form-select-lg form-select-solid" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_step1_account_gender" ] |
| cache_key | "_step1_account_gender_choice" |
| choice_translation_domain | "registration" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6332 +label: "account.gender.male" +value: "male" +data: "male" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6314 +label: "account.gender.female" +value: "female" +data: "female" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6290 +label: "account.gender.other" +value: "other" +data: "other" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6333 -form: Symfony\Component\Form\Form {#6136 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6335 …5} |
| full_name | "step1_account[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account_gender" |
| is_selected | Closure($choice, $value) {#6331 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "account.gender.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "gender" |
| placeholder | "account.gender.placeholder" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | "registration" |
| unique_block_prefix | "_step1_account_gender" |
| valid | true |
| value | "" |
first_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "account.first_name.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
[ "placeholder" => "account.first_name.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| label | "account.first_name.label" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | "registration" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "account.first_name.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6018 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 | "account.first_name.label" |
| 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 | "registration" |
| trim | true |
| upload_max_size_message | Closure() {#6015 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6017 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.first_name.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_step1_account_first_name" ] |
| cache_key | "_step1_account_first_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6329 -form: Symfony\Component\Form\Form {#6139 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6330 …5} |
| full_name | "step1_account[first_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account_first_name" |
| label | "account.first_name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first_name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "registration" |
| unique_block_prefix | "_step1_account_first_name" |
| valid | true |
| value | "" |
last_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "account.last_name.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
[ "placeholder" => "account.last_name.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| label | "account.last_name.label" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | "registration" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "account.last_name.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6041 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 | "account.last_name.label" |
| 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 | "registration" |
| trim | true |
| upload_max_size_message | Closure() {#6043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6042 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.last_name.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_step1_account_last_name" ] |
| cache_key | "_step1_account_last_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6316 -form: Symfony\Component\Form\Form {#6142 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6317 …5} |
| full_name | "step1_account[last_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account_last_name" |
| label | "account.last_name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "last_name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "registration" |
| unique_block_prefix | "_step1_account_last_name" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "account.email.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
[ "placeholder" => "account.email.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| label | "account.email.label" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | "registration" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "account.email.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6051 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 | "account.email.label" |
| 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 | "registration" |
| trim | true |
| upload_max_size_message | Closure() {#6056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6050 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.email.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_step1_account_email" ] |
| cache_key | "_step1_account_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6318 -form: Symfony\Component\Form\Form {#6098 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6319 …5} |
| full_name | "step1_account[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account_email" |
| label | "account.email.label" |
| 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 | "registration" |
| unique_block_prefix | "_step1_account_email" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "account.phone.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
[ "placeholder" => "account.phone.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| label | "account.phone.label" |
same as passed value |
| required | false |
same as passed value |
| translation_domain | "registration" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "account.phone.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6064 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "account.phone.label" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | "registration" |
| trim | true |
| upload_max_size_message | Closure() {#6071 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6063 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.phone.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_step1_account_phone" ] |
| cache_key | "_step1_account_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6327 -form: Symfony\Component\Form\Form {#6103 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6328 …5} |
| full_name | "step1_account[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account_phone" |
| label | "account.phone.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | "registration" |
| unique_block_prefix | "_step1_account_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 |
|---|---|---|
| first_options | [ "label" => "account.password.label" "attr" => [ "placeholder" => "account.password.placeholder" "class" => "form-control form-control-lg form-control-solid" ] ] |
[ "label" => "account.password.label" "attr" => [ "placeholder" => "account.password.placeholder" "class" => "form-control form-control-lg form-control-solid" ] ] |
| required | true |
same as passed value |
| second_options | [ "label" => "account.password_confirm.label" "attr" => [ "placeholder" => "account.password_confirm.placeholder" "class" => "form-control form-control-lg form-control-solid" ] ] |
[ "label" => "account.password_confirm.label" "attr" => [ "placeholder" => "account.password_confirm.placeholder" "class" => "form-control form-control-lg form-control-solid" ] ] |
| translation_domain | "registration" |
same as passed value |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6091 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" => "account.password.label" "attr" => [ "placeholder" => "account.password.placeholder" "class" => "form-control form-control-lg form-control-solid" ] ] |
| 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 | 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" => "account.password_confirm.label" "attr" => [ "placeholder" => "account.password_confirm.placeholder" "class" => "form-control form-control-lg form-control-solid" ] ] |
| setter | null |
| translation_domain | "registration" |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#6084 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6085 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_step1_account_password" ] |
| cache_key | "_step1_account_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6326 -form: Symfony\Component\Form\Form {#6127 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6325 …5} |
| full_name | "step1_account[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account_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 | "registration" |
| unique_block_prefix | "_step1_account_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 | [ "placeholder" => "account.password.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
[ "placeholder" => "account.password.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| error_bubbling | false |
same as passed value |
| label | "account.password.label" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "account.password.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6107 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 | "account.password.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6114 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6113 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.password.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_step1_account_password_first" ] |
| cache_key | "_step1_account_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6340 -form: Symfony\Component\Form\Form {#6130 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6339 …5} |
| full_name | "step1_account[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account_password_first" |
| label | "account.password.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "registration" |
| unique_block_prefix | "_step1_account_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 | [ "placeholder" => "account.password_confirm.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
[ "placeholder" => "account.password_confirm.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| error_bubbling | false |
same as passed value |
| label | "account.password_confirm.label" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "account.password_confirm.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6120 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 | "account.password_confirm.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6122 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6121 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.password_confirm.placeholder" "class" => "form-control form-control-lg form-control-solid" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_step1_account_password_second" ] |
| cache_key | "_step1_account_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6341 -form: Symfony\Component\Form\Form {#6137 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6342 …5} |
| full_name | "step1_account[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account_password_second" |
| label | "account.password_confirm.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "registration" |
| unique_block_prefix | "_step1_account_password_second" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "01d984a84b488970d08e8b597c74a.HAhxTHqbVuMe126BGRZoEfp2d0rvLIWGKdkLBIPJaq8.LGUSFgjjb7xYtlvWS1ELR5BPQxqpb8beWYpdVNyPKMlaficrL9M1qnCvKw" |
| 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 | "01d984a84b488970d08e8b597c74a.HAhxTHqbVuMe126BGRZoEfp2d0rvLIWGKdkLBIPJaq8.LGUSFgjjb7xYtlvWS1ELR5BPQxqpb8beWYpdVNyPKMlaficrL9M1qnCvKw" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data | "01d984a84b488970d08e8b597c74a.HAhxTHqbVuMe126BGRZoEfp2d0rvLIWGKdkLBIPJaq8.LGUSFgjjb7xYtlvWS1ELR5BPQxqpb8beWYpdVNyPKMlaficrL9M1qnCvKw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6344 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() {#6338 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6337 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_step1_account__token" ] |
| cache_key | "_step1_account__token_hidden" |
| compound | false |
| data | "01d984a84b488970d08e8b597c74a.HAhxTHqbVuMe126BGRZoEfp2d0rvLIWGKdkLBIPJaq8.LGUSFgjjb7xYtlvWS1ELR5BPQxqpb8beWYpdVNyPKMlaficrL9M1qnCvKw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6352 -form: Symfony\Component\Form\Form {#6348 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6334 …5} |
| full_name | "step1_account[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_account__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 | "_step1_account__token" |
| valid | true |
| value | "01d984a84b488970d08e8b597c74a.HAhxTHqbVuMe126BGRZoEfp2d0rvLIWGKdkLBIPJaq8.LGUSFgjjb7xYtlvWS1ELR5BPQxqpb8beWYpdVNyPKMlaficrL9M1qnCvKw" |
step2_professional
"App\Form\Registration\Step2ProfessionalType"
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| custom_fields | [ App\Entity\Communities\CustomField {#1546 -id: 22 -uniqueId: "2850a5d4-54df-4a43-84c1-55d21fbfb773" -fieldName: "Newsletter" -fieldNameFr: "Newsletter" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous recevoir la newsletter de la communauté ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1552 …} -createdAt: DateTimeImmutable @1781004190 {#1529 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1541 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1590 -id: 23 -uniqueId: "798ee639-ccdb-48a6-80b3-ca3285ed5a78" -fieldName: "Profil LinkedIn" -fieldNameFr: "Profil LinkedIn" -fieldType: "url" -isRequired: false -isVisible: true -isEditable: true -description: "Lien vers votre profil LinkedIn professionnel" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1596 …} -createdAt: DateTimeImmutable @1781004190 {#1559 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1553 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1588 -id: 25 -uniqueId: "d6164ec1-3375-4396-a5d3-7b8874902f05" -fieldName: "Années d'expérience" -fieldNameFr: "Années d'expérience" -fieldType: "select" -isRequired: false -isVisible: true -isEditable: true -description: "Nombre d'années d'expérience professionnelle" -options: [ "0-2 ans" "3-5 ans" "6-10 ans" "11-15 ans" "16-20 ans" "Plus de 20 ans" ] -optionsFr: [ "0-2 ans" "3-5 ans" "6-10 ans" "11-15 ans" "16-20 ans" "Plus de 20 ans" ] -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1587 …} -createdAt: DateTimeImmutable @1781004190 {#1591 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1589 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1583 -id: 26 -uniqueId: "6a309561-5030-472b-a89f-822979dc10eb" -fieldName: "Langues parlées" -fieldNameFr: "Langues parlées" -fieldType: "select" -isRequired: false -isVisible: true -isEditable: true -description: "Langues que vous maîtrisez" -options: [ "Français" "Anglais" "Espagnol" "Allemand" "Italien" "Arabe" "Autre" ] -optionsFr: [ "Français" "Anglais" "Espagnol" "Allemand" "Italien" "Arabe" "Autre" ] -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1582 …} -createdAt: DateTimeImmutable @1781004190 {#1585 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1584 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1571 -id: 28 -uniqueId: "4193a51b-81d1-4f40-b42d-16d9de05a939" -fieldName: "Disponibilité pour mentorat" -fieldNameFr: "Disponibilité pour mentorat" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous être mentor pour d'autres membres ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1572 …} -createdAt: DateTimeImmutable @1781004190 {#1566 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1570 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1576 -id: 29 -uniqueId: "ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de" -fieldName: "Recherche de mentorat" -fieldNameFr: "Recherche de mentorat" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous bénéficier d'un mentorat ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1577 …} -createdAt: DateTimeImmutable @1781004190 {#1574 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1575 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } ] |
[ App\Entity\Communities\CustomField {#1546 -id: 22 -uniqueId: "2850a5d4-54df-4a43-84c1-55d21fbfb773" -fieldName: "Newsletter" -fieldNameFr: "Newsletter" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous recevoir la newsletter de la communauté ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1552 …} -createdAt: DateTimeImmutable @1781004190 {#1529 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1541 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1590 -id: 23 -uniqueId: "798ee639-ccdb-48a6-80b3-ca3285ed5a78" -fieldName: "Profil LinkedIn" -fieldNameFr: "Profil LinkedIn" -fieldType: "url" -isRequired: false -isVisible: true -isEditable: true -description: "Lien vers votre profil LinkedIn professionnel" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1596 …} -createdAt: DateTimeImmutable @1781004190 {#1559 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1553 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1588 -id: 25 -uniqueId: "d6164ec1-3375-4396-a5d3-7b8874902f05" -fieldName: "Années d'expérience" -fieldNameFr: "Années d'expérience" -fieldType: "select" -isRequired: false -isVisible: true -isEditable: true -description: "Nombre d'années d'expérience professionnelle" -options: [ "0-2 ans" "3-5 ans" "6-10 ans" "11-15 ans" "16-20 ans" "Plus de 20 ans" ] -optionsFr: [ "0-2 ans" "3-5 ans" "6-10 ans" "11-15 ans" "16-20 ans" "Plus de 20 ans" ] -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1587 …} -createdAt: DateTimeImmutable @1781004190 {#1591 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1589 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1583 -id: 26 -uniqueId: "6a309561-5030-472b-a89f-822979dc10eb" -fieldName: "Langues parlées" -fieldNameFr: "Langues parlées" -fieldType: "select" -isRequired: false -isVisible: true -isEditable: true -description: "Langues que vous maîtrisez" -options: [ "Français" "Anglais" "Espagnol" "Allemand" "Italien" "Arabe" "Autre" ] -optionsFr: [ "Français" "Anglais" "Espagnol" "Allemand" "Italien" "Arabe" "Autre" ] -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1582 …} -createdAt: DateTimeImmutable @1781004190 {#1585 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1584 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1571 -id: 28 -uniqueId: "4193a51b-81d1-4f40-b42d-16d9de05a939" -fieldName: "Disponibilité pour mentorat" -fieldNameFr: "Disponibilité pour mentorat" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous être mentor pour d'autres membres ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1572 …} -createdAt: DateTimeImmutable @1781004190 {#1566 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1570 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1576 -id: 29 -uniqueId: "ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de" -fieldName: "Recherche de mentorat" -fieldNameFr: "Recherche de mentorat" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous bénéficier d'un mentorat ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1577 …} -createdAt: DateTimeImmutable @1781004190 {#1574 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1575 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } ] |
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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| custom_fields | [ App\Entity\Communities\CustomField {#1546 -id: 22 -uniqueId: "2850a5d4-54df-4a43-84c1-55d21fbfb773" -fieldName: "Newsletter" -fieldNameFr: "Newsletter" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous recevoir la newsletter de la communauté ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1552 …} -createdAt: DateTimeImmutable @1781004190 {#1529 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1541 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1590 -id: 23 -uniqueId: "798ee639-ccdb-48a6-80b3-ca3285ed5a78" -fieldName: "Profil LinkedIn" -fieldNameFr: "Profil LinkedIn" -fieldType: "url" -isRequired: false -isVisible: true -isEditable: true -description: "Lien vers votre profil LinkedIn professionnel" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1596 …} -createdAt: DateTimeImmutable @1781004190 {#1559 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1553 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1588 -id: 25 -uniqueId: "d6164ec1-3375-4396-a5d3-7b8874902f05" -fieldName: "Années d'expérience" -fieldNameFr: "Années d'expérience" -fieldType: "select" -isRequired: false -isVisible: true -isEditable: true -description: "Nombre d'années d'expérience professionnelle" -options: [ "0-2 ans" "3-5 ans" "6-10 ans" "11-15 ans" "16-20 ans" "Plus de 20 ans" ] -optionsFr: [ "0-2 ans" "3-5 ans" "6-10 ans" "11-15 ans" "16-20 ans" "Plus de 20 ans" ] -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1587 …} -createdAt: DateTimeImmutable @1781004190 {#1591 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1589 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1583 -id: 26 -uniqueId: "6a309561-5030-472b-a89f-822979dc10eb" -fieldName: "Langues parlées" -fieldNameFr: "Langues parlées" -fieldType: "select" -isRequired: false -isVisible: true -isEditable: true -description: "Langues que vous maîtrisez" -options: [ "Français" "Anglais" "Espagnol" "Allemand" "Italien" "Arabe" "Autre" ] -optionsFr: [ "Français" "Anglais" "Espagnol" "Allemand" "Italien" "Arabe" "Autre" ] -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1582 …} -createdAt: DateTimeImmutable @1781004190 {#1585 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1584 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1571 -id: 28 -uniqueId: "4193a51b-81d1-4f40-b42d-16d9de05a939" -fieldName: "Disponibilité pour mentorat" -fieldNameFr: "Disponibilité pour mentorat" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous être mentor pour d'autres membres ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1572 …} -createdAt: DateTimeImmutable @1781004190 {#1566 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1570 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } App\Entity\Communities\CustomField {#1576 -id: 29 -uniqueId: "ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de" -fieldName: "Recherche de mentorat" -fieldNameFr: "Recherche de mentorat" -fieldType: "boolean" -isRequired: false -isVisible: true -isEditable: true -description: "Souhaitez-vous bénéficier d'un mentorat ?" -options: null -optionsFr: null -community: Proxies\__CG__\App\Entity\Communities\Community {#1059 …} -userCustomFieldData: Doctrine\ORM\PersistentCollection {#1577 …} -createdAt: DateTimeImmutable @1781004190 {#1574 date: 2026-06-09 11:23:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004190 {#1575 date: 2026-06-09 11:23:10.0 UTC (+00:00) } } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6057 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 | "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() {#6011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6044 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "step2_professional" "_step2_professional" ] |
| cache_key | "_step2_professional_step2_professional" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6354 -form: Symfony\Component\Form\Form {#6168 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6355 …5} |
| full_name | "step2_professional" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step2_professional" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "step2_professional" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step2_professional" |
| valid | true |
| value | null |
custom_field_2850a5d4-54df-4a43-84c1-55d21fbfb773
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" ] |
| auto_initialize | false |
same as passed value |
| label | "Newsletter" |
same as passed value |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
[ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "mb-10 fv-row" ] |
[ "class" => "mb-10 fv-row" ] |
| translation_domain | false |
same as passed value |
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#6185 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 {#6186 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Newsletter" |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| 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 | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6175 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6173 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_step2_professional_custom_field_2850a5d4-54df-4a43-84c1-55d21fbfb773" ] |
| cache_key | "_step2_professional_custom_field_2850a5d4-54df-4a43-84c1-55d21fbfb773_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6359 -form: Symfony\Component\Form\Form {#6196 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6358 …5} |
| full_name | "step2_professional[custom_field_2850a5d4-54df-4a43-84c1-55d21fbfb773]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step2_professional_custom_field_2850a5d4-54df-4a43-84c1-55d21fbfb773" |
| label | "Newsletter" |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "custom_field_2850a5d4-54df-4a43-84c1-55d21fbfb773" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_step2_professional_custom_field_2850a5d4-54df-4a43-84c1-55d21fbfb773" |
| valid | true |
| value | "1" |
custom_field_798ee639-ccdb-48a6-80b3-ca3285ed5a78
"Symfony\Component\Form\Extension\Core\Type\UrlType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Lien vers votre profil LinkedIn professionnel" "class" => "form-control form-control-lg bg-transparent" ] |
[ "placeholder" => "Lien vers votre profil LinkedIn professionnel" "class" => "form-control form-control-lg bg-transparent" ] |
| auto_initialize | false |
same as passed value |
| label | "Profil LinkedIn" |
same as passed value |
| label_attr | [ "class" => "form-label mb-2" ] |
[ "class" => "form-label mb-2" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "mb-10 fv-row" ] |
[ "class" => "mb-10 fv-row" ] |
| translation_domain | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Lien vers votre profil LinkedIn professionnel" "class" => "form-control form-control-lg bg-transparent" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| default_protocol | "http" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6195 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 URL." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Profil LinkedIn" |
| label_attr | [ "class" => "form-label mb-2" ] |
| 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 | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6201 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6192 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Lien vers votre profil LinkedIn professionnel" "class" => "form-control form-control-lg bg-transparent" "inputmode" => "url" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "url" "_step2_professional_custom_field_798ee639-ccdb-48a6-80b3-ca3285ed5a78" ] |
| cache_key | "_step2_professional_custom_field_798ee639-ccdb-48a6-80b3-ca3285ed5a78_url" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6360 -form: Symfony\Component\Form\Form {#6210 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6361 …5} |
| full_name | "step2_professional[custom_field_798ee639-ccdb-48a6-80b3-ca3285ed5a78]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step2_professional_custom_field_798ee639-ccdb-48a6-80b3-ca3285ed5a78" |
| label | "Profil LinkedIn" |
| label_attr | [ "class" => "form-label mb-2" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "custom_field_798ee639-ccdb-48a6-80b3-ca3285ed5a78" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| submitted | false |
| translation_domain | false |
| type | "text" |
| unique_block_prefix | "_step2_professional_custom_field_798ee639-ccdb-48a6-80b3-ca3285ed5a78" |
| valid | true |
| value | "" |
custom_field_d6164ec1-3375-4396-a5d3-7b8874902f05
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-select form-select-lg bg-transparent" "data-control" => "select2" "data-placeholder" => "Nombre d'années d'expérience professionnelle" ] |
[ "class" => "form-select form-select-lg bg-transparent" "data-control" => "select2" "data-placeholder" => "Nombre d'années d'expérience professionnelle" ] |
| auto_initialize | false |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "0-2 ans" => "0-2 ans" "3-5 ans" => "3-5 ans" "6-10 ans" => "6-10 ans" "11-15 ans" => "11-15 ans" "16-20 ans" => "16-20 ans" "Plus de 20 ans" => "Plus de 20 ans" ] |
[ "0-2 ans" => "0-2 ans" "3-5 ans" => "3-5 ans" "6-10 ans" => "6-10 ans" "11-15 ans" => "11-15 ans" "16-20 ans" => "16-20 ans" "Plus de 20 ans" => "Plus de 20 ans" ] |
| expanded | false |
same as passed value |
| label | "Années d'expérience" |
same as passed value |
| label_attr | [ "class" => "form-label mb-2" ] |
[ "class" => "form-label mb-2" ] |
| multiple | false |
same as passed value |
| placeholder | "Nombre d'années d'expérience professionnelle" |
same as passed value |
| required | false |
same as passed value |
| row_attr | [ "class" => "mb-10 fv-row" ] |
[ "class" => "mb-10 fv-row" ] |
| translation_domain | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select form-select-lg bg-transparent" "data-control" => "select2" "data-placeholder" => "Nombre d'années d'expérience professionnelle" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "0-2 ans" => "0-2 ans" "3-5 ans" => "3-5 ans" "6-10 ans" => "6-10 ans" "11-15 ans" => "11-15 ans" "16-20 ans" => "16-20 ans" "Plus de 20 ans" => "Plus de 20 ans" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| 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." |
| 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 | "Années d'expérience" |
| label_attr | [ "class" => "form-label mb-2" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Nombre d'années d'expérience professionnelle" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| setter | null |
| translation_domain | false |
| trim | false |
| upload_max_size_message | Closure() {#6212 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6211 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select form-select-lg bg-transparent" "data-control" => "select2" "data-placeholder" => "Nombre d'années d'expérience professionnelle" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_step2_professional_custom_field_d6164ec1-3375-4396-a5d3-7b8874902f05" ] |
| cache_key | "_step2_professional_custom_field_d6164ec1-3375-4396-a5d3-7b8874902f05_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6364 +label: "0-2 ans" +value: "0-2 ans" +data: "0-2 ans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6365 +label: "3-5 ans" +value: "3-5 ans" +data: "3-5 ans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6366 +label: "6-10 ans" +value: "6-10 ans" +data: "6-10 ans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6367 +label: "11-15 ans" +value: "11-15 ans" +data: "11-15 ans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6368 +label: "16-20 ans" +value: "16-20 ans" +data: "16-20 ans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6369 +label: "Plus de 20 ans" +value: "Plus de 20 ans" +data: "Plus de 20 ans" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6362 -form: Symfony\Component\Form\Form {#6221 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6363 …5} |
| full_name | "step2_professional[custom_field_d6164ec1-3375-4396-a5d3-7b8874902f05]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step2_professional_custom_field_d6164ec1-3375-4396-a5d3-7b8874902f05" |
| is_selected | Closure($choice, $value) {#6371 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Années d'expérience" |
| label_attr | [ "class" => "form-label mb-2" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "custom_field_d6164ec1-3375-4396-a5d3-7b8874902f05" |
| placeholder | "Nombre d'années d'expérience professionnelle" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_step2_professional_custom_field_d6164ec1-3375-4396-a5d3-7b8874902f05" |
| valid | true |
| value | "" |
custom_field_6a309561-5030-472b-a89f-822979dc10eb
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-select form-select-lg bg-transparent" "data-control" => "select2" "data-placeholder" => "Langues que vous maîtrisez" ] |
[ "class" => "form-select form-select-lg bg-transparent" "data-control" => "select2" "data-placeholder" => "Langues que vous maîtrisez" ] |
| auto_initialize | false |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "Français" => "Français" "Anglais" => "Anglais" "Espagnol" => "Espagnol" "Allemand" => "Allemand" "Italien" => "Italien" "Arabe" => "Arabe" "Autre" => "Autre" ] |
[ "Français" => "Français" "Anglais" => "Anglais" "Espagnol" => "Espagnol" "Allemand" => "Allemand" "Italien" => "Italien" "Arabe" => "Arabe" "Autre" => "Autre" ] |
| expanded | false |
same as passed value |
| label | "Langues parlées" |
same as passed value |
| label_attr | [ "class" => "form-label mb-2" ] |
[ "class" => "form-label mb-2" ] |
| multiple | false |
same as passed value |
| placeholder | "Langues que vous maîtrisez" |
same as passed value |
| required | false |
same as passed value |
| row_attr | [ "class" => "mb-10 fv-row" ] |
[ "class" => "mb-10 fv-row" ] |
| translation_domain | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select form-select-lg bg-transparent" "data-control" => "select2" "data-placeholder" => "Langues que vous maîtrisez" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Français" => "Français" "Anglais" => "Anglais" "Espagnol" => "Espagnol" "Allemand" => "Allemand" "Italien" => "Italien" "Arabe" => "Arabe" "Autre" => "Autre" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| 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." |
| 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 | "Langues parlées" |
| label_attr | [ "class" => "form-label mb-2" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Langues que vous maîtrisez" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| setter | null |
| translation_domain | false |
| trim | false |
| upload_max_size_message | Closure() {#6225 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6224 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select form-select-lg bg-transparent" "data-control" => "select2" "data-placeholder" => "Langues que vous maîtrisez" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_step2_professional_custom_field_6a309561-5030-472b-a89f-822979dc10eb" ] |
| cache_key | "_step2_professional_custom_field_6a309561-5030-472b-a89f-822979dc10eb_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6374 +label: "Français" +value: "Français" +data: "Français" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6375 +label: "Anglais" +value: "Anglais" +data: "Anglais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6376 +label: "Espagnol" +value: "Espagnol" +data: "Espagnol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6377 +label: "Allemand" +value: "Allemand" +data: "Allemand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6378 +label: "Italien" +value: "Italien" +data: "Italien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6379 +label: "Arabe" +value: "Arabe" +data: "Arabe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6380 +label: "Autre" +value: "Autre" +data: "Autre" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6372 -form: Symfony\Component\Form\Form {#6234 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6373 …5} |
| full_name | "step2_professional[custom_field_6a309561-5030-472b-a89f-822979dc10eb]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step2_professional_custom_field_6a309561-5030-472b-a89f-822979dc10eb" |
| is_selected | Closure($choice, $value) {#6382 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Langues parlées" |
| label_attr | [ "class" => "form-label mb-2" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "custom_field_6a309561-5030-472b-a89f-822979dc10eb" |
| placeholder | "Langues que vous maîtrisez" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_step2_professional_custom_field_6a309561-5030-472b-a89f-822979dc10eb" |
| valid | true |
| value | "" |
custom_field_4193a51b-81d1-4f40-b42d-16d9de05a939
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" ] |
| auto_initialize | false |
same as passed value |
| label | "Disponibilité pour mentorat" |
same as passed value |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
[ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "mb-10 fv-row" ] |
[ "class" => "mb-10 fv-row" ] |
| translation_domain | false |
same as passed value |
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#6185 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 {#6186 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Disponibilité pour mentorat" |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| 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 | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6237 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_step2_professional_custom_field_4193a51b-81d1-4f40-b42d-16d9de05a939" ] |
| cache_key | "_step2_professional_custom_field_4193a51b-81d1-4f40-b42d-16d9de05a939_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6383 -form: Symfony\Component\Form\Form {#6245 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6384 …5} |
| full_name | "step2_professional[custom_field_4193a51b-81d1-4f40-b42d-16d9de05a939]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step2_professional_custom_field_4193a51b-81d1-4f40-b42d-16d9de05a939" |
| label | "Disponibilité pour mentorat" |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "custom_field_4193a51b-81d1-4f40-b42d-16d9de05a939" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_step2_professional_custom_field_4193a51b-81d1-4f40-b42d-16d9de05a939" |
| valid | true |
| value | "1" |
custom_field_ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de
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" ] |
| auto_initialize | false |
same as passed value |
| label | "Recherche de mentorat" |
same as passed value |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
[ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "mb-10 fv-row" ] |
[ "class" => "mb-10 fv-row" ] |
| translation_domain | false |
same as passed value |
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#6185 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 {#6186 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Recherche de mentorat" |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| 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 | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6249 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6248 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_step2_professional_custom_field_ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de" ] |
| cache_key | "_step2_professional_custom_field_ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6385 -form: Symfony\Component\Form\Form {#6256 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6386 …5} |
| full_name | "step2_professional[custom_field_ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step2_professional_custom_field_ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de" |
| label | "Recherche de mentorat" |
| label_attr | [ "class" => "form-label mb-2 form-check-label fw-semibold fs-6" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "custom_field_ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-10 fv-row" ] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_step2_professional_custom_field_ea1abc04-ba03-4a47-8ce0-9ffc6e1c26de" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5.QJaBfXJp-J_QzYZV8cgz2RESpGEAt_1oXLsP2OP00Yo.LdO3TgMsi8CXmucWmJlWkkJ1xShI54UaM4NZvIGCle1touVKPFiT85mZ0w" |
| 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 | "5.QJaBfXJp-J_QzYZV8cgz2RESpGEAt_1oXLsP2OP00Yo.LdO3TgMsi8CXmucWmJlWkkJ1xShI54UaM4NZvIGCle1touVKPFiT85mZ0w" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data | "5.QJaBfXJp-J_QzYZV8cgz2RESpGEAt_1oXLsP2OP00Yo.LdO3TgMsi8CXmucWmJlWkkJ1xShI54UaM4NZvIGCle1touVKPFiT85mZ0w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6356 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() {#6387 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6388 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_step2_professional__token" ] |
| cache_key | "_step2_professional__token_hidden" |
| compound | false |
| data | "5.QJaBfXJp-J_QzYZV8cgz2RESpGEAt_1oXLsP2OP00Yo.LdO3TgMsi8CXmucWmJlWkkJ1xShI54UaM4NZvIGCle1touVKPFiT85mZ0w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6398 -form: Symfony\Component\Form\Form {#6394 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6389 …5} |
| full_name | "step2_professional[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step2_professional__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 | "_step2_professional__token" |
| valid | true |
| value | "5.QJaBfXJp-J_QzYZV8cgz2RESpGEAt_1oXLsP2OP00Yo.LdO3TgMsi8CXmucWmJlWkkJ1xShI54UaM4NZvIGCle1touVKPFiT85mZ0w" |
step3_payment
"App\Form\Registration\Step3PaymentType"
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| payment_methods | [ App\Entity\Payments\PaymentOrgMethod {#1663 -id: 19 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "key" => "BOp9C+ZIJxDF1fLa5oM+4UtwWk43QlFGV0FaOWNzN0lxU2RIRnc9PQ==" "secret_key" => "Wuxcj5z51llxbx/GkkhbZHd2UWFVVFUzL0hHMTJObHoxTXd0NkE9PQ==" ] -description: "Méthode de paiement Flouci" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1688 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1719 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1771 …} -createdAt: DateTimeImmutable @1781004219 {#1640 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1641 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1766 -id: 22 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "key" => "FZaSLmguIfLYZRO6LoYgzURhY3NPVFhwc1kwYjM3ZHZNSGNZL1E9PQ==" "secret_key" => "NjSRzKn7HrNhJGWi8VOepmo0STArMHJaVVJaSzE2RzlEYjEvZWc9PQ==" ] -description: "Méthode de paiement TPE" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1747 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1758 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1760 …} -createdAt: DateTimeImmutable @1781004219 {#1701 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1774 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1764 -id: 23 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "num_virement" => "I9AEDQYp3Gf7E0k5ID3JyVVoQmIxYWVVZklHVitpQjN1amtGMXc9PQ==" "beneficiary_name" => "sDoN9mON7LQkYaw9yLvGmUdiak00WnZSVlc0bk12VUh2THFzQlE9PQ==" "bank_name" => "vIKYIOR4TAqhEJOG9Mh2y05hdk03VWJ5ZkNaNVBwVEpkUGtacnZsaUpKWUt1WGJEUVFRajROeU9yZXJTeHl6MWlHUTV1QnF2c3RvRi9UdDJCc1VDbzVHcFdGbVd1NkJlSTZLYVFoMUhsWkpBRExLcmg0OXJDeUt5ZytzPQ==" "iban" => "/cNx+jNdMoIg3cWG+wydry9ZallNaHRCS3hMcGRRZHBVL2dhZFNGTzZORWlrOFl0VjgxYytmZDJKc0E9" "bic" => "sHI+ito+v1qB8PX3rTqYwXpwUnRJWGxZOWt3U3FmeWovdXJvalE9PQ==" ] -description: "Méthode de paiement Virement bancaire" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1776 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1697 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1779 …} -createdAt: DateTimeImmutable @1781004219 {#1762 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1763 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1783 -id: 25 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => true "reference_label" => "Numéro de chèque" ] -description: "Méthode de paiement Chèque" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1785 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1787 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1789 …} -createdAt: DateTimeImmutable @1781004219 {#1781 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1782 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1793 -id: 26 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => false ] -description: "Méthode de paiement Espèces" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1795 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1797 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1799 …} -createdAt: DateTimeImmutable @1781004219 {#1791 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1792 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1803 -id: 27 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => true "reference_label" => "N° bon de commande" ] -description: "Méthode de paiement Bon de commande" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1805 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1807 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1809 …} -createdAt: DateTimeImmutable @1781004219 {#1801 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1802 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } ] |
[ App\Entity\Payments\PaymentOrgMethod {#1663 -id: 19 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "key" => "BOp9C+ZIJxDF1fLa5oM+4UtwWk43QlFGV0FaOWNzN0lxU2RIRnc9PQ==" "secret_key" => "Wuxcj5z51llxbx/GkkhbZHd2UWFVVFUzL0hHMTJObHoxTXd0NkE9PQ==" ] -description: "Méthode de paiement Flouci" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1688 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1719 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1771 …} -createdAt: DateTimeImmutable @1781004219 {#1640 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1641 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1766 -id: 22 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "key" => "FZaSLmguIfLYZRO6LoYgzURhY3NPVFhwc1kwYjM3ZHZNSGNZL1E9PQ==" "secret_key" => "NjSRzKn7HrNhJGWi8VOepmo0STArMHJaVVJaSzE2RzlEYjEvZWc9PQ==" ] -description: "Méthode de paiement TPE" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1747 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1758 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1760 …} -createdAt: DateTimeImmutable @1781004219 {#1701 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1774 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1764 -id: 23 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "num_virement" => "I9AEDQYp3Gf7E0k5ID3JyVVoQmIxYWVVZklHVitpQjN1amtGMXc9PQ==" "beneficiary_name" => "sDoN9mON7LQkYaw9yLvGmUdiak00WnZSVlc0bk12VUh2THFzQlE9PQ==" "bank_name" => "vIKYIOR4TAqhEJOG9Mh2y05hdk03VWJ5ZkNaNVBwVEpkUGtacnZsaUpKWUt1WGJEUVFRajROeU9yZXJTeHl6MWlHUTV1QnF2c3RvRi9UdDJCc1VDbzVHcFdGbVd1NkJlSTZLYVFoMUhsWkpBRExLcmg0OXJDeUt5ZytzPQ==" "iban" => "/cNx+jNdMoIg3cWG+wydry9ZallNaHRCS3hMcGRRZHBVL2dhZFNGTzZORWlrOFl0VjgxYytmZDJKc0E9" "bic" => "sHI+ito+v1qB8PX3rTqYwXpwUnRJWGxZOWt3U3FmeWovdXJvalE9PQ==" ] -description: "Méthode de paiement Virement bancaire" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1776 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1697 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1779 …} -createdAt: DateTimeImmutable @1781004219 {#1762 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1763 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1783 -id: 25 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => true "reference_label" => "Numéro de chèque" ] -description: "Méthode de paiement Chèque" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1785 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1787 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1789 …} -createdAt: DateTimeImmutable @1781004219 {#1781 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1782 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1793 -id: 26 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => false ] -description: "Méthode de paiement Espèces" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1795 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1797 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1799 …} -createdAt: DateTimeImmutable @1781004219 {#1791 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1792 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1803 -id: 27 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => true "reference_label" => "N° bon de commande" ] -description: "Méthode de paiement Bon de commande" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1805 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1807 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1809 …} -createdAt: DateTimeImmutable @1781004219 {#1801 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1802 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } ] |
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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6262 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 | "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" |
| payment_methods | [ App\Entity\Payments\PaymentOrgMethod {#1663 -id: 19 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "key" => "BOp9C+ZIJxDF1fLa5oM+4UtwWk43QlFGV0FaOWNzN0lxU2RIRnc9PQ==" "secret_key" => "Wuxcj5z51llxbx/GkkhbZHd2UWFVVFUzL0hHMTJObHoxTXd0NkE9PQ==" ] -description: "Méthode de paiement Flouci" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1688 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1719 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1771 …} -createdAt: DateTimeImmutable @1781004219 {#1640 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1641 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1766 -id: 22 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "key" => "FZaSLmguIfLYZRO6LoYgzURhY3NPVFhwc1kwYjM3ZHZNSGNZL1E9PQ==" "secret_key" => "NjSRzKn7HrNhJGWi8VOepmo0STArMHJaVVJaSzE2RzlEYjEvZWc9PQ==" ] -description: "Méthode de paiement TPE" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1747 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1758 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1760 …} -createdAt: DateTimeImmutable @1781004219 {#1701 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1774 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1764 -id: 23 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "num_virement" => "I9AEDQYp3Gf7E0k5ID3JyVVoQmIxYWVVZklHVitpQjN1amtGMXc9PQ==" "beneficiary_name" => "sDoN9mON7LQkYaw9yLvGmUdiak00WnZSVlc0bk12VUh2THFzQlE9PQ==" "bank_name" => "vIKYIOR4TAqhEJOG9Mh2y05hdk03VWJ5ZkNaNVBwVEpkUGtacnZsaUpKWUt1WGJEUVFRajROeU9yZXJTeHl6MWlHUTV1QnF2c3RvRi9UdDJCc1VDbzVHcFdGbVd1NkJlSTZLYVFoMUhsWkpBRExLcmg0OXJDeUt5ZytzPQ==" "iban" => "/cNx+jNdMoIg3cWG+wydry9ZallNaHRCS3hMcGRRZHBVL2dhZFNGTzZORWlrOFl0VjgxYytmZDJKc0E9" "bic" => "sHI+ito+v1qB8PX3rTqYwXpwUnRJWGxZOWt3U3FmeWovdXJvalE9PQ==" ] -description: "Méthode de paiement Virement bancaire" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1776 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1697 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1779 …} -createdAt: DateTimeImmutable @1781004219 {#1762 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1763 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1783 -id: 25 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => true "reference_label" => "Numéro de chèque" ] -description: "Méthode de paiement Chèque" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1785 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1787 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1789 …} -createdAt: DateTimeImmutable @1781004219 {#1781 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1782 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1793 -id: 26 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => false ] -description: "Méthode de paiement Espèces" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1795 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1797 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1799 …} -createdAt: DateTimeImmutable @1781004219 {#1791 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1792 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } App\Entity\Payments\PaymentOrgMethod {#1803 -id: 27 -organization: Proxies\__CG__\App\Entity\Organizations\Organization {#1194 …} -isActive: true -config: [ "requires_reference" => true "reference_label" => "N° bon de commande" ] -description: "Méthode de paiement Bon de commande" -paymentMethod: Proxies\__CG__\App\Entity\Payments\PaymentMethod {#1805 …} -purchaseMembres: Doctrine\ORM\PersistentCollection {#1807 …} -paymentOrgServices: Doctrine\ORM\PersistentCollection {#1809 …} -createdAt: DateTimeImmutable @1781004219 {#1801 date: 2026-06-09 11:23:39.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1781004219 {#1802 date: 2026-06-09 11:23:39.0 UTC (+00:00) } } ] |
| 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() {#6275 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6263 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "step3_payment" "_step3_payment" ] |
| cache_key | "_step3_payment_step3_payment" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6400 -form: Symfony\Component\Form\Form {#6304 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6401 …5} |
| full_name | "step3_payment" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step3_payment" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "step3_payment" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step3_payment" |
| valid | true |
| value | null |
paymentOrgMethodId
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 | [ "id" => "payment_org_method_id" ] |
[ "id" => "payment_org_method_id" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "payment_org_method_id" ] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6284 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 | 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6283 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "payment_org_method_id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_step3_payment_paymentOrgMethodId" ] |
| cache_key | "_step3_payment_paymentOrgMethodId_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6405 -form: Symfony\Component\Form\Form {#6307 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6404 …5} |
| full_name | "step3_payment[paymentOrgMethodId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step3_payment_paymentOrgMethodId" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "paymentOrgMethodId" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step3_payment_paymentOrgMethodId" |
| valid | true |
| value | "" |
paymentToken
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 |
|---|---|---|
| required | 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 | [] |
| 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 {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6296 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 | 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6297 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_step3_payment_paymentToken" ] |
| cache_key | "_step3_payment_paymentToken_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6406 -form: Symfony\Component\Form\Form {#6310 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6407 …5} |
| full_name | "step3_payment[paymentToken]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step3_payment_paymentToken" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "paymentToken" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step3_payment_paymentToken" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d347.Q6XyElSUA9MnBXcsCJMfB-YIiD4XfJty-2nHNeyXNmw.AteqdXnAZucRZwcVbKdoUN89yXFeM_wAmFmPRZnUWRQI96hYDN9Iqk5vFA" |
| 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 | "d347.Q6XyElSUA9MnBXcsCJMfB-YIiD4XfJty-2nHNeyXNmw.AteqdXnAZucRZwcVbKdoUN89yXFeM_wAmFmPRZnUWRQI96hYDN9Iqk5vFA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5971 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5972 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5975 …} -namespace: Closure() {#5989 …} } |
| data | "d347.Q6XyElSUA9MnBXcsCJMfB-YIiD4XfJty-2nHNeyXNmw.AteqdXnAZucRZwcVbKdoUN89yXFeM_wAmFmPRZnUWRQI96hYDN9Iqk5vFA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6402 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() {#6408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#127 …} $message: Closure() {#6409 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_step3_payment__token" ] |
| cache_key | "_step3_payment__token_hidden" |
| compound | false |
| data | "d347.Q6XyElSUA9MnBXcsCJMfB-YIiD4XfJty-2nHNeyXNmw.AteqdXnAZucRZwcVbKdoUN89yXFeM_wAmFmPRZnUWRQI96hYDN9Iqk5vFA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6419 -form: Symfony\Component\Form\Form {#6415 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6410 …5} |
| full_name | "step3_payment[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step3_payment__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 | "_step3_payment__token" |
| valid | true |
| value | "d347.Q6XyElSUA9MnBXcsCJMfB-YIiD4XfJty-2nHNeyXNmw.AteqdXnAZucRZwcVbKdoUN89yXFeM_wAmFmPRZnUWRQI96hYDN9Iqk5vFA" |