Forms
-
sign_up
-
email
-
name
-
surname
-
organisationName
-
siret
-
billingAddress
-
maximumNumberOfDrivers
-
isDriver
-
0
-
1
-
-
isTermsAccepted
-
next
-
signUp
-
_token
-
sign_up
"App\Form\SignUpType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Object\SignUpObject {#1189 -email: ? string -name: ? string -surname: ? string -isDriver: ? bool -organisationName: ? string -siret: ? string -billingAddress: ? string -maximumNumberOfDrivers: null -isTermsAccepted: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| complementaryPrice | 10.8 |
same as passed value |
| data | App\Object\SignUpObject {#1189 -email: ? string -name: ? string -surname: ? string -isDriver: ? bool -organisationName: ? string -siret: ? string -billingAddress: ? string -maximumNumberOfDrivers: null -isTermsAccepted: false } |
same as passed value |
| privacyPolicyUrl | "/legal-document/politique-de-confidentialite" |
same as passed value |
| termsOfSaleUrl | "/legal-document/conditions-generales-de-ventes" |
same as passed value |
| termsOfUseUrl | "/legal-document/conditions-generales-utilisation" |
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 |
| complementaryPrice | 10.8 |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data | App\Object\SignUpObject {#1189 -email: ? string -name: ? string -surname: ? string -isDriver: ? bool -organisationName: ? string -siret: ? string -billingAddress: ? string -maximumNumberOfDrivers: null -isTermsAccepted: false } |
| data_class | "App\Object\SignUpObject" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1207 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Object\SignUpObject" } } |
| 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 |
| privacyPolicyUrl | "/legal-document/politique-de-confidentialite" |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| termsOfSaleUrl | "/legal-document/conditions-generales-de-ventes" |
| termsOfUseUrl | "/legal-document/conditions-generales-utilisation" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1197 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1190 …} $translationDomain: "validators" } } |
| validation_groups | Closure(FormInterface $form) {#1179 class: "App\Form\SignUpType" this: App\Form\SignUpType {#1161 …} } |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sign_up" "_sign_up" ] |
| cache_key | "_sign_up_sign_up" |
| compound | true |
| data | App\Object\SignUpObject {#1189 -email: ? string -name: ? string -surname: ? string -isDriver: ? bool -organisationName: ? string -siret: ? string -billingAddress: ? string -maximumNumberOfDrivers: null -isTermsAccepted: false } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1182 -form: Symfony\Component\Form\Form {#1397 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1241 …5} |
| full_name | "sign_up" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sign_up" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up" |
| valid | true |
| value | App\Object\SignUpObject {#1189 -email: ? string -name: ? string -surname: ? string -isDriver: ? bool -organisationName: ? string -siret: ? string -billingAddress: ? string -maximumNumberOfDrivers: null -isTermsAccepted: false } |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| label | "user.email.label" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating" ] |
[ "class" => "form-floating" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1273 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 | "user.email.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1271 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_sign_up_email" ] |
| cache_key | "_sign_up_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1468 -form: Symfony\Component\Form\Form {#1419 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1473 …5} |
| full_name | "sign_up[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_email" |
| label | "user.email.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_email" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| label | "user.name.label" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating" ] |
[ "class" => "form-floating" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1263 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 | "user.name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1262 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sign_up_name" ] |
| cache_key | "_sign_up_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1467 -form: Symfony\Component\Form\Form {#1416 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1466 …5} |
| full_name | "sign_up[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_name" |
| label | "user.name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_name" |
| valid | true |
| value | "" |
surname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| label | "user.surname.label" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating" ] |
[ "class" => "form-floating" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1237 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 | "user.surname.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1204 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sign_up_surname" ] |
| cache_key | "_sign_up_surname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1391 -form: Symfony\Component\Form\Form {#1413 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1434 …5} |
| full_name | "sign_up[surname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_surname" |
| label | "user.surname.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "surname" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_surname" |
| valid | true |
| value | "" |
organisationName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| label | "organisation.name.label" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating" ] |
[ "class" => "form-floating" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1173 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 | "organisation.name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1172 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sign_up_organisationName" ] |
| cache_key | "_sign_up_organisationName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1170 -form: Symfony\Component\Form\Form {#1422 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1302 …5} |
| full_name | "sign_up[organisationName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_organisationName" |
| label | "organisation.name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "organisationName" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_organisationName" |
| valid | true |
| value | "" |
siret
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| label | "organisation.siret.label" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating" ] |
[ "class" => "form-floating" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1253 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 | "organisation.siret.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1254 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sign_up_siret" ] |
| cache_key | "_sign_up_siret_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1356 -form: Symfony\Component\Form\Form {#1425 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1322 …5} |
| full_name | "sign_up[siret]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_siret" |
| label | "organisation.siret.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "siret" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_siret" |
| valid | true |
| value | "" |
billingAddress
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| label | "organisation.billing_address.label" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating" ] |
[ "class" => "form-floating" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1283 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 | "organisation.billing_address.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1285 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1282 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sign_up_billingAddress" ] |
| cache_key | "_sign_up_billingAddress_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1358 -form: Symfony\Component\Form\Form {#1427 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1330 …5} |
| full_name | "sign_up[billingAddress]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_billingAddress" |
| label | "organisation.billing_address.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "billingAddress" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_billingAddress" |
| valid | true |
| value | "" |
maximumNumberOfDrivers
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-toggle" => "touchspin" ] |
[ "data-toggle" => "touchspin" ] |
| label | "Nombre de chauffeurs dans votre entreprise (dont vous)" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-toggle" => "touchspin" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1294 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 | "Nombre de chauffeurs dans votre entreprise (dont vous)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1299 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1295 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-toggle" => "touchspin" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sign_up_maximumNumberOfDrivers" ] |
| cache_key | "_sign_up_maximumNumberOfDrivers_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1256 -form: Symfony\Component\Form\Form {#1387 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1390 …5} |
| full_name | "sign_up[maximumNumberOfDrivers]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_maximumNumberOfDrivers" |
| label | "Nombre de chauffeurs dans votre entreprise (dont vous)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "maximumNumberOfDrivers" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_maximumNumberOfDrivers" |
| valid | true |
| value | "" |
isDriver
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "d-flex gap-3 align-items-center" ] |
[ "class" => "d-flex gap-3 align-items-center" ] |
| choices | [ "yes" => true "no" => false ] |
[ "yes" => true "no" => false ] |
| data | false |
same as passed value |
| expanded | true |
same as passed value |
| label | "user.is_driver.label" |
same as passed value |
| label_attr | [ "class" => "mb-2" ] |
[ "class" => "mb-2" ] |
| multiple | false |
same as passed value |
| placeholder | false |
same as passed value |
| required | false |
same as passed value |
| row_attr | [ "class" => "mb-0" ] |
[ "class" => "mb-0" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "d-flex gap-3 align-items-center" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "yes" => true "no" => false ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data | false |
| 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 | "user.is_driver.label" |
| label_attr | [ "class" => "mb-2" ] |
| 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 | false |
| row_attr | [ "class" => "mb-0" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1321 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1319 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "d-flex gap-3 align-items-center" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_sign_up_isDriver" ] |
| cache_key | "_sign_up_isDriver_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1333 +label: "yes" +value: "1" +data: true +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1334 +label: "no" +value: "0" +data: false +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | false |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1435 -form: Symfony\Component\Form\Form {#1362 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1269 …5} |
| full_name | "sign_up[isDriver]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_isDriver" |
| is_selected | Closure($choice, $value) {#1260 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "user.is_driver.label" |
| label_attr | [ "class" => "mb-2" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "isDriver" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-0" ] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_isDriver" |
| valid | true |
| value | "0" |
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 | 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 | "yes" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "1" |
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 | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1338 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 {#1337 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "yes" |
| 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() {#1383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1382 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_sign_up_isDriver_entry" ] |
| cache_key | "_sign_up_isDriver_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1479 -form: Symfony\Component\Form\Form {#1408 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1478 …5} |
| full_name | "sign_up[isDriver]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_isDriver_0" |
| label | "yes" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_isDriver_entry" |
| valid | true |
| value | "1" |
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 | true |
| View Format |
"0"
|
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 | "no" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "0" |
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 | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1338 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 {#1337 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "no" |
| 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() {#1369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1370 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "0" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_sign_up_isDriver_entry" ] |
| cache_key | "_sign_up_isDriver_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1480 -form: Symfony\Component\Form\Form {#1405 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1481 …5} |
| full_name | "sign_up[isDriver]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_isDriver_1" |
| label | "no" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_isDriver_entry" |
| valid | true |
| value | "0" |
isTermsAccepted
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 | "En souscrivant à Pilko, vous vous engagé à respecter les <a target="_blank" href="/legal-document/conditions-generales-utilisation">Conditions Générales d’Utilisation</a>, les <a target="_blank" href="/legal-document/conditions-generales-de-ventes">Conditions Générales de Vente</a> ainsi qu’avoir pris connaissance de la <a target="_blank" href="/legal-document/politique-de-confidentialite">Politique de confidentialités</a>." |
same as passed value |
| label_html | true |
same as passed value |
| required | 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 | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1338 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 {#1337 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "En souscrivant à Pilko, vous vous engagé à respecter les <a target="_blank" href="/legal-document/conditions-generales-utilisation">Conditions Générales d’Utilisation</a>, les <a target="_blank" href="/legal-document/conditions-generales-de-ventes">Conditions Générales de Vente</a> ainsi qu’avoir pris connaissance de la <a target="_blank" href="/legal-document/politique-de-confidentialite">Politique de confidentialités</a>." |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1342 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1344 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_sign_up_isTermsAccepted" ] |
| cache_key | "_sign_up_isTermsAccepted_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1477 -form: Symfony\Component\Form\Form {#1402 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1476 …5} |
| full_name | "sign_up[isTermsAccepted]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up_isTermsAccepted" |
| label | "En souscrivant à Pilko, vous vous engagé à respecter les <a target="_blank" href="/legal-document/conditions-generales-utilisation">Conditions Générales d’Utilisation</a>, les <a target="_blank" href="/legal-document/conditions-generales-de-ventes">Conditions Générales de Vente</a> ainsi qu’avoir pris connaissance de la <a target="_blank" href="/legal-document/politique-de-confidentialite">Politique de confidentialités</a>." |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "isTermsAccepted" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up_isTermsAccepted" |
| valid | true |
| value | "1" |
next
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 btn-primary w-100" ] |
[ "class" => "btn btn-primary w-100" ] |
| label | "next" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "next" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_sign_up_next" ] |
| cache_key | "_sign_up_next_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1482 …5} |
| full_name | "sign_up[next]" |
| id | "sign_up_next" |
| label | "next" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "next" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_sign_up_next" |
| value | null |
signUp
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 btn-primary w-100" ] |
[ "class" => "btn btn-primary w-100" ] |
| label | "user.sign_up.label" |
same as passed value |
| row_attr | [ "class" => "mb-0" ] |
[ "class" => "mb-0" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "user.sign_up.label" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "mb-0" ] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_sign_up_signUp" ] |
| cache_key | "_sign_up_signUp_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1483 …5} |
| full_name | "sign_up[signUp]" |
| id | "sign_up_signUp" |
| label | "user.sign_up.label" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "signUp" |
| priority | 0 |
| row_attr | [ "class" => "mb-0" ] |
| translation_domain | null |
| unique_block_prefix | "_sign_up_signUp" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "981071b7dae60c5279b0e.NNDDjWeNNhgl2sckJ6uF-urB2ap2A5IJ5yuadICjg4U.BumOwSjmf0l_vqBjb93frI33kPI-b78wjWfWRcfm6OR-ore7IMh0UUeclg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "981071b7dae60c5279b0e.NNDDjWeNNhgl2sckJ6uF-urB2ap2A5IJ5yuadICjg4U.BumOwSjmf0l_vqBjb93frI33kPI-b78wjWfWRcfm6OR-ore7IMh0UUeclg" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#292 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#293 …} -namespace: Closure() {#290 …} } |
| data | "981071b7dae60c5279b0e.NNDDjWeNNhgl2sckJ6uF-urB2ap2A5IJ5yuadICjg4U.BumOwSjmf0l_vqBjb93frI33kPI-b78wjWfWRcfm6OR-ore7IMh0UUeclg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1485 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1489 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#244 …} $message: Closure() {#1486 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_sign_up__token" ] |
| cache_key | "_sign_up__token_hidden" |
| compound | false |
| data | "981071b7dae60c5279b0e.NNDDjWeNNhgl2sckJ6uF-urB2ap2A5IJ5yuadICjg4U.BumOwSjmf0l_vqBjb93frI33kPI-b78wjWfWRcfm6OR-ore7IMh0UUeclg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1499 -form: Symfony\Component\Form\Form {#1495 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1490 …5} |
| full_name | "sign_up[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sign_up__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sign_up__token" |
| valid | true |
| value | "981071b7dae60c5279b0e.NNDDjWeNNhgl2sckJ6uF-urB2ap2A5IJ5yuadICjg4U.BumOwSjmf0l_vqBjb93frI33kPI-b78wjWfWRcfm6OR-ore7IMh0UUeclg" |