Forms
-
create_account
-
civility
-
lastName
-
firstName
-
phoneNumber
-
phoneNumberMobile
-
emailContact
-
emailLogin
-
domainFunction
-
domain
-
__dynamic_error
-
function
-
-
companyName
-
siret
-
distributedBrands
-
agent
-
addressName
-
addressName2
-
postalCode
-
city
-
kbis
-
rib
-
email-repeat
-
_token
-
create_account
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "loadable form" "novalidate" => true "data-action" => "live#action" "data-live-action-param" => "save" "data-cy-create-account-form" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | "App\Ecom\Application\Form\Shop\User\Payload\CreateAccountPayload" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4586 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Ecom\Application\Form\Shop\User\Payload\CreateAccountPayload" } } |
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 | "utilisateur" |
trim | true |
upload_max_size_message | Closure() {#4588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4587 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "loadable form" "novalidate" => true "data-action" => "live#action" "data-live-action-param" => "save" "data-cy-create-account-form" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "create_account" "_create_account" ] |
cache_key | "_create_account_create_account" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4836 -form: Symfony\Component\Form\Form {#4842 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4589 …5} |
full_name | "create_account" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "create_account" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account" |
valid | true |
value | null |
civility
"Symfony\Component\Form\Extension\Core\Type\EnumType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "value" |
same as passed value |
choices | [ App\Crm\Domain\Enum\Civilite {#4595 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4596 +name: "Madame" +value: "Mme." } ] |
[ App\Crm\Domain\Enum\Civilite {#4595 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4596 +name: "Madame" +value: "Mme." } ] |
class | "App\Crm\Domain\Enum\Civilite" |
same as passed value |
label | "compte.creation.formulaire.civilite" |
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 | "value" |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | Closure(?BackedEnum $choice): ?string {#4622 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
choices | [ App\Crm\Domain\Enum\Civilite {#4595 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4596 +name: "Madame" +value: "Mme." } ] |
class | "App\Crm\Domain\Enum\Civilite" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
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 | "compte.creation.formulaire.civilite" |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4619 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "civility" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "enum" "_create_account_civility" ] |
cache_key | "_create_account_civility_enum" |
choice_translation_domain | "utilisateur" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4734 +label: "M." +value: "M." +data: App\Crm\Domain\Enum\Civilite {#4595 +name: "Monsieur" +value: "M." } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4743 +label: "Mme." +value: "Mme." +data: App\Crm\Domain\Enum\Civilite {#4596 +name: "Madame" +value: "Mme." } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4784 -form: Symfony\Component\Form\Form {#4845 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4794 …5} |
full_name | "create_account[civility]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_civility" |
is_selected | Closure($choice, $value) {#4761 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "compte.creation.formulaire.civilite" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civility" |
placeholder | "Civilité..." |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_civility" |
valid | true |
value | "" |
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "compte.creation.formulaire.nom" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4635 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 | "compte.creation.formulaire.nom" |
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() {#4637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4636 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "lastName" "placeholder" => "Nom..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_lastName" ] |
cache_key | "_create_account_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4682 -form: Symfony\Component\Form\Form {#4848 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4770 …5} |
full_name | "create_account[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_lastName" |
label | "compte.creation.formulaire.nom" |
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 | "utilisateur" |
unique_block_prefix | "_create_account_lastName" |
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "compte.creation.formulaire.prenom" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4644 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 | "compte.creation.formulaire.prenom" |
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() {#4646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4645 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "firstName" "placeholder" => "Prénom..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_firstName" ] |
cache_key | "_create_account_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4669 -form: Symfony\Component\Form\Form {#4851 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4724 …5} |
full_name | "create_account[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_firstName" |
label | "compte.creation.formulaire.prenom" |
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 | "utilisateur" |
unique_block_prefix | "_create_account_firstName" |
valid | true |
value | "" |
phoneNumber
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "compte.creation.formulaire.tel.label" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4657 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 | "compte.creation.formulaire.tel.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4658 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "phoneNumber" "placeholder" => "Téléphone fixe..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_create_account_phoneNumber" ] |
cache_key | "_create_account_phoneNumber_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4752 -form: Symfony\Component\Form\Form {#4854 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4660 …5} |
full_name | "create_account[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_phoneNumber" |
label | "compte.creation.formulaire.tel.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_phoneNumber" |
valid | true |
value | "" |
phoneNumberMobile
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "compte.creation.formulaire.tel2" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4666 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 | "compte.creation.formulaire.tel2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4668 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4667 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "phoneNumberMobile" "placeholder" => "Téléphone portable..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_create_account_phoneNumberMobile" ] |
cache_key | "_create_account_phoneNumberMobile_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4647 -form: Symfony\Component\Form\Form {#4857 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4638 …5} |
full_name | "create_account[phoneNumberMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_phoneNumberMobile" |
label | "compte.creation.formulaire.tel2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumberMobile" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_phoneNumberMobile" |
valid | true |
value | "" |
emailContact
"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 |
---|---|---|
label | "compte.creation.formulaire.email_contact" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4679 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 | "compte.creation.formulaire.email_contact" |
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() {#4681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4680 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "emailContact" "placeholder" => "Email de contact..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_create_account_emailContact" ] |
cache_key | "_create_account_emailContact_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4623 -form: Symfony\Component\Form\Form {#4860 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4917 …5} |
full_name | "create_account[emailContact]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_emailContact" |
label | "compte.creation.formulaire.email_contact" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "emailContact" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_emailContact" |
valid | true |
value | "" |
emailLogin
"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 |
---|---|---|
label | "compte.creation.formulaire.email_connexion" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4688 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 | "compte.creation.formulaire.email_connexion" |
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() {#4690 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4689 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "emailLogin" "placeholder" => "Email de connexion..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_create_account_emailLogin" ] |
cache_key | "_create_account_emailLogin_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4919 -form: Symfony\Component\Form\Form {#4863 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4920 …5} |
full_name | "create_account[emailLogin]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_emailLogin" |
label | "compte.creation.formulaire.email_connexion" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "emailLogin" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_emailLogin" |
valid | true |
value | "" |
domainFunction
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | "App\Ecom\Application\Form\Shop\User\Payload\EtablissementDomainFunctionPayload" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4705 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Ecom\Application\Form\Shop\User\Payload\EtablissementDomainFunctionPayload" } } |
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 | "utilisateur" |
trim | true |
upload_max_size_message | Closure() {#4707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4706 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "domainFunction" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "etablissement_function" "_create_account_domainFunction" ] |
cache_key | "_create_account_domainFunction_etablissement_function" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4921 -form: Symfony\Component\Form\Form {#4877 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4922 …5} |
full_name | "create_account[domainFunction]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_domainFunction" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "domainFunction" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_domainFunction" |
valid | true |
value | null |
domain
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 |
---|---|---|
choices | [ "Administration" => 13 "Après-vente" => 11 "Autres" => 19 "Commerce" => 10 "Direction" => 7 "GCR CISCAR" => 193 "Informatique" => 14 "Location" => 20 "Marketing" => 9 "Partenaire" => 17 "Pièces de rechange" => 12 "RENAULT - Constructeur" => 18 "Ressources humaines" => 8 ] |
[ "Administration" => 13 "Après-vente" => 11 "Autres" => 19 "Commerce" => 10 "Direction" => 7 "GCR CISCAR" => 193 "Informatique" => 14 "Location" => 20 "Marketing" => 9 "Partenaire" => 17 "Pièces de rechange" => 12 "RENAULT - Constructeur" => 18 "Ressources humaines" => 8 ] |
label | "compte.creation.formulaire.domaine_activite" |
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_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Administration" => 13 "Après-vente" => 11 "Autres" => 19 "Commerce" => 10 "Direction" => 7 "GCR CISCAR" => 193 "Informatique" => 14 "Location" => 20 "Marketing" => 9 "Partenaire" => 17 "Pièces de rechange" => 12 "RENAULT - Constructeur" => 18 "Ressources humaines" => 8 ] |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
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 | "compte.creation.formulaire.domaine_activite" |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4867 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_create_account_domainFunction_domain" ] |
cache_key | "_create_account_domainFunction_domain_choice" |
choice_translation_domain | "utilisateur" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5001 +label: "Administration" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5002 +label: "Après-vente" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5003 +label: "Autres" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5004 +label: "Commerce" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5005 +label: "Direction" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5006 +label: "GCR CISCAR" +value: "193" +data: 193 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5007 +label: "Informatique" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5008 +label: "Location" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5009 +label: "Marketing" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5010 +label: "Partenaire" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5011 +label: "Pièces de rechange" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5012 +label: "RENAULT - Constructeur" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5013 +label: "Ressources humaines" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5000 -form: Symfony\Component\Form\Form {#4880 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4999 …5} |
full_name | "create_account[domainFunction][domain]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_domainFunction_domain" |
is_selected | Closure($choice, $value) {#5015 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "compte.creation.formulaire.domaine_activite" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "domain" |
placeholder | "Domaine d'activité..." |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_domainFunction_domain" |
valid | true |
value | "" |
__dynamic_error
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 |
---|---|---|
auto_initialize | false |
false
|
error_bubbling | false |
false
|
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4944 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 | "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() {#4946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4945 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_create_account_domainFunction___dynamic_error" ] |
cache_key | "_create_account_domainFunction___dynamic_error_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5016 -form: Symfony\Component\Form\Form {#4952 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5017 …5} |
full_name | "create_account[domainFunction][__dynamic_error]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_domainFunction___dynamic_error" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "__dynamic_error" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_domainFunction___dynamic_error" |
valid | true |
value | "" |
function
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 |
---|---|---|
choices | [] |
[] |
disabled | true |
same as passed value |
label | "compte.creation.formulaire.fonction" |
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_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [] |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | true |
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 | "compte.creation.formulaire.fonction" |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4965 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_create_account_domainFunction_function" ] |
cache_key | "_create_account_domainFunction_function_choice" |
choice_translation_domain | "utilisateur" |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | null |
disabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#5018 -form: Symfony\Component\Form\Form {#4975 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5019 …5} |
full_name | "create_account[domainFunction][function]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_domainFunction_function" |
is_selected | Closure($choice, $value) {#5021 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "compte.creation.formulaire.fonction" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "function" |
placeholder | "Fonction..." |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_domainFunction_function" |
valid | true |
value | "" |
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "compte.creation.formulaire.raison_sociale" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4722 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 | "compte.creation.formulaire.raison_sociale" |
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() {#4725 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4718 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "companyName" "placeholder" => "Raison sociale..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_companyName" ] |
cache_key | "_create_account_companyName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4996 -form: Symfony\Component\Form\Form {#4883 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4998 …5} |
full_name | "create_account[companyName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_companyName" |
label | "compte.creation.formulaire.raison_sociale" |
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 | "utilisateur" |
unique_block_prefix | "_create_account_companyName" |
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Length {#4597 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "compte.creation.formulaire.error.siret.exact" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: 14 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#4598 +payload: null +groups: ? +message: "compte.creation.formulaire.error.siret.only_digits" +pattern: "/^\d{14}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#4597 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "compte.creation.formulaire.error.siret.exact" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: 14 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#4598 +payload: null +groups: ? +message: "compte.creation.formulaire.error.siret.only_digits" +pattern: "/^\d{14}$/" +htmlPattern: null +match: true +normalizer: null } ] |
label | "compte.creation.formulaire.siret" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#4597 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "compte.creation.formulaire.error.siret.exact" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: 14 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#4598 +payload: null +groups: ? +message: "compte.creation.formulaire.error.siret.only_digits" +pattern: "/^\d{14}$/" +htmlPattern: null +match: true +normalizer: null } ] |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4731 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 | "compte.creation.formulaire.siret" |
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() {#4733 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4732 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "siret" "placeholder" => "Numéro SIRET..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_siret" ] |
cache_key | "_create_account_siret_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5023 -form: Symfony\Component\Form\Form {#4886 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5022 …5} |
full_name | "create_account[siret]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_siret" |
label | "compte.creation.formulaire.siret" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "siret" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_siret" |
valid | true |
value | "" |
distributedBrands
"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 |
---|---|---|
label | "compte.creation.formulaire.marques" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4740 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 | "compte.creation.formulaire.marques" |
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() {#4742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4741 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "distributedBrands" "placeholder" => "Marques distribuées..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_distributedBrands" ] |
cache_key | "_create_account_distributedBrands_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5024 -form: Symfony\Component\Form\Form {#4889 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5025 …5} |
full_name | "create_account[distributedBrands]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_distributedBrands" |
label | "compte.creation.formulaire.marques" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "distributedBrands" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_distributedBrands" |
valid | true |
value | "" |
agent
"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 |
---|---|---|
label | "compte.creation.formulaire.agent" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4749 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 | "compte.creation.formulaire.agent" |
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() {#4751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4750 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "agent" "placeholder" => "Agent, concession, ..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_agent" ] |
cache_key | "_create_account_agent_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5026 -form: Symfony\Component\Form\Form {#4892 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5027 …5} |
full_name | "create_account[agent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_agent" |
label | "compte.creation.formulaire.agent" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agent" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_agent" |
valid | true |
value | "" |
addressName
"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 |
---|---|---|
label | "compte.creation.formulaire.adresse" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4758 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 | "compte.creation.formulaire.adresse" |
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() {#4760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4759 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "addressName" "placeholder" => "Adresse..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_addressName" ] |
cache_key | "_create_account_addressName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5028 -form: Symfony\Component\Form\Form {#4895 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5029 …5} |
full_name | "create_account[addressName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_addressName" |
label | "compte.creation.formulaire.adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_addressName" |
valid | true |
value | "" |
addressName2
"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 |
---|---|---|
label | "compte.creation.formulaire.complement_adresse" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4767 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 | "compte.creation.formulaire.complement_adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4768 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "addressName2" "placeholder" => "Complément d'adresse..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_addressName2" ] |
cache_key | "_create_account_addressName2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5030 -form: Symfony\Component\Form\Form {#4898 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5031 …5} |
full_name | "create_account[addressName2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_addressName2" |
label | "compte.creation.formulaire.complement_adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressName2" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_addressName2" |
valid | true |
value | "" |
postalCode
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 |
---|---|---|
label | "compte.creation.formulaire.code_postal" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4781 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 |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "compte.creation.formulaire.code_postal" |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4782 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "decimal" "data-cy-create-account-form-field" => "postalCode" "placeholder" => "Code postal..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_create_account_postalCode" ] |
cache_key | "_create_account_postalCode_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5032 -form: Symfony\Component\Form\Form {#4901 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5033 …5} |
full_name | "create_account[postalCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_postalCode" |
label | "compte.creation.formulaire.code_postal" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postalCode" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_postalCode" |
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "compte.creation.formulaire.ville" |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4791 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 | "compte.creation.formulaire.ville" |
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() {#4793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4792 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "city" "placeholder" => "Ville..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_city" ] |
cache_key | "_create_account_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5034 -form: Symfony\Component\Form\Form {#4904 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5035 …5} |
full_name | "create_account[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_city" |
label | "compte.creation.formulaire.ville" |
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 | "utilisateur" |
unique_block_prefix | "_create_account_city" |
valid | true |
value | "" |
kbis
"App\Ecom\Application\Form\Common\LiveFileType"
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 |
---|---|---|
label | "compte.creation.formulaire.kbis" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "compte.creation.formulaire.kbis" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
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() {#4811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4810 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "kbis" "placeholder" => "Extrait KBIS..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "live_file" "_create_account_kbis" ] |
cache_key | "_create_account_kbis_live_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5036 -form: Symfony\Component\Form\Form {#4907 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5037 …5} |
full_name | "create_account[kbis]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_kbis" |
label | "compte.creation.formulaire.kbis" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
live_file | true |
method | "POST" |
multipart | true |
name | "kbis" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
type | "file" |
unique_block_prefix | "_create_account_kbis" |
valid | true |
value | "" |
rib
"App\Ecom\Application\Form\Common\LiveFileType"
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 |
---|---|---|
label | "compte.creation.formulaire.rib" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "compte.creation.formulaire.rib" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
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() {#4820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4819 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "rib" "placeholder" => "RIB..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "live_file" "_create_account_rib" ] |
cache_key | "_create_account_rib_live_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5041 -form: Symfony\Component\Form\Form {#4910 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5040 …5} |
full_name | "create_account[rib]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_rib" |
label | "compte.creation.formulaire.rib" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
live_file | true |
method | "POST" |
multipart | true |
name | "rib" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
type | "file" |
unique_block_prefix | "_create_account_rib" |
valid | true |
value | "" |
email-repeat
"Eo\HoneypotBundle\Form\Type\HoneypotType"
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" => "hide" ] |
[ "class" => "hide" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "hide" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
causesError | 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 {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data | "" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4833 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 | 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() {#4835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4834 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "hide" "data-cy-create-account-form-field" => "email-repeat" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "honeypot" "_create_account_email-repeat" ] |
cache_key | "_create_account_email-repeat_honeypot" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5043 -form: Symfony\Component\Form\Form {#4913 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5042 …5} |
full_name | "create_account[email-repeat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_email-repeat" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email-repeat" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_email-repeat" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "16536643c4ea5cf995f381c16ae.umn7hHRBDe5ZhBx6zrkXiBxs6KWFLfkIHNeiFdNHa3Q.4yWjwhU7S4MN8klIqO4g0XMKhZPwFbBye7vTeJIgKQTTWIvzFgp0ryCyew" |
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 | "16536643c4ea5cf995f381c16ae.umn7hHRBDe5ZhBx6zrkXiBxs6KWFLfkIHNeiFdNHa3Q.4yWjwhU7S4MN8klIqO4g0XMKhZPwFbBye7vTeJIgKQTTWIvzFgp0ryCyew" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4052 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4053 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4054 …} -namespace: Closure() {#4056 …} } |
data | "16536643c4ea5cf995f381c16ae.umn7hHRBDe5ZhBx6zrkXiBxs6KWFLfkIHNeiFdNHa3Q.4yWjwhU7S4MN8klIqO4g0XMKhZPwFbBye7vTeJIgKQTTWIvzFgp0ryCyew" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4821 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() {#5044 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#5045 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "_token" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_create_account__token" ] |
cache_key | "_create_account__token_hidden" |
compound | false |
data | "16536643c4ea5cf995f381c16ae.umn7hHRBDe5ZhBx6zrkXiBxs6KWFLfkIHNeiFdNHa3Q.4yWjwhU7S4MN8klIqO4g0XMKhZPwFbBye7vTeJIgKQTTWIvzFgp0ryCyew" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5055 -form: Symfony\Component\Form\Form {#5051 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5046 …5} |
full_name | "create_account[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account__token" |
valid | true |
value | "16536643c4ea5cf995f381c16ae.umn7hHRBDe5ZhBx6zrkXiBxs6KWFLfkIHNeiFdNHa3Q.4yWjwhU7S4MN8klIqO4g0XMKhZPwFbBye7vTeJIgKQTTWIvzFgp0ryCyew" |