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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | "App\Ecom\Application\Form\Shop\User\Payload\CreateAccountPayload" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4573 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() {#4575 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4574 …} $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 {#4821 -form: Symfony\Component\Form\Form {#4827 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4576 …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 {#4582 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4583 +name: "Madame" +value: "Mme." } ] |
[ App\Crm\Domain\Enum\Civilite {#4582 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4583 +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 {#4607 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
choices | [ App\Crm\Domain\Enum\Civilite {#4582 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4583 +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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
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() {#4606 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4604 …} $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 {#4719 +label: "M." +value: "M." +data: App\Crm\Domain\Enum\Civilite {#4582 +name: "Monsieur" +value: "M." } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4728 +label: "Mme." +value: "Mme." +data: App\Crm\Domain\Enum\Civilite {#4583 +name: "Madame" +value: "Mme." } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4769 -form: Symfony\Component\Form\Form {#4830 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4779 …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) {#4746 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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4620 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() {#4622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4621 …} $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 {#4667 -form: Symfony\Component\Form\Form {#4833 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4755 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4629 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() {#4631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4630 …} $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 {#4654 -form: Symfony\Component\Form\Form {#4836 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4709 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4642 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() {#4644 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4643 …} $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 {#4737 -form: Symfony\Component\Form\Form {#4839 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4645 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4651 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() {#4653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4652 …} $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 {#4632 -form: Symfony\Component\Form\Form {#4842 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4623 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4664 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() {#4666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4665 …} $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 {#4608 -form: Symfony\Component\Form\Form {#4845 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4902 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4673 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() {#4675 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4674 …} $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 {#4904 -form: Symfony\Component\Form\Form {#4848 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4905 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | "App\Ecom\Application\Form\Shop\User\Payload\EtablissementDomainFunctionPayload" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4690 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() {#4692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4691 …} $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 {#4906 -form: Symfony\Component\Form\Form {#4862 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4907 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
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() {#4853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4852 …} $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 {#4986 +label: "Administration" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4987 +label: "Après-vente" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4988 +label: "Autres" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4989 +label: "Commerce" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4990 +label: "Direction" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4991 +label: "GCR CISCAR" +value: "193" +data: 193 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4992 +label: "Informatique" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4993 +label: "Location" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4994 +label: "Marketing" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4995 +label: "Partenaire" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4996 +label: "Pièces de rechange" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4997 +label: "RENAULT - Constructeur" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4998 +label: "Ressources humaines" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4985 -form: Symfony\Component\Form\Form {#4865 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4984 …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) {#5000 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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4929 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() {#4931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4930 …} $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 {#5001 -form: Symfony\Component\Form\Form {#4937 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5002 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
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() {#4951 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4950 …} $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 {#5003 -form: Symfony\Component\Form\Form {#4960 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5004 …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) {#5006 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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4707 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() {#4710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4703 …} $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 {#4981 -form: Symfony\Component\Form\Form {#4868 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4983 …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 |
---|---|---|
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 | [] |
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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4716 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() {#4718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4717 …} $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 {#5008 -form: Symfony\Component\Form\Form {#4871 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5007 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4725 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() {#4727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4726 …} $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 {#5009 -form: Symfony\Component\Form\Form {#4874 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5010 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4734 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() {#4736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4735 …} $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 {#5011 -form: Symfony\Component\Form\Form {#4877 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5012 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4743 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() {#4745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4744 …} $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 {#5013 -form: Symfony\Component\Form\Form {#4880 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5014 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4752 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() {#4754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4753 …} $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 {#5015 -form: Symfony\Component\Form\Form {#4883 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5016 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4766 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() {#4768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4767 …} $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 {#5017 -form: Symfony\Component\Form\Form {#4886 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5018 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4776 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() {#4778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4777 …} $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 {#5019 -form: Symfony\Component\Form\Form {#4889 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5020 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
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() {#4796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4795 …} $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 {#5021 -form: Symfony\Component\Form\Form {#4892 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5022 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
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() {#4805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4804 …} $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 {#5026 -form: Symfony\Component\Form\Form {#4895 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5025 …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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data | "" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4818 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() {#4820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4819 …} $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 {#5028 -form: Symfony\Component\Form\Form {#4898 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5027 …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 | "acfef1e294f981ba1cdc46143796288.HtFqK-B0TRMUv4Sj_anN6IoL3HqsDv6vC6xdVE9TNn0.RKZeYLozdXVB6-PTj5y4vNxu5Q3_S5Htb-gwNSU8WktYvTp9qjEUZyzPvA" |
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 | "acfef1e294f981ba1cdc46143796288.HtFqK-B0TRMUv4Sj_anN6IoL3HqsDv6vC6xdVE9TNn0.RKZeYLozdXVB6-PTj5y4vNxu5Q3_S5Htb-gwNSU8WktYvTp9qjEUZyzPvA" |
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 {#4046 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4047 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4048 …} -namespace: Closure() {#4050 …} } |
data | "acfef1e294f981ba1cdc46143796288.HtFqK-B0TRMUv4Sj_anN6IoL3HqsDv6vC6xdVE9TNn0.RKZeYLozdXVB6-PTj5y4vNxu5Q3_S5Htb-gwNSU8WktYvTp9qjEUZyzPvA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4806 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() {#5029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#5030 …} $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 | "acfef1e294f981ba1cdc46143796288.HtFqK-B0TRMUv4Sj_anN6IoL3HqsDv6vC6xdVE9TNn0.RKZeYLozdXVB6-PTj5y4vNxu5Q3_S5Htb-gwNSU8WktYvTp9qjEUZyzPvA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5040 -form: Symfony\Component\Form\Form {#5036 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5031 …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 | "acfef1e294f981ba1cdc46143796288.HtFqK-B0TRMUv4Sj_anN6IoL3HqsDv6vC6xdVE9TNn0.RKZeYLozdXVB6-PTj5y4vNxu5Q3_S5Htb-gwNSU8WktYvTp9qjEUZyzPvA" |