Forms
-
account_request
-
type
-
0
-
1
-
-
company
-
companyName
-
vat
-
-
personalInformation
-
lastname
-
email
-
phoneIso
-
phone
-
country
-
address
-
city
-
zipCode
-
firstname
-
addressNumber
-
boxNumber
-
-
reseller
-
captcha
-
submit
-
-
login_modal
-
login
-
password
-
submit
-
-
forgotten_password
-
login
-
submit
-
account_request
"App\Form\Account\AccountRequestType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Account\AccountRequestData {#665 -type: "" -personalInformation: App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } -company: App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } -reseller: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\FormData\Account\AccountRequestData {#665 -type: "" -personalInformation: App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } -company: App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } -reseller: 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 | true |
| constraints | [] |
| data | App\FormData\Account\AccountRequestData {#665 -type: "" -personalInformation: App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } -company: App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } -reseller: false } |
| data_class | "App\FormData\Account\AccountRequestData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#554 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Account\AccountRequestData" } } |
| 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() {#513 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#510 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "account_request" "_account_request" ] |
| cache_key | "_account_request_account_request" |
| compound | true |
| data | App\FormData\Account\AccountRequestData {#665 -type: "" -personalInformation: App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } -company: App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } -reseller: false } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#874 -errors: [] -form: Symfony\Component\Form\Form {#875 …} } |
| form | Symfony\Component\Form\FormView {#504 …5} |
| full_name | "account_request" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "account_request" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_account_request" |
| valid | true |
| value | App\FormData\Account\AccountRequestData {#665 -type: "" -personalInformation: App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } -company: App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } -reseller: false } |
type
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "individual" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "form.individual" => "individual" "form.professional" => "professional" ] |
[ "form.individual" => "individual" "form.professional" => "professional" ] |
| data | "individual" |
same as passed value |
| expanded | true |
same as passed value |
| label | false |
same as passed value |
| label_attr | [ "class" => "ps-10 radio-inline" ] |
[ "class" => "ps-10 radio-inline" ] |
| multiple | false |
same as passed value |
| translation_domain | "form" |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | "form" |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "form.individual" => "individual" "form.professional" => "professional" ] |
| compound | true |
| constraints | [] |
| data | "individual" |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | false |
| label_attr | [ "class" => "ps-10 radio-inline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | "form" |
| trim | false |
| upload_max_size_message | Closure() {#527 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#517 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_account_request_type" ] |
| cache_key | "_account_request_type_choice" |
| choice_translation_domain | "form" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#521 +data: "individual" +value: "individual" +label: "form.individual" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#520 +data: "professional" +value: "professional" +label: "form.professional" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | "individual" |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2654 -errors: [] -form: Symfony\Component\Form\Form {#898 …} } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#458 …5} |
| full_name | "account_request[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_type" |
| is_selected | Closure($choice, $value) {#2646 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | false |
| label_attr | [ "class" => "ps-10 radio-inline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_type" |
| valid | true |
| value | "individual" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"individual"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "form.individual" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | "form" |
same as passed value |
| value | "individual" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#838 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 | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#839 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "form.individual" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#884 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#883 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "individual" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_account_request_type_entry" ] |
| cache_key | "_account_request_type_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2614 -errors: [] -form: Symfony\Component\Form\Form {#901 …} } |
| form | Symfony\Component\Form\FormView {#2622 …5} |
| full_name | "account_request[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_type_0" |
| label | "form.individual" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_type_entry" |
| valid | true |
| value | "individual" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "form.professional" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | "form" |
same as passed value |
| value | "professional" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#838 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 | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#839 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "form.professional" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#892 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#891 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "professional" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_account_request_type_entry" ] |
| cache_key | "_account_request_type_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2603 -errors: [] -form: Symfony\Component\Form\Form {#904 …} } |
| form | Symfony\Component\Form\FormView {#2596 …5} |
| full_name | "account_request[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_type_1" |
| label | "form.professional" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_type_entry" |
| valid | true |
| value | "professional" |
company
"App\Form\Common\CompanyType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } |
same as passed value |
| label | false |
same as passed value |
| showVat | true |
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 | [] |
| data | App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } |
| data_class | "App\FormData\Common\CompanyData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#547 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Common\CompanyData" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| has_user_information | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| isProfessional | true |
| is_empty_callback | null |
| label | false |
| 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 |
| showVat | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#548 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "company" "_account_request_company" ] |
| cache_key | "_account_request_company_company" |
| compound | true |
| data | App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2630 -errors: [] -form: Symfony\Component\Form\Form {#927 …} } |
| form | Symfony\Component\Form\FormView {#2638 …5} |
| full_name | "account_request[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_company" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_account_request_company" |
| valid | true |
| value | App\FormData\Common\CompanyData {#668 -companyName: "" -vat: "" } |
companyName
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-company" "data-parsley-required-message" => "Veuillez indiquer le nom de votre société." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 50 "data-parsley-minlength-message" => "Le nom de société doit comporter au minimum 2 caractères." "data-parsley-maxlength-message" => "Le nom de société doit comporter au maximum 50 caractères." ] |
[ "class" => "js-company" "data-parsley-required-message" => "Veuillez indiquer le nom de votre société." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 50 "data-parsley-minlength-message" => "Le nom de société doit comporter au minimum 2 caractères." "data-parsley-maxlength-message" => "Le nom de société doit comporter au maximum 50 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#813 +payload: null +groups: ? ?array +message: "validator.companyName.not_blank" } Symfony\Component\Validator\Constraints\Length {#460 +payload: null +groups: ? ?array +maxMessage: "validator.companyName.max" +minMessage: "validator.companyName.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotNull {#813 +payload: null +groups: ? ?array +message: "validator.companyName.not_blank" } Symfony\Component\Validator\Constraints\Length {#460 +payload: null +groups: ? ?array +maxMessage: "validator.companyName.max" +minMessage: "validator.companyName.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| disabled | false |
same as passed value |
| label | "form.company" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-company" "data-parsley-required-message" => "Veuillez indiquer le nom de votre société." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 50 "data-parsley-minlength-message" => "Le nom de société doit comporter au minimum 2 caractères." "data-parsley-maxlength-message" => "Le nom de société doit comporter au maximum 50 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#813 +payload: null +groups: ? ?array +message: "validator.companyName.not_blank" } Symfony\Component\Validator\Constraints\Length {#460 +payload: null +groups: ? ?array +maxMessage: "validator.companyName.max" +minMessage: "validator.companyName.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#912 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 | "form.company" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#914 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#913 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-company" "data-parsley-required-message" => "Veuillez indiquer le nom de votre société." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 50 "data-parsley-minlength-message" => "Le nom de société doit comporter au minimum 2 caractères." "data-parsley-maxlength-message" => "Le nom de société doit comporter au maximum 50 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_company_companyName" ] |
| cache_key | "_account_request_company_companyName_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#615 -errors: [] -form: Symfony\Component\Form\Form {#930 …} } |
| form | Symfony\Component\Form\FormView {#940 …5} |
| full_name | "account_request[company][companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_company_companyName" |
| label | "form.company" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_company_companyName" |
| valid | true |
| value | "" |
vat
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-company" "data-parsley-required-message" => "Veuillez indiquer un numéro de TVA." ] |
[ "class" => "js-company" "data-parsley-required-message" => "Veuillez indiquer un numéro de TVA." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#447 +payload: null +groups: ? ?array +message: "validator.vat.not_blank" } ] |
[ Symfony\Component\Validator\Constraints\NotNull {#447 +payload: null +groups: ? ?array +message: "validator.vat.not_blank" } ] |
| disabled | false |
same as passed value |
| label | "form.vat" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-company" "data-parsley-required-message" => "Veuillez indiquer un numéro de TVA." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#447 +payload: null +groups: ? ?array +message: "validator.vat.not_blank" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#920 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 | "form.vat" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#921 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-company" "data-parsley-required-message" => "Veuillez indiquer un numéro de TVA." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_company_vat" ] |
| cache_key | "_account_request_company_vat_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#923 -errors: [] -form: Symfony\Component\Form\Form {#933 …} } |
| form | Symfony\Component\Form\FormView {#915 …5} |
| full_name | "account_request[company][vat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_company_vat" |
| label | "form.vat" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "vat" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_company_vat" |
| valid | true |
| value | "" |
personalInformation
"App\Form\Common\PersonalInformationType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } |
same as passed value |
| label | 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 | true |
| constraints | [] |
| data | App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } |
| data_class | "App\FormData\Common\PersonalInformationData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#455 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Common\PersonalInformationData" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| has_user_information | false |
| 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 | false |
| 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() {#457 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#456 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "personal_information" "_account_request_personalInformation" ] |
| cache_key | "_account_request_personalInformation_personal_information" |
| compound | true |
| data | App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2574 -errors: [] -form: Symfony\Component\Form\Form {#2658 …} } |
| form | Symfony\Component\Form\FormView {#2581 …5} |
| full_name | "account_request[personalInformation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personalInformation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_account_request_personalInformation" |
| valid | true |
| value | App\FormData\Common\PersonalInformationData {#662 -firstname: "" -lastname: "" -email: "" -phoneIso: "BE" -phone: "" -address: "" -addressNumber: "" -boxNumber: "" -city: "" -zipCode: "" -country: 4 } |
lastname
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre nom." "data-parsley-minlength" => 3 "data-parsley-maxlength" => 40 "data-parsley-minlength-message" => "Le nom doit comporter plus de 3 caractères." "data-parsley-maxlength-message" => "Le nom doit comporter au maximum 40 caractères." ] |
[ "data-parsley-required-message" => "Veuillez indiquer votre nom." "data-parsley-minlength" => 3 "data-parsley-maxlength" => 40 "data-parsley-minlength-message" => "Le nom doit comporter plus de 3 caractères." "data-parsley-maxlength-message" => "Le nom doit comporter au maximum 40 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#822 +payload: null +groups: ? ?array +message: "validator.name.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#823 +payload: null +groups: ? ?array +maxMessage: "validator.name.max" +minMessage: "validator.name.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 40 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#822 +payload: null +groups: ? ?array +message: "validator.name.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#823 +payload: null +groups: ? ?array +maxMessage: "validator.name.max" +minMessage: "validator.name.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 40 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| disabled | false |
same as passed value |
| label | "form.name" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre nom." "data-parsley-minlength" => 3 "data-parsley-maxlength" => 40 "data-parsley-minlength-message" => "Le nom doit comporter plus de 3 caractères." "data-parsley-maxlength-message" => "Le nom doit comporter au maximum 40 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#822 +payload: null +groups: ? ?array +message: "validator.name.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#823 +payload: null +groups: ? ?array +maxMessage: "validator.name.max" +minMessage: "validator.name.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 40 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#937 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 | "form.name" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#938 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre nom." "data-parsley-minlength" => 3 "data-parsley-maxlength" => 40 "data-parsley-minlength-message" => "Le nom doit comporter plus de 3 caractères." "data-parsley-maxlength-message" => "Le nom doit comporter au maximum 40 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_personalInformation_lastname" ] |
| cache_key | "_account_request_personalInformation_lastname_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2703 -errors: [] -form: Symfony\Component\Form\Form {#2661 …} } |
| form | Symfony\Component\Form\FormView {#885 …5} |
| full_name | "account_request[personalInformation][lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_lastname" |
| label | "form.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_lastname" |
| 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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
[ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#824 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#825 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#824 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#825 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| disabled | false |
same as passed value |
| label | "form.email" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#824 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#825 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2571 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 | "form.email" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#2573 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2572 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_account_request_personalInformation_email" ] |
| cache_key | "_account_request_personalInformation_email_email" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2705 -errors: [] -form: Symfony\Component\Form\Form {#2664 …} } |
| form | Symfony\Component\Form\FormView {#2706 …5} |
| full_name | "account_request[personalInformation][email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_email" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_email" |
| valid | true |
| value | "" |
phoneIso
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "BE" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-parsley-phone-iso" ] |
[ "class" => "js-parsley-phone-iso" ] |
| choice_attr | Closure($value) {#951 class: "App\Form\Common\PersonalInformationType" this: App\Form\Common\PersonalInformationType {#448 …} } |
same as passed value |
| choices | [ "+32 Belgium" => "BE" "+33 France" => "FR" "+352 Luxembourg" => "LU" "+31 Netherlands" => "NL" "+49 Germany" => "DE" "+41 Switzerland" => "CH" "+43 Austria" => "AT" "+359 Bulgaria" => "BG" "+385 Croatia" => "HR" "+357 Cyprus" => "CY" "+420 Czech Republic" => "CZ" "+45 Denmark" => "DK" "+372 Estonia" => "EE" "+358 Finland" => "FI" "+30 Greece" => "GR" "+36 Hungary" => "HU" "+0 Iles Canaries" => "IC" "+353 Ireland" => "IE" "+39 Italy" => "IT" "+371 Latvia" => "LV" "+370 Lithuania" => "LT" "+356 Malta" => "MT" "+377 Monaco" => "MC" "+48 Poland" => "PL" "+351 Portugal" => "PT" "+40 Romania" => "RO" "+421 Slovakia" => "SK" "+386 Slovenia" => "SI" "+34 Spain" => "ES" "+46 Sweden" => "SE" "+213 Algeria" => "DZ" "+376 Andorra" => "AD" "+54 Argentina" => "AR" "+374 Armenia" => "AM" "+61 Australia" => "AU" "+994 Azerbaijan" => "AZ" "+973 Bahreïn" => "BH" "+880 Bangladesh" => "BD" "+229 Benin" => "BJ" "+387 Bosnia and Herzegovina" => "BA" "+673 Brunei Darussalam" => "BN" "+226 Burkina Faso" => "BF" "+257 Burundi" => "BI" "+855 Cambodia" => "KH" "+237 Cameroon" => "CM" "+1 Canada" => "CA" "+235 Chad" => "TD" "+86 China" => "CN" "+57 Colombia" => "CO" "+242 Congo" => "CG" "+243 Democratic Republic of Congo" => "CD" "+1 Dominican Republic" => "DO" "+20 Egypt" => "EG" "+503 El Salvador" => "SV" "+251 Ethiopia" => "ET" "+594 French Guiana" => "GF" "+689 French Polynesia" => "PF" "+241 Gabon" => "GA" "+995 Georgia" => "GE" "+233 Ghana" => "GH" "+350 Gibraltar" => "GI" "+590 Guadeloupe" => "GP" "+502 Guatemala" => "GT" "+224 Guinea" => "GN" "+592 Guyana" => "GY" "+509 Haiti" => "HT" "+504 Honduras" => "HN" "+852 Hong Kong" => "HK" "+354 Iceland" => "IS" "+91 India" => "IN" "+62 Indonesia" => "ID" "+972 Israel" => "IL" "+225 Ivory Coast" => "CI" "+81 Japon" => "JP" "+962 Jordania" => "JO" "+254 Kenya" => "KE" "+82 Korea" => "KR" "+856 Lao PDR" => "LA" "+423 Liechtenstein" => "LI" "+389 Macedonia" => "MK" "+261 Madagascar" => "MG" "+60 Malaysia" => "MY" "+223 Mali" => "ML" "+596 Martinique" => "MQ" "+222 Mauritania" => "MR" "+230 Mauritius" => "MU" "+262 Mayotte" => "YT" "+52 Mexico" => "MX" "+212 Morocco" => "MA" "+95 Myanmar" => "MM" "+264 Namibia" => "NA" "+687 New Caledonia" => "NC" "+64 New Zealand" => "NZ" "+505 Nicaragua" => "NI" "+234 Nigeria" => "NG" "+850 North Korea" => "KP" "+47 Norway" => "NO" "+92 Pakistan" => "PK" "+507 Panama" => "PA" "+63 Philippines" => "PH" "+236 République centrafricaine" => "CF" "+262 Réunion" => "RE" "+7 Russia" => "RU" "+590 Saint Barthélemy" => "BL" "+1 Saint Martin (French part)" => "SX" "+508 Saint-Pierre and Miquelon" => "PM" "+221 Senegal" => "SN" "+381 Serbia" => "RS" "+248 Seychelles" => "SC" "+65 Singapour" => "SG" "+27 South Africa" => "ZA" "+94 Sri Lanka" => "LK" "+597 Surinam" => "SR" "+886 Taiwan" => "TW" "+255 Tanzania" => "TZ" "+66 Thailand" => "TH" "+216 Tunisia" => "TN" "+90 Turkey" => "TR" "+380 Ukraine" => "UA" "+971 United Arab Emirates" => "AE" "+44 United Kingdom" => "GB" "+1 USA" => "US" "+39 Vatican" => "VA" "+84 Viet Nam" => "VN" "+681 Wallis and Futuna" => "WF" ] |
[ "+32 Belgium" => "BE" "+33 France" => "FR" "+352 Luxembourg" => "LU" "+31 Netherlands" => "NL" "+49 Germany" => "DE" "+41 Switzerland" => "CH" "+43 Austria" => "AT" "+359 Bulgaria" => "BG" "+385 Croatia" => "HR" "+357 Cyprus" => "CY" "+420 Czech Republic" => "CZ" "+45 Denmark" => "DK" "+372 Estonia" => "EE" "+358 Finland" => "FI" "+30 Greece" => "GR" "+36 Hungary" => "HU" "+0 Iles Canaries" => "IC" "+353 Ireland" => "IE" "+39 Italy" => "IT" "+371 Latvia" => "LV" "+370 Lithuania" => "LT" "+356 Malta" => "MT" "+377 Monaco" => "MC" "+48 Poland" => "PL" "+351 Portugal" => "PT" "+40 Romania" => "RO" "+421 Slovakia" => "SK" "+386 Slovenia" => "SI" "+34 Spain" => "ES" "+46 Sweden" => "SE" "+213 Algeria" => "DZ" "+376 Andorra" => "AD" "+54 Argentina" => "AR" "+374 Armenia" => "AM" "+61 Australia" => "AU" "+994 Azerbaijan" => "AZ" "+973 Bahreïn" => "BH" "+880 Bangladesh" => "BD" "+229 Benin" => "BJ" "+387 Bosnia and Herzegovina" => "BA" "+673 Brunei Darussalam" => "BN" "+226 Burkina Faso" => "BF" "+257 Burundi" => "BI" "+855 Cambodia" => "KH" "+237 Cameroon" => "CM" "+1 Canada" => "CA" "+235 Chad" => "TD" "+86 China" => "CN" "+57 Colombia" => "CO" "+242 Congo" => "CG" "+243 Democratic Republic of Congo" => "CD" "+1 Dominican Republic" => "DO" "+20 Egypt" => "EG" "+503 El Salvador" => "SV" "+251 Ethiopia" => "ET" "+594 French Guiana" => "GF" "+689 French Polynesia" => "PF" "+241 Gabon" => "GA" "+995 Georgia" => "GE" "+233 Ghana" => "GH" "+350 Gibraltar" => "GI" "+590 Guadeloupe" => "GP" "+502 Guatemala" => "GT" "+224 Guinea" => "GN" "+592 Guyana" => "GY" "+509 Haiti" => "HT" "+504 Honduras" => "HN" "+852 Hong Kong" => "HK" "+354 Iceland" => "IS" "+91 India" => "IN" "+62 Indonesia" => "ID" "+972 Israel" => "IL" "+225 Ivory Coast" => "CI" "+81 Japon" => "JP" "+962 Jordania" => "JO" "+254 Kenya" => "KE" "+82 Korea" => "KR" "+856 Lao PDR" => "LA" "+423 Liechtenstein" => "LI" "+389 Macedonia" => "MK" "+261 Madagascar" => "MG" "+60 Malaysia" => "MY" "+223 Mali" => "ML" "+596 Martinique" => "MQ" "+222 Mauritania" => "MR" "+230 Mauritius" => "MU" "+262 Mayotte" => "YT" "+52 Mexico" => "MX" "+212 Morocco" => "MA" "+95 Myanmar" => "MM" "+264 Namibia" => "NA" "+687 New Caledonia" => "NC" "+64 New Zealand" => "NZ" "+505 Nicaragua" => "NI" "+234 Nigeria" => "NG" "+850 North Korea" => "KP" "+47 Norway" => "NO" "+92 Pakistan" => "PK" "+507 Panama" => "PA" "+63 Philippines" => "PH" "+236 République centrafricaine" => "CF" "+262 Réunion" => "RE" "+7 Russia" => "RU" "+590 Saint Barthélemy" => "BL" "+1 Saint Martin (French part)" => "SX" "+508 Saint-Pierre and Miquelon" => "PM" "+221 Senegal" => "SN" "+381 Serbia" => "RS" "+248 Seychelles" => "SC" "+65 Singapour" => "SG" "+27 South Africa" => "ZA" "+94 Sri Lanka" => "LK" "+597 Surinam" => "SR" "+886 Taiwan" => "TW" "+255 Tanzania" => "TZ" "+66 Thailand" => "TH" "+216 Tunisia" => "TN" "+90 Turkey" => "TR" "+380 Ukraine" => "UA" "+971 United Arab Emirates" => "AE" "+44 United Kingdom" => "GB" "+1 USA" => "US" "+39 Vatican" => "VA" "+84 Viet Nam" => "VN" "+681 Wallis and Futuna" => "WF" ] |
| disabled | false |
same as passed value |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-parsley-phone-iso" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($value) {#951 class: "App\Form\Common\PersonalInformationType" this: App\Form\Common\PersonalInformationType {#448 …} } |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "+32 Belgium" => "BE" "+33 France" => "FR" "+352 Luxembourg" => "LU" "+31 Netherlands" => "NL" "+49 Germany" => "DE" "+41 Switzerland" => "CH" "+43 Austria" => "AT" "+359 Bulgaria" => "BG" "+385 Croatia" => "HR" "+357 Cyprus" => "CY" "+420 Czech Republic" => "CZ" "+45 Denmark" => "DK" "+372 Estonia" => "EE" "+358 Finland" => "FI" "+30 Greece" => "GR" "+36 Hungary" => "HU" "+0 Iles Canaries" => "IC" "+353 Ireland" => "IE" "+39 Italy" => "IT" "+371 Latvia" => "LV" "+370 Lithuania" => "LT" "+356 Malta" => "MT" "+377 Monaco" => "MC" "+48 Poland" => "PL" "+351 Portugal" => "PT" "+40 Romania" => "RO" "+421 Slovakia" => "SK" "+386 Slovenia" => "SI" "+34 Spain" => "ES" "+46 Sweden" => "SE" "+213 Algeria" => "DZ" "+376 Andorra" => "AD" "+54 Argentina" => "AR" "+374 Armenia" => "AM" "+61 Australia" => "AU" "+994 Azerbaijan" => "AZ" "+973 Bahreïn" => "BH" "+880 Bangladesh" => "BD" "+229 Benin" => "BJ" "+387 Bosnia and Herzegovina" => "BA" "+673 Brunei Darussalam" => "BN" "+226 Burkina Faso" => "BF" "+257 Burundi" => "BI" "+855 Cambodia" => "KH" "+237 Cameroon" => "CM" "+1 Canada" => "CA" "+235 Chad" => "TD" "+86 China" => "CN" "+57 Colombia" => "CO" "+242 Congo" => "CG" "+243 Democratic Republic of Congo" => "CD" "+1 Dominican Republic" => "DO" "+20 Egypt" => "EG" "+503 El Salvador" => "SV" "+251 Ethiopia" => "ET" "+594 French Guiana" => "GF" "+689 French Polynesia" => "PF" "+241 Gabon" => "GA" "+995 Georgia" => "GE" "+233 Ghana" => "GH" "+350 Gibraltar" => "GI" "+590 Guadeloupe" => "GP" "+502 Guatemala" => "GT" "+224 Guinea" => "GN" "+592 Guyana" => "GY" "+509 Haiti" => "HT" "+504 Honduras" => "HN" "+852 Hong Kong" => "HK" "+354 Iceland" => "IS" "+91 India" => "IN" "+62 Indonesia" => "ID" "+972 Israel" => "IL" "+225 Ivory Coast" => "CI" "+81 Japon" => "JP" "+962 Jordania" => "JO" "+254 Kenya" => "KE" "+82 Korea" => "KR" "+856 Lao PDR" => "LA" "+423 Liechtenstein" => "LI" "+389 Macedonia" => "MK" "+261 Madagascar" => "MG" "+60 Malaysia" => "MY" "+223 Mali" => "ML" "+596 Martinique" => "MQ" "+222 Mauritania" => "MR" "+230 Mauritius" => "MU" "+262 Mayotte" => "YT" "+52 Mexico" => "MX" "+212 Morocco" => "MA" "+95 Myanmar" => "MM" "+264 Namibia" => "NA" "+687 New Caledonia" => "NC" "+64 New Zealand" => "NZ" "+505 Nicaragua" => "NI" "+234 Nigeria" => "NG" "+850 North Korea" => "KP" "+47 Norway" => "NO" "+92 Pakistan" => "PK" "+507 Panama" => "PA" "+63 Philippines" => "PH" "+236 République centrafricaine" => "CF" "+262 Réunion" => "RE" "+7 Russia" => "RU" "+590 Saint Barthélemy" => "BL" "+1 Saint Martin (French part)" => "SX" "+508 Saint-Pierre and Miquelon" => "PM" "+221 Senegal" => "SN" "+381 Serbia" => "RS" "+248 Seychelles" => "SC" "+65 Singapour" => "SG" "+27 South Africa" => "ZA" "+94 Sri Lanka" => "LK" "+597 Surinam" => "SR" "+886 Taiwan" => "TW" "+255 Tanzania" => "TZ" "+66 Thailand" => "TH" "+216 Tunisia" => "TN" "+90 Turkey" => "TR" "+380 Ukraine" => "UA" "+971 United Arab Emirates" => "AE" "+44 United Kingdom" => "GB" "+1 USA" => "US" "+39 Vatican" => "VA" "+84 Viet Nam" => "VN" "+681 Wallis and Futuna" => "WF" ] |
| compound | false |
| constraints | [] |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2580 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2579 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-parsley-phone-iso" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_account_request_personalInformation_phoneIso" ] |
| cache_key | "_account_request_personalInformation_phoneIso_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2780 +data: "BE" +value: "BE" +label: "+32 Belgium" +attr: [ "data-iso" => "BE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +data: "FR" +value: "FR" +label: "+33 France" +attr: [ "data-iso" => "FR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2781 +data: "LU" +value: "LU" +label: "+352 Luxembourg" +attr: [ "data-iso" => "LU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2785 +data: "NL" +value: "NL" +label: "+31 Netherlands" +attr: [ "data-iso" => "NL" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2787 +data: "DE" +value: "DE" +label: "+49 Germany" +attr: [ "data-iso" => "DE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2788 +data: "CH" +value: "CH" +label: "+41 Switzerland" +attr: [ "data-iso" => "CH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2789 +data: "AT" +value: "AT" +label: "+43 Austria" +attr: [ "data-iso" => "AT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2790 +data: "BG" +value: "BG" +label: "+359 Bulgaria" +attr: [ "data-iso" => "BG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2791 +data: "HR" +value: "HR" +label: "+385 Croatia" +attr: [ "data-iso" => "HR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2792 +data: "CY" +value: "CY" +label: "+357 Cyprus" +attr: [ "data-iso" => "CY" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2793 +data: "CZ" +value: "CZ" +label: "+420 Czech Republic" +attr: [ "data-iso" => "CZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2794 +data: "DK" +value: "DK" +label: "+45 Denmark" +attr: [ "data-iso" => "DK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2795 +data: "EE" +value: "EE" +label: "+372 Estonia" +attr: [ "data-iso" => "EE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2796 +data: "FI" +value: "FI" +label: "+358 Finland" +attr: [ "data-iso" => "FI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2797 +data: "GR" +value: "GR" +label: "+30 Greece" +attr: [ "data-iso" => "GR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2798 +data: "HU" +value: "HU" +label: "+36 Hungary" +attr: [ "data-iso" => "HU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2799 +data: "IC" +value: "IC" +label: "+0 Iles Canaries" +attr: [ "data-iso" => "IC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2800 +data: "IE" +value: "IE" +label: "+353 Ireland" +attr: [ "data-iso" => "IE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2801 +data: "IT" +value: "IT" +label: "+39 Italy" +attr: [ "data-iso" => "IT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2802 +data: "LV" +value: "LV" +label: "+371 Latvia" +attr: [ "data-iso" => "LV" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +data: "LT" +value: "LT" +label: "+370 Lithuania" +attr: [ "data-iso" => "LT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +data: "MT" +value: "MT" +label: "+356 Malta" +attr: [ "data-iso" => "MT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2805 +data: "MC" +value: "MC" +label: "+377 Monaco" +attr: [ "data-iso" => "MC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2806 +data: "PL" +value: "PL" +label: "+48 Poland" +attr: [ "data-iso" => "PL" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2807 +data: "PT" +value: "PT" +label: "+351 Portugal" +attr: [ "data-iso" => "PT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2808 +data: "RO" +value: "RO" +label: "+40 Romania" +attr: [ "data-iso" => "RO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2809 +data: "SK" +value: "SK" +label: "+421 Slovakia" +attr: [ "data-iso" => "SK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +data: "SI" +value: "SI" +label: "+386 Slovenia" +attr: [ "data-iso" => "SI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +data: "ES" +value: "ES" +label: "+34 Spain" +attr: [ "data-iso" => "ES" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2812 +data: "SE" +value: "SE" +label: "+46 Sweden" +attr: [ "data-iso" => "SE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +data: "DZ" +value: "DZ" +label: "+213 Algeria" +attr: [ "data-iso" => "DZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +data: "AD" +value: "AD" +label: "+376 Andorra" +attr: [ "data-iso" => "AD" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2815 +data: "AR" +value: "AR" +label: "+54 Argentina" +attr: [ "data-iso" => "AR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +data: "AM" +value: "AM" +label: "+374 Armenia" +attr: [ "data-iso" => "AM" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +data: "AU" +value: "AU" +label: "+61 Australia" +attr: [ "data-iso" => "AU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2818 +data: "AZ" +value: "AZ" +label: "+994 Azerbaijan" +attr: [ "data-iso" => "AZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +data: "BH" +value: "BH" +label: "+973 Bahreïn" +attr: [ "data-iso" => "BH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +data: "BD" +value: "BD" +label: "+880 Bangladesh" +attr: [ "data-iso" => "BD" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +data: "BJ" +value: "BJ" +label: "+229 Benin" +attr: [ "data-iso" => "BJ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +data: "BA" +value: "BA" +label: "+387 Bosnia and Herzegovina" +attr: [ "data-iso" => "BA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +data: "BN" +value: "BN" +label: "+673 Brunei Darussalam" +attr: [ "data-iso" => "BN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +data: "BF" +value: "BF" +label: "+226 Burkina Faso" +attr: [ "data-iso" => "BF" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +data: "BI" +value: "BI" +label: "+257 Burundi" +attr: [ "data-iso" => "BI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +data: "KH" +value: "KH" +label: "+855 Cambodia" +attr: [ "data-iso" => "KH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +data: "CM" +value: "CM" +label: "+237 Cameroon" +attr: [ "data-iso" => "CM" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +data: "CA" +value: "CA" +label: "+1 Canada" +attr: [ "data-iso" => "CA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +data: "TD" +value: "TD" +label: "+235 Chad" +attr: [ "data-iso" => "TD" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +data: "CN" +value: "CN" +label: "+86 China" +attr: [ "data-iso" => "CN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +data: "CO" +value: "CO" +label: "+57 Colombia" +attr: [ "data-iso" => "CO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +data: "CG" +value: "CG" +label: "+242 Congo" +attr: [ "data-iso" => "CG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +data: "CD" +value: "CD" +label: "+243 Democratic Republic of Congo" +attr: [ "data-iso" => "CD" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +data: "DO" +value: "DO" +label: "+1 Dominican Republic" +attr: [ "data-iso" => "DO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +data: "EG" +value: "EG" +label: "+20 Egypt" +attr: [ "data-iso" => "EG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +data: "SV" +value: "SV" +label: "+503 El Salvador" +attr: [ "data-iso" => "SV" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +data: "ET" +value: "ET" +label: "+251 Ethiopia" +attr: [ "data-iso" => "ET" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +data: "GF" +value: "GF" +label: "+594 French Guiana" +attr: [ "data-iso" => "GF" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +data: "PF" +value: "PF" +label: "+689 French Polynesia" +attr: [ "data-iso" => "PF" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +data: "GA" +value: "GA" +label: "+241 Gabon" +attr: [ "data-iso" => "GA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +data: "GE" +value: "GE" +label: "+995 Georgia" +attr: [ "data-iso" => "GE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +data: "GH" +value: "GH" +label: "+233 Ghana" +attr: [ "data-iso" => "GH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +data: "GI" +value: "GI" +label: "+350 Gibraltar" +attr: [ "data-iso" => "GI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +data: "GP" +value: "GP" +label: "+590 Guadeloupe" +attr: [ "data-iso" => "GP" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +data: "GT" +value: "GT" +label: "+502 Guatemala" +attr: [ "data-iso" => "GT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +data: "GN" +value: "GN" +label: "+224 Guinea" +attr: [ "data-iso" => "GN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +data: "GY" +value: "GY" +label: "+592 Guyana" +attr: [ "data-iso" => "GY" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +data: "HT" +value: "HT" +label: "+509 Haiti" +attr: [ "data-iso" => "HT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +data: "HN" +value: "HN" +label: "+504 Honduras" +attr: [ "data-iso" => "HN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +data: "HK" +value: "HK" +label: "+852 Hong Kong" +attr: [ "data-iso" => "HK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +data: "IS" +value: "IS" +label: "+354 Iceland" +attr: [ "data-iso" => "IS" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +data: "IN" +value: "IN" +label: "+91 India" +attr: [ "data-iso" => "IN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +data: "ID" +value: "ID" +label: "+62 Indonesia" +attr: [ "data-iso" => "ID" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +data: "IL" +value: "IL" +label: "+972 Israel" +attr: [ "data-iso" => "IL" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +data: "CI" +value: "CI" +label: "+225 Ivory Coast" +attr: [ "data-iso" => "CI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +data: "JP" +value: "JP" +label: "+81 Japon" +attr: [ "data-iso" => "JP" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +data: "JO" +value: "JO" +label: "+962 Jordania" +attr: [ "data-iso" => "JO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +data: "KE" +value: "KE" +label: "+254 Kenya" +attr: [ "data-iso" => "KE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2859 +data: "KR" +value: "KR" +label: "+82 Korea" +attr: [ "data-iso" => "KR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +data: "LA" +value: "LA" +label: "+856 Lao PDR" +attr: [ "data-iso" => "LA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +data: "LI" +value: "LI" +label: "+423 Liechtenstein" +attr: [ "data-iso" => "LI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +data: "MK" +value: "MK" +label: "+389 Macedonia" +attr: [ "data-iso" => "MK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +data: "MG" +value: "MG" +label: "+261 Madagascar" +attr: [ "data-iso" => "MG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +data: "MY" +value: "MY" +label: "+60 Malaysia" +attr: [ "data-iso" => "MY" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +data: "ML" +value: "ML" +label: "+223 Mali" +attr: [ "data-iso" => "ML" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +data: "MQ" +value: "MQ" +label: "+596 Martinique" +attr: [ "data-iso" => "MQ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +data: "MR" +value: "MR" +label: "+222 Mauritania" +attr: [ "data-iso" => "MR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +data: "MU" +value: "MU" +label: "+230 Mauritius" +attr: [ "data-iso" => "MU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +data: "YT" +value: "YT" +label: "+262 Mayotte" +attr: [ "data-iso" => "YT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +data: "MX" +value: "MX" +label: "+52 Mexico" +attr: [ "data-iso" => "MX" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +data: "MA" +value: "MA" +label: "+212 Morocco" +attr: [ "data-iso" => "MA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +data: "MM" +value: "MM" +label: "+95 Myanmar" +attr: [ "data-iso" => "MM" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2873 +data: "NA" +value: "NA" +label: "+264 Namibia" +attr: [ "data-iso" => "NA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +data: "NC" +value: "NC" +label: "+687 New Caledonia" +attr: [ "data-iso" => "NC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +data: "NZ" +value: "NZ" +label: "+64 New Zealand" +attr: [ "data-iso" => "NZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +data: "NI" +value: "NI" +label: "+505 Nicaragua" +attr: [ "data-iso" => "NI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2877 +data: "NG" +value: "NG" +label: "+234 Nigeria" +attr: [ "data-iso" => "NG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +data: "KP" +value: "KP" +label: "+850 North Korea" +attr: [ "data-iso" => "KP" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +data: "NO" +value: "NO" +label: "+47 Norway" +attr: [ "data-iso" => "NO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +data: "PK" +value: "PK" +label: "+92 Pakistan" +attr: [ "data-iso" => "PK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +data: "PA" +value: "PA" +label: "+507 Panama" +attr: [ "data-iso" => "PA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +data: "PH" +value: "PH" +label: "+63 Philippines" +attr: [ "data-iso" => "PH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +data: "CF" +value: "CF" +label: "+236 République centrafricaine" +attr: [ "data-iso" => "CF" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +data: "RE" +value: "RE" +label: "+262 Réunion" +attr: [ "data-iso" => "RE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +data: "RU" +value: "RU" +label: "+7 Russia" +attr: [ "data-iso" => "RU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +data: "BL" +value: "BL" +label: "+590 Saint Barthélemy" +attr: [ "data-iso" => "BL" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +data: "SX" +value: "SX" +label: "+1 Saint Martin (French part)" +attr: [ "data-iso" => "SX" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +data: "PM" +value: "PM" +label: "+508 Saint-Pierre and Miquelon" +attr: [ "data-iso" => "PM" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +data: "SN" +value: "SN" +label: "+221 Senegal" +attr: [ "data-iso" => "SN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +data: "RS" +value: "RS" +label: "+381 Serbia" +attr: [ "data-iso" => "RS" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +data: "SC" +value: "SC" +label: "+248 Seychelles" +attr: [ "data-iso" => "SC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +data: "SG" +value: "SG" +label: "+65 Singapour" +attr: [ "data-iso" => "SG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +data: "ZA" +value: "ZA" +label: "+27 South Africa" +attr: [ "data-iso" => "ZA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +data: "LK" +value: "LK" +label: "+94 Sri Lanka" +attr: [ "data-iso" => "LK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +data: "SR" +value: "SR" +label: "+597 Surinam" +attr: [ "data-iso" => "SR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +data: "TW" +value: "TW" +label: "+886 Taiwan" +attr: [ "data-iso" => "TW" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +data: "TZ" +value: "TZ" +label: "+255 Tanzania" +attr: [ "data-iso" => "TZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +data: "TH" +value: "TH" +label: "+66 Thailand" +attr: [ "data-iso" => "TH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +data: "TN" +value: "TN" +label: "+216 Tunisia" +attr: [ "data-iso" => "TN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +data: "TR" +value: "TR" +label: "+90 Turkey" +attr: [ "data-iso" => "TR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +data: "UA" +value: "UA" +label: "+380 Ukraine" +attr: [ "data-iso" => "UA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +data: "AE" +value: "AE" +label: "+971 United Arab Emirates" +attr: [ "data-iso" => "AE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +data: "GB" +value: "GB" +label: "+44 United Kingdom" +attr: [ "data-iso" => "GB" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +data: "US" +value: "US" +label: "+1 USA" +attr: [ "data-iso" => "US" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +data: "VA" +value: "VA" +label: "+39 Vatican" +attr: [ "data-iso" => "VA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +data: "VN" +value: "VN" +label: "+84 Viet Nam" +attr: [ "data-iso" => "VN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +data: "WF" +value: "WF" +label: "+681 Wallis and Futuna" +attr: [ "data-iso" => "WF" ] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "BE" |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2708 -errors: [] -form: Symfony\Component\Form\Form {#2667 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2775 …5} |
| full_name | "account_request[personalInformation][phoneIso]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_phoneIso" |
| is_selected | Closure($choice, $value) {#2909 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "phoneIso" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_account_request_personalInformation_phoneIso" |
| valid | true |
| value | "BE" |
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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre numéro de téléphone." "data-parsley-type" => "number" "data-parsley-debounce" => "500" "data-parsley-type-message" => "Veuillez indiquer un numéro de téléphone valide pour le pays sélectionné." ] |
[ "data-parsley-required-message" => "Veuillez indiquer votre numéro de téléphone." "data-parsley-type" => "number" "data-parsley-debounce" => "500" "data-parsley-type-message" => "Veuillez indiquer un numéro de téléphone valide pour le pays sélectionné." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#950 +payload: null +groups: ? ?array +message: "validator.phone.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#950 +payload: null +groups: ? ?array +message: "validator.phone.not_blank" +allowNull: false +normalizer: null } ] |
| disabled | false |
same as passed value |
| label | "form.phone" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre numéro de téléphone." "data-parsley-type" => "number" "data-parsley-debounce" => "500" "data-parsley-type-message" => "Veuillez indiquer un numéro de téléphone valide pour le pays sélectionné." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#950 +payload: null +groups: ? ?array +message: "validator.phone.not_blank" +allowNull: false +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2593 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 | "form.phone" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#2595 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2594 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre numéro de téléphone." "data-parsley-type" => "number" "data-parsley-debounce" => "500" "data-parsley-type-message" => "Veuillez indiquer un numéro de téléphone valide pour le pays sélectionné." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_account_request_personalInformation_phone" ] |
| cache_key | "_account_request_personalInformation_phone_tel" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2908 -errors: [] -form: Symfony\Component\Form\Form {#2670 …} } |
| form | Symfony\Component\Form\FormView {#2910 …5} |
| full_name | "account_request[personalInformation][phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_phone" |
| label | "form.phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_phone" |
| valid | true |
| value | "" |
country
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 4 |
| View Format |
"4"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Belgium" => 4 "France" => 8 "Luxembourg" => 14 "Netherlands" => 9 "Germany" => 1 "Switzerland" => 19 "Austria" => 3 "Bulgaria" => 33 "Croatia" => 99 "Cyprus" => 59 "Czech Republic" => 58 "Denmark" => 25 "Estonia" => 106 "Finland" => 27 "Greece" => 30 "Hungary" => 46 "Iles Canaries" => 165 "Ireland" => 26 "Italy" => 11 "Latvia" => 40 "Lithuania" => 53 "Malta" => 47 "Monaco" => 134 "Poland" => 32 "Portugal" => 17 "Romania" => 60 "Slovakia" => 64 "Slovenia" => 105 "Spain" => 7 "Sweden" => 31 "Algeria" => 39 "Andorra" => 56 "Argentina" => 107 "Armenia" => 161 "Australia" => 2 "Azerbaijan" => 50 "Bahreïn" => 139 "Bangladesh" => 141 "Benin" => 52 "Bosnia and Herzegovina" => 162 "Brunei Darussalam" => 111 "Burkina Faso" => 35 "Burundi" => 54 "Cambodia" => 140 "Cameroon" => 101 "Canada" => 5 "Chad" => 119 "China" => 24 "Colombia" => 152 "Congo" => 49 "Democratic Republic of Congo" => 160 "Dominican Republic" => 156 "Egypt" => 150 "El Salvador" => 143 "Ethiopia" => 118 "French Guiana" => 132 "French Polynesia" => 124 "Gabon" => 36 "Georgia" => 129 "Ghana" => 136 "Gibraltar" => 115 "Guadeloupe" => 121 "Guatemala" => 145 "Guinea" => 51 "Guyana" => 122 "Haiti" => 155 "Honduras" => 142 "Hong Kong" => 28 "Iceland" => 37 "India" => 108 "Indonesia" => 146 "Israel" => 10 "Ivory Coast" => 41 "Japon" => 12 "Jordania" => 159 "Kenya" => 13 "Korea" => 23 "Lao PDR" => 157 "Liechtenstein" => 120 "Macedonia" => 103 "Madagascar" => 42 "Malaysia" => 130 "Mali" => 43 "Martinique" => 114 "Mauritania" => 63 "Mauritius" => 138 "Mayotte" => 123 "Mexico" => 15 "Morocco" => 38 "Myanmar" => 151 "Namibia" => 164 "New Caledonia" => 113 "New Zealand" => 158 "Nicaragua" => 148 "Nigeria" => 62 "North Korea" => 154 "Norway" => 104 "Pakistan" => 109 "Panama" => 116 "Philippines" => 144 "République centrafricaine" => 131 "Réunion" => 110 "Russia" => 98 "Saint Barthélemy" => 125 "Saint Martin (French part)" => 126 "Saint-Pierre and Miquelon" => 127 "Senegal" => 45 "Serbia" => 135 "Seychelles" => 163 "Singapour" => 55 "South Africa" => 18 "Sri Lanka" => 153 "Surinam" => 112 "Taiwan" => 20 "Tanzania" => 149 "Thailand" => 29 "Tunisia" => 61 "Turkey" => 97 "Ukraine" => 102 "United Arab Emirates" => 133 "United Kingdom" => 6 "USA" => 22 "Vatican" => 117 "Viet Nam" => 147 "Wallis and Futuna" => 128 ] |
[ "Belgium" => 4 "France" => 8 "Luxembourg" => 14 "Netherlands" => 9 "Germany" => 1 "Switzerland" => 19 "Austria" => 3 "Bulgaria" => 33 "Croatia" => 99 "Cyprus" => 59 "Czech Republic" => 58 "Denmark" => 25 "Estonia" => 106 "Finland" => 27 "Greece" => 30 "Hungary" => 46 "Iles Canaries" => 165 "Ireland" => 26 "Italy" => 11 "Latvia" => 40 "Lithuania" => 53 "Malta" => 47 "Monaco" => 134 "Poland" => 32 "Portugal" => 17 "Romania" => 60 "Slovakia" => 64 "Slovenia" => 105 "Spain" => 7 "Sweden" => 31 "Algeria" => 39 "Andorra" => 56 "Argentina" => 107 "Armenia" => 161 "Australia" => 2 "Azerbaijan" => 50 "Bahreïn" => 139 "Bangladesh" => 141 "Benin" => 52 "Bosnia and Herzegovina" => 162 "Brunei Darussalam" => 111 "Burkina Faso" => 35 "Burundi" => 54 "Cambodia" => 140 "Cameroon" => 101 "Canada" => 5 "Chad" => 119 "China" => 24 "Colombia" => 152 "Congo" => 49 "Democratic Republic of Congo" => 160 "Dominican Republic" => 156 "Egypt" => 150 "El Salvador" => 143 "Ethiopia" => 118 "French Guiana" => 132 "French Polynesia" => 124 "Gabon" => 36 "Georgia" => 129 "Ghana" => 136 "Gibraltar" => 115 "Guadeloupe" => 121 "Guatemala" => 145 "Guinea" => 51 "Guyana" => 122 "Haiti" => 155 "Honduras" => 142 "Hong Kong" => 28 "Iceland" => 37 "India" => 108 "Indonesia" => 146 "Israel" => 10 "Ivory Coast" => 41 "Japon" => 12 "Jordania" => 159 "Kenya" => 13 "Korea" => 23 "Lao PDR" => 157 "Liechtenstein" => 120 "Macedonia" => 103 "Madagascar" => 42 "Malaysia" => 130 "Mali" => 43 "Martinique" => 114 "Mauritania" => 63 "Mauritius" => 138 "Mayotte" => 123 "Mexico" => 15 "Morocco" => 38 "Myanmar" => 151 "Namibia" => 164 "New Caledonia" => 113 "New Zealand" => 158 "Nicaragua" => 148 "Nigeria" => 62 "North Korea" => 154 "Norway" => 104 "Pakistan" => 109 "Panama" => 116 "Philippines" => 144 "République centrafricaine" => 131 "Réunion" => 110 "Russia" => 98 "Saint Barthélemy" => 125 "Saint Martin (French part)" => 126 "Saint-Pierre and Miquelon" => 127 "Senegal" => 45 "Serbia" => 135 "Seychelles" => 163 "Singapour" => 55 "South Africa" => 18 "Sri Lanka" => 153 "Surinam" => 112 "Taiwan" => 20 "Tanzania" => 149 "Thailand" => 29 "Tunisia" => 61 "Turkey" => 97 "Ukraine" => 102 "United Arab Emirates" => 133 "United Kingdom" => 6 "USA" => 22 "Vatican" => 117 "Viet Nam" => 147 "Wallis and Futuna" => 128 ] |
| disabled | false |
same as passed value |
| label | "form.country" |
same as passed value |
| translation_domain | "form" |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | "form" |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Belgium" => 4 "France" => 8 "Luxembourg" => 14 "Netherlands" => 9 "Germany" => 1 "Switzerland" => 19 "Austria" => 3 "Bulgaria" => 33 "Croatia" => 99 "Cyprus" => 59 "Czech Republic" => 58 "Denmark" => 25 "Estonia" => 106 "Finland" => 27 "Greece" => 30 "Hungary" => 46 "Iles Canaries" => 165 "Ireland" => 26 "Italy" => 11 "Latvia" => 40 "Lithuania" => 53 "Malta" => 47 "Monaco" => 134 "Poland" => 32 "Portugal" => 17 "Romania" => 60 "Slovakia" => 64 "Slovenia" => 105 "Spain" => 7 "Sweden" => 31 "Algeria" => 39 "Andorra" => 56 "Argentina" => 107 "Armenia" => 161 "Australia" => 2 "Azerbaijan" => 50 "Bahreïn" => 139 "Bangladesh" => 141 "Benin" => 52 "Bosnia and Herzegovina" => 162 "Brunei Darussalam" => 111 "Burkina Faso" => 35 "Burundi" => 54 "Cambodia" => 140 "Cameroon" => 101 "Canada" => 5 "Chad" => 119 "China" => 24 "Colombia" => 152 "Congo" => 49 "Democratic Republic of Congo" => 160 "Dominican Republic" => 156 "Egypt" => 150 "El Salvador" => 143 "Ethiopia" => 118 "French Guiana" => 132 "French Polynesia" => 124 "Gabon" => 36 "Georgia" => 129 "Ghana" => 136 "Gibraltar" => 115 "Guadeloupe" => 121 "Guatemala" => 145 "Guinea" => 51 "Guyana" => 122 "Haiti" => 155 "Honduras" => 142 "Hong Kong" => 28 "Iceland" => 37 "India" => 108 "Indonesia" => 146 "Israel" => 10 "Ivory Coast" => 41 "Japon" => 12 "Jordania" => 159 "Kenya" => 13 "Korea" => 23 "Lao PDR" => 157 "Liechtenstein" => 120 "Macedonia" => 103 "Madagascar" => 42 "Malaysia" => 130 "Mali" => 43 "Martinique" => 114 "Mauritania" => 63 "Mauritius" => 138 "Mayotte" => 123 "Mexico" => 15 "Morocco" => 38 "Myanmar" => 151 "Namibia" => 164 "New Caledonia" => 113 "New Zealand" => 158 "Nicaragua" => 148 "Nigeria" => 62 "North Korea" => 154 "Norway" => 104 "Pakistan" => 109 "Panama" => 116 "Philippines" => 144 "République centrafricaine" => 131 "Réunion" => 110 "Russia" => 98 "Saint Barthélemy" => 125 "Saint Martin (French part)" => 126 "Saint-Pierre and Miquelon" => 127 "Senegal" => 45 "Serbia" => 135 "Seychelles" => 163 "Singapour" => 55 "South Africa" => 18 "Sri Lanka" => 153 "Surinam" => 112 "Taiwan" => 20 "Tanzania" => 149 "Thailand" => 29 "Tunisia" => 61 "Turkey" => 97 "Ukraine" => 102 "United Arab Emirates" => 133 "United Kingdom" => 6 "USA" => 22 "Vatican" => 117 "Viet Nam" => 147 "Wallis and Futuna" => 128 ] |
| compound | false |
| constraints | [] |
| 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 | "form.country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | "form" |
| trim | false |
| upload_max_size_message | Closure() {#2602 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2601 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_account_request_personalInformation_country" ] |
| cache_key | "_account_request_personalInformation_country_choice" |
| choice_translation_domain | "form" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +data: 4 +value: "4" +label: "Belgium" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +data: 8 +value: "8" +label: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +data: 14 +value: "14" +label: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +data: 9 +value: "9" +label: "Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +data: 1 +value: "1" +label: "Germany" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +data: 19 +value: "19" +label: "Switzerland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +data: 3 +value: "3" +label: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +data: 33 +value: "33" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +data: 99 +value: "99" +label: "Croatia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +data: 59 +value: "59" +label: "Cyprus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +data: 58 +value: "58" +label: "Czech Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +data: 25 +value: "25" +label: "Denmark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +data: 106 +value: "106" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +data: 27 +value: "27" +label: "Finland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +data: 30 +value: "30" +label: "Greece" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +data: 46 +value: "46" +label: "Hungary" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +data: 165 +value: "165" +label: "Iles Canaries" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +data: 26 +value: "26" +label: "Ireland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +data: 11 +value: "11" +label: "Italy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +data: 40 +value: "40" +label: "Latvia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +data: 53 +value: "53" +label: "Lithuania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +data: 47 +value: "47" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +data: 134 +value: "134" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +data: 32 +value: "32" +label: "Poland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +data: 17 +value: "17" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +data: 60 +value: "60" +label: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +data: 64 +value: "64" +label: "Slovakia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +data: 105 +value: "105" +label: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +data: 7 +value: "7" +label: "Spain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +data: 31 +value: "31" +label: "Sweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +data: 39 +value: "39" +label: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +data: 56 +value: "56" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +data: 107 +value: "107" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +data: 161 +value: "161" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +data: 2 +value: "2" +label: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +data: 50 +value: "50" +label: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +data: 139 +value: "139" +label: "Bahreïn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +data: 141 +value: "141" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +data: 52 +value: "52" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +data: 162 +value: "162" +label: "Bosnia and Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +data: 111 +value: "111" +label: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +data: 35 +value: "35" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +data: 54 +value: "54" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +data: 140 +value: "140" +label: "Cambodia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +data: 101 +value: "101" +label: "Cameroon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +data: 5 +value: "5" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +data: 119 +value: "119" +label: "Chad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +data: 24 +value: "24" +label: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +data: 152 +value: "152" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +data: 49 +value: "49" +label: "Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +data: 160 +value: "160" +label: "Democratic Republic of Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +data: 156 +value: "156" +label: "Dominican Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +data: 150 +value: "150" +label: "Egypt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2966 +data: 143 +value: "143" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +data: 118 +value: "118" +label: "Ethiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +data: 132 +value: "132" +label: "French Guiana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +data: 124 +value: "124" +label: "French Polynesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +data: 36 +value: "36" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +data: 129 +value: "129" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +data: 136 +value: "136" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +data: 115 +value: "115" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +data: 121 +value: "121" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +data: 145 +value: "145" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +data: 51 +value: "51" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +data: 122 +value: "122" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +data: 155 +value: "155" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +data: 142 +value: "142" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +data: 28 +value: "28" +label: "Hong Kong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +data: 37 +value: "37" +label: "Iceland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +data: 108 +value: "108" +label: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2983 +data: 146 +value: "146" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +data: 10 +value: "10" +label: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +data: 41 +value: "41" +label: "Ivory Coast" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +data: 12 +value: "12" +label: "Japon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2987 +data: 159 +value: "159" +label: "Jordania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2988 +data: 13 +value: "13" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2989 +data: 23 +value: "23" +label: "Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +data: 157 +value: "157" +label: "Lao PDR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +data: 120 +value: "120" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2992 +data: 103 +value: "103" +label: "Macedonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +data: 42 +value: "42" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2994 +data: 130 +value: "130" +label: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2995 +data: 43 +value: "43" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2996 +data: 114 +value: "114" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2997 +data: 63 +value: "63" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +data: 138 +value: "138" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +data: 123 +value: "123" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3000 +data: 15 +value: "15" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3001 +data: 38 +value: "38" +label: "Morocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3002 +data: 151 +value: "151" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3003 +data: 164 +value: "164" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3004 +data: 113 +value: "113" +label: "New Caledonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3005 +data: 158 +value: "158" +label: "New Zealand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +data: 148 +value: "148" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3007 +data: 62 +value: "62" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +data: 154 +value: "154" +label: "North Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3009 +data: 104 +value: "104" +label: "Norway" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3010 +data: 109 +value: "109" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3011 +data: 116 +value: "116" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3012 +data: 144 +value: "144" +label: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3013 +data: 131 +value: "131" +label: "République centrafricaine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3014 +data: 110 +value: "110" +label: "Réunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3015 +data: 98 +value: "98" +label: "Russia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3016 +data: 125 +value: "125" +label: "Saint Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3017 +data: 126 +value: "126" +label: "Saint Martin (French part)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3018 +data: 127 +value: "127" +label: "Saint-Pierre and Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3019 +data: 45 +value: "45" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3020 +data: 135 +value: "135" +label: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3021 +data: 163 +value: "163" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3022 +data: 55 +value: "55" +label: "Singapour" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3023 +data: 18 +value: "18" +label: "South Africa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3024 +data: 153 +value: "153" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3025 +data: 112 +value: "112" +label: "Surinam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3026 +data: 20 +value: "20" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3027 +data: 149 +value: "149" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3028 +data: 29 +value: "29" +label: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3029 +data: 61 +value: "61" +label: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3030 +data: 97 +value: "97" +label: "Turkey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3031 +data: 102 +value: "102" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3032 +data: 133 +value: "133" +label: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3033 +data: 6 +value: "6" +label: "United Kingdom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3034 +data: 22 +value: "22" +label: "USA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3035 +data: 117 +value: "117" +label: "Vatican" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3036 +data: 147 +value: "147" +label: "Viet Nam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3037 +data: 128 +value: "128" +label: "Wallis and Futuna" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | 4 |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2911 -errors: [] -form: Symfony\Component\Form\Form {#2673 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2912 …5} |
| full_name | "account_request[personalInformation][country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_country" |
| is_selected | Closure($choice, $value) {#3039 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form.country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_country" |
| valid | true |
| value | "4" |
address
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre adresse." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 95 "data-parsley-minlength-message" => "L'adresse doit comporter au minimum 2 caractères." "data-parsley-maxlength-message" => "L'adresse doit comporter au maximum 95 caractères." ] |
[ "data-parsley-required-message" => "Veuillez indiquer votre adresse." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 95 "data-parsley-minlength-message" => "L'adresse doit comporter au minimum 2 caractères." "data-parsley-maxlength-message" => "L'adresse doit comporter au maximum 95 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2570 +payload: null +groups: ? ?array +message: "validator.address.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2569 +payload: null +groups: ? ?array +maxMessage: "validator.address.max" +minMessage: "validator.address.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 95 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2570 +payload: null +groups: ? ?array +message: "validator.address.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2569 +payload: null +groups: ? ?array +maxMessage: "validator.address.max" +minMessage: "validator.address.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 95 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| disabled | false |
same as passed value |
| label | "form.address" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre adresse." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 95 "data-parsley-minlength-message" => "L'adresse doit comporter au minimum 2 caractères." "data-parsley-maxlength-message" => "L'adresse doit comporter au maximum 95 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2570 +payload: null +groups: ? ?array +message: "validator.address.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2569 +payload: null +groups: ? ?array +maxMessage: "validator.address.max" +minMessage: "validator.address.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 95 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2611 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 | "form.address" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#2613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2612 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre adresse." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 95 "data-parsley-minlength-message" => "L'adresse doit comporter au minimum 2 caractères." "data-parsley-maxlength-message" => "L'adresse doit comporter au maximum 95 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_personalInformation_address" ] |
| cache_key | "_account_request_personalInformation_address_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3040 -errors: [] -form: Symfony\Component\Form\Form {#2676 …} } |
| form | Symfony\Component\Form\FormView {#3041 …5} |
| full_name | "account_request[personalInformation][address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_address" |
| label | "form.address" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_address" |
| valid | true |
| value | "" |
city
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer une ville." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 60 "data-parsley-minlength-message" => "La ville doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "La ville doit comporter au maximum 60 caractères." ] |
[ "data-parsley-required-message" => "Veuillez indiquer une ville." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 60 "data-parsley-minlength-message" => "La ville doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "La ville doit comporter au maximum 60 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2568 +payload: null +groups: ? ?array +message: "validator.city.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#827 +payload: null +groups: ? ?array +maxMessage: "validator.city.max" +minMessage: "validator.city.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2568 +payload: null +groups: ? ?array +message: "validator.city.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#827 +payload: null +groups: ? ?array +maxMessage: "validator.city.max" +minMessage: "validator.city.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| disabled | false |
same as passed value |
| label | "form.city" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer une ville." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 60 "data-parsley-minlength-message" => "La ville doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "La ville doit comporter au maximum 60 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2568 +payload: null +groups: ? ?array +message: "validator.city.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#827 +payload: null +groups: ? ?array +maxMessage: "validator.city.max" +minMessage: "validator.city.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2619 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 | "form.city" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#2621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2620 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer une ville." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 60 "data-parsley-minlength-message" => "La ville doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "La ville doit comporter au maximum 60 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_personalInformation_city" ] |
| cache_key | "_account_request_personalInformation_city_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3042 -errors: [] -form: Symfony\Component\Form\Form {#2679 …} } |
| form | Symfony\Component\Form\FormView {#3043 …5} |
| full_name | "account_request[personalInformation][city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_city" |
| label | "form.city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_city" |
| valid | true |
| value | "" |
zipCode
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer un code postal." "data-parsley-minlength" => 4 "data-parsley-maxlength" => 10 "data-parsley-minlength-message" => "Le code postal doit comporter plus de 4 caractères." "data-parsley-maxlength-message" => "Le code postal doit comporter au maximum 10 caractères." ] |
[ "data-parsley-required-message" => "Veuillez indiquer un code postal." "data-parsley-minlength" => 4 "data-parsley-maxlength" => 10 "data-parsley-minlength-message" => "Le code postal doit comporter plus de 4 caractères." "data-parsley-maxlength-message" => "Le code postal doit comporter au maximum 10 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#828 +payload: null +groups: ? ?array +message: "validator.zipCode.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#829 +payload: null +groups: ? ?array +maxMessage: "validator.zipCode.max" +minMessage: "validator.zipCode.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#828 +payload: null +groups: ? ?array +message: "validator.zipCode.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#829 +payload: null +groups: ? ?array +maxMessage: "validator.zipCode.max" +minMessage: "validator.zipCode.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| disabled | false |
same as passed value |
| label | "form.zip" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer un code postal." "data-parsley-minlength" => 4 "data-parsley-maxlength" => 10 "data-parsley-minlength-message" => "Le code postal doit comporter plus de 4 caractères." "data-parsley-maxlength-message" => "Le code postal doit comporter au maximum 10 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#828 +payload: null +groups: ? ?array +message: "validator.zipCode.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#829 +payload: null +groups: ? ?array +maxMessage: "validator.zipCode.max" +minMessage: "validator.zipCode.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2627 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 | "form.zip" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#2629 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2628 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer un code postal." "data-parsley-minlength" => 4 "data-parsley-maxlength" => 10 "data-parsley-minlength-message" => "Le code postal doit comporter plus de 4 caractères." "data-parsley-maxlength-message" => "Le code postal doit comporter au maximum 10 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_personalInformation_zipCode" ] |
| cache_key | "_account_request_personalInformation_zipCode_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3044 -errors: [] -form: Symfony\Component\Form\Form {#2682 …} } |
| form | Symfony\Component\Form\FormView {#3045 …5} |
| full_name | "account_request[personalInformation][zipCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_zipCode" |
| label | "form.zip" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zipCode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_zipCode" |
| valid | true |
| value | "" |
firstname
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre prénom." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 35 "data-parsley-minlength-message" => "Le prénom doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "Le prénom doit comporter au maximum 35 caractères." ] |
[ "data-parsley-required-message" => "Veuillez indiquer votre prénom." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 35 "data-parsley-minlength-message" => "Le prénom doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "Le prénom doit comporter au maximum 35 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#830 +payload: null +groups: ? ?array +message: "validator.firstname.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#831 +payload: null +groups: ? ?array +maxMessage: "validator.firstname.max" +minMessage: "validator.firstname.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 35 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#830 +payload: null +groups: ? ?array +message: "validator.firstname.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#831 +payload: null +groups: ? ?array +maxMessage: "validator.firstname.max" +minMessage: "validator.firstname.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 35 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| disabled | false |
same as passed value |
| label | "form.firstname" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre prénom." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 35 "data-parsley-minlength-message" => "Le prénom doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "Le prénom doit comporter au maximum 35 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#830 +payload: null +groups: ? ?array +message: "validator.firstname.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#831 +payload: null +groups: ? ?array +maxMessage: "validator.firstname.max" +minMessage: "validator.firstname.min" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 35 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2635 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 | "form.firstname" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#2637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2636 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre prénom." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 35 "data-parsley-minlength-message" => "Le prénom doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "Le prénom doit comporter au maximum 35 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_personalInformation_firstname" ] |
| cache_key | "_account_request_personalInformation_firstname_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3046 -errors: [] -form: Symfony\Component\Form\Form {#2685 …} } |
| form | Symfony\Component\Form\FormView {#3047 …5} |
| full_name | "account_request[personalInformation][firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_firstname" |
| label | "form.firstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_firstname" |
| valid | true |
| value | "" |
addressNumber
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre numéro." "data-parsley-maxlength" => 5 "data-parsley-maxlength-message" => "Le numéro doit comporter au maximum 5 caractères." ] |
[ "data-parsley-required-message" => "Veuillez indiquer votre numéro." "data-parsley-maxlength" => 5 "data-parsley-maxlength-message" => "Le numéro doit comporter au maximum 5 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#832 +payload: null +groups: ? ?array +message: "validator.address_number.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#833 +payload: null +groups: ? ?array +maxMessage: "validator.address_number.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 5 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#832 +payload: null +groups: ? ?array +message: "validator.address_number.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#833 +payload: null +groups: ? ?array +maxMessage: "validator.address_number.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 5 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| disabled | false |
same as passed value |
| label | "form.number" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre numéro." "data-parsley-maxlength" => 5 "data-parsley-maxlength-message" => "Le numéro doit comporter au maximum 5 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#832 +payload: null +groups: ? ?array +message: "validator.address_number.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#833 +payload: null +groups: ? ?array +maxMessage: "validator.address_number.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 5 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2643 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 | "form.number" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#2645 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2644 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre numéro." "data-parsley-maxlength" => 5 "data-parsley-maxlength-message" => "Le numéro doit comporter au maximum 5 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_personalInformation_addressNumber" ] |
| cache_key | "_account_request_personalInformation_addressNumber_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3048 -errors: [] -form: Symfony\Component\Form\Form {#2688 …} } |
| form | Symfony\Component\Form\FormView {#3049 …5} |
| full_name | "account_request[personalInformation][addressNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_addressNumber" |
| label | "form.number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addressNumber" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_addressNumber" |
| valid | true |
| value | "" |
boxNumber
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| disabled | false |
same as passed value |
| label | "form.box" |
same as passed value |
| required | false |
same as passed value |
| translation_domain | "form" |
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 | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2651 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 | "form.box" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#2653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#2652 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_account_request_personalInformation_boxNumber" ] |
| cache_key | "_account_request_personalInformation_boxNumber_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3050 -errors: [] -form: Symfony\Component\Form\Form {#2691 …} } |
| form | Symfony\Component\Form\FormView {#3051 …5} |
| full_name | "account_request[personalInformation][boxNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_personalInformation_boxNumber" |
| label | "form.box" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "boxNumber" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_personalInformation_boxNumber" |
| valid | true |
| value | "" |
reseller
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 |
|---|---|---|
| label | "form.reseller_label" |
same as passed value |
| label_attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "cs-form-check" ] |
[ "class" => "cs-form-check" ] |
| translation_domain | "form" |
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 | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#838 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 {#839 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "form.reseller_label" |
| label_attr | [ "class" => "form-control" ] |
| 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" => "cs-form-check" ] |
| setter | null |
| translation_domain | "form" |
| trim | true |
| upload_max_size_message | Closure() {#841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#843 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_account_request_reseller" ] |
| cache_key | "_account_request_reseller_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#893 -errors: [] -form: Symfony\Component\Form\Form {#2694 …} } |
| form | Symfony\Component\Form\FormView {#526 …5} |
| full_name | "account_request[reseller]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "account_request_reseller" |
| label | "form.reseller_label" |
| label_attr | [ "class" => "form-control" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reseller" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "cs-form-check" ] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_reseller" |
| valid | true |
| value | "1" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
|---|---|---|
| action_name | "account_request" |
same as passed value |
| constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#506 +payload: null +groups: ? ?array +message: "validator.captcha.invalid" +messageMissingValue: "validator.captcha.invalid" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#506 +payload: null +groups: ? ?array +message: "validator.captcha.invalid" +messageMissingValue: "validator.captcha.invalid" } ] |
| locale | "fr" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "account_request" |
| 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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#506 +payload: null +groups: ? ?array +message: "validator.captcha.invalid" +messageMissingValue: "validator.captcha.invalid" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#857 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 | [] |
| host | null |
| 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 | [] |
| locale | "fr" |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#858 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| action_name | "account_request" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_account_request_captcha" ] |
| cache_key | "_account_request_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3053 -errors: [] -form: Symfony\Component\Form\Form {#2697 …} } |
| form | Symfony\Component\Form\FormView {#3052 …5} |
| full_name | "account_request[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "account_request_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "fr" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LcfwvkrAAAAAMrZiaUDi-ZGqjHJLW359CVV2eiy" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_account_request_captcha" |
| valid | true |
| value | "" |
submit
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 |
|---|---|---|
| attr | [ "class" => "btn-lg" ] |
[ "class" => "btn-lg" ] |
| label | "form.button.new_account" |
same as passed value |
| row_attr | [ "class" => "form-group my-15 text-center" ] |
[ "class" => "form-group my-15 text-center" ] |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-lg" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form.button.new_account" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "form-group my-15 text-center" ] |
| translation_domain | "form" |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-lg" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_account_request_submit" ] |
| cache_key | "_account_request_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3055 …5} |
| full_name | "account_request[submit]" |
| id | "account_request_submit" |
| label | "form.button.new_account" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [ "class" => "form-group my-15 text-center" ] |
| translation_domain | "form" |
| unique_block_prefix | "_account_request_submit" |
| value | null |
login_modal
"App\Form\Account\LoginType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Account\LoginData {#4382 -login: ? string -password: ? string -siteId: ? int } |
| 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 | [] |
| data | App\FormData\Account\LoginData {#4382 -login: ? string -password: ? string -siteId: ? int } |
| data_class | "App\FormData\Account\LoginData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4368 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Account\LoginData" } } |
| 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() {#4302 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4286 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "login" "_login_modal" ] |
| cache_key | "_login_modal_login" |
| compound | true |
| data | App\FormData\Account\LoginData {#4382 -login: ? string -password: ? string -siteId: ? int } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4430 -errors: [] -form: Symfony\Component\Form\Form {#4431 …} } |
| form | Symfony\Component\Form\FormView {#4409 …5} |
| full_name | "login_modal" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_modal" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login_modal" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_modal" |
| valid | true |
| value | App\FormData\Account\LoginData {#4382 -login: ? string -password: ? string -siteId: ? int } |
login
"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 | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre identifiant." ] |
[ "data-parsley-required-message" => "Veuillez indiquer votre identifiant." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4404 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4404 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
| empty_data | "" |
same as passed value |
| label | "form.login" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre identifiant." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4404 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "form.login" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#4414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4413 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre identifiant." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_modal_login" ] |
| cache_key | "_login_modal_login_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4445 -errors: [] -form: Symfony\Component\Form\Form {#4434 …} } |
| form | Symfony\Component\Form\FormView {#4443 …5} |
| full_name | "login_modal[login]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_modal_login" |
| label | "form.login" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_login_modal_login" |
| valid | true |
| value | null |
password
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 |
|---|---|---|
| attr | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Veuillez indiquer un mot de passe." ] |
[ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Veuillez indiquer un mot de passe." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4411 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4411 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
| empty_data | "" |
same as passed value |
| help | "form.help.forgot_password" |
same as passed value |
| help_html | true |
same as passed value |
| label | "form.password" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Veuillez indiquer un mot de passe." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4411 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "form.help.forgot_password" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.password" |
| 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 | "form" |
| trim | false |
| upload_max_size_message | Closure() {#4426 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4425 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Veuillez indiquer un mot de passe." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_login_modal_password" ] |
| cache_key | "_login_modal_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4446 -errors: [] -form: Symfony\Component\Form\Form {#4437 …} } |
| form | Symfony\Component\Form\FormView {#4447 …5} |
| full_name | "login_modal[password]" |
| help | "form.help.forgot_password" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "login_modal_password" |
| label | "form.password" |
| 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 | "form" |
| unique_block_prefix | "_login_modal_password" |
| valid | true |
| value | "" |
submit
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 |
|---|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
[ "class" => "btn-lg w-100" ] |
| label | "Se connecter<i class="btn-icon ci ci-arrow-right fs-15 ms-10"></i>" |
same as passed value |
| label_html | true |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Se connecter<i class="btn-icon ci ci-arrow-right fs-15 ms-10"></i>" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_login_modal_submit" ] |
| cache_key | "_login_modal_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4454 …5} |
| full_name | "login_modal[submit]" |
| id | "login_modal_submit" |
| label | "Se connecter<i class="btn-icon ci ci-arrow-right fs-15 ms-10"></i>" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| unique_block_prefix | "_login_modal_submit" |
| value | null |
forgotten_password
"App\Form\Account\ForgottenPasswordType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Account\ForgottenPasswordData {#4680 -siteId: ? int -login: ? string } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\FormData\Account\ForgottenPasswordData {#4680 -siteId: ? int -login: ? string } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/fr/mot-de-passe/oublie" |
| 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 | [] |
| data | App\FormData\Account\ForgottenPasswordData {#4680 -siteId: ? int -login: ? string } |
| data_class | "App\FormData\Account\ForgottenPasswordData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4532 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Account\ForgottenPasswordData" } } |
| 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() {#4533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4631 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/fr/mot-de-passe/oublie" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "forgotten_password" "_forgotten_password" ] |
| cache_key | "_forgotten_password_forgotten_password" |
| compound | true |
| data | App\FormData\Account\ForgottenPasswordData {#4680 -siteId: ? int -login: ? string } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4712 -errors: [] -form: Symfony\Component\Form\Form {#4713 …} } |
| form | Symfony\Component\Form\FormView {#4701 …5} |
| full_name | "forgotten_password" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forgotten_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "forgotten_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forgotten_password" |
| valid | true |
| value | App\FormData\Account\ForgottenPasswordData {#4680 -siteId: ? int -login: ? string } |
login
"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 | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
[ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4696 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4703 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4696 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4703 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| label | "form.email" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4696 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4703 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4705 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 | "form.email" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#4707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4706 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_forgotten_password_login" ] |
| cache_key | "_forgotten_password_login_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4725 -errors: [] -form: Symfony\Component\Form\Form {#4716 …} } |
| form | Symfony\Component\Form\FormView {#4724 …5} |
| full_name | "forgotten_password[login]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forgotten_password_login" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_forgotten_password_login" |
| valid | true |
| value | "" |
submit
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 |
|---|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
[ "class" => "btn-lg w-100" ] |
| label | "form.button.password_send" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form.button.password_send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_forgotten_password_submit" ] |
| cache_key | "_forgotten_password_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4727 …5} |
| full_name | "forgotten_password[submit]" |
| id | "forgotten_password_submit" |
| label | "form.button.password_send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| unique_block_prefix | "_forgotten_password_submit" |
| value | null |