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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | "App\Ecom\Application\Form\Shop\User\Payload\CreateAccountPayload" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4587 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() {#4589 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4588 …} $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 {#4837 -form: Symfony\Component\Form\Form {#4843 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4590 …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 {#4596 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4597 +name: "Madame" +value: "Mme." } ] |
[ App\Crm\Domain\Enum\Civilite {#4596 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4597 +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 {#4623 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
choices | [ App\Crm\Domain\Enum\Civilite {#4596 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4597 +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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
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() {#4622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4620 …} $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 {#4735 +label: "M." +value: "M." +data: App\Crm\Domain\Enum\Civilite {#4596 +name: "Monsieur" +value: "M." } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4744 +label: "Mme." +value: "Mme." +data: App\Crm\Domain\Enum\Civilite {#4597 +name: "Madame" +value: "Mme." } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4785 -form: Symfony\Component\Form\Form {#4846 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4795 …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) {#4762 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 | "Title..." |
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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4636 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() {#4638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4637 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "lastName" "placeholder" => "Last Name..." ] |
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 {#4683 -form: Symfony\Component\Form\Form {#4849 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4771 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4645 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() {#4647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4646 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "firstName" "placeholder" => "First Name..." ] |
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 {#4670 -form: Symfony\Component\Form\Form {#4852 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4725 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4658 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() {#4660 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4659 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "phoneNumber" "placeholder" => "Landline Phone..." ] |
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 {#4753 -form: Symfony\Component\Form\Form {#4855 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4661 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4667 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() {#4669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4668 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "phoneNumberMobile" "placeholder" => "Mobile Phone..." ] |
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 {#4648 -form: Symfony\Component\Form\Form {#4858 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4639 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4680 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() {#4682 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4681 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "emailContact" "placeholder" => "Contact Email..." ] |
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 {#4624 -form: Symfony\Component\Form\Form {#4861 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4918 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4689 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() {#4691 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4690 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "emailLogin" "placeholder" => "Login Email..." ] |
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 {#4920 -form: Symfony\Component\Form\Form {#4864 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4921 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | "App\Ecom\Application\Form\Shop\User\Payload\EtablissementDomainFunctionPayload" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4706 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() {#4708 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4707 …} $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 {#4922 -form: Symfony\Component\Form\Form {#4878 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4923 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
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() {#4869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4868 …} $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 {#5002 +label: "Administration" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5003 +label: "Après-vente" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5004 +label: "Autres" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5005 +label: "Commerce" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5006 +label: "Direction" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5007 +label: "GCR CISCAR" +value: "193" +data: 193 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5008 +label: "Informatique" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5009 +label: "Location" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5010 +label: "Marketing" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5011 +label: "Partenaire" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5012 +label: "Pièces de rechange" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5013 +label: "RENAULT - Constructeur" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5014 +label: "Ressources humaines" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5001 -form: Symfony\Component\Form\Form {#4881 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5000 …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) {#5016 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 | "Field of Activity..." |
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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4945 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() {#4947 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4946 …} $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 {#5017 -form: Symfony\Component\Form\Form {#4953 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5018 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
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() {#4967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4966 …} $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 {#5019 -form: Symfony\Component\Form\Form {#4976 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5020 …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) {#5022 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 | "Position..." |
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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4723 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() {#4726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4719 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "companyName" "placeholder" => "Company Name..." ] |
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 {#4997 -form: Symfony\Component\Form\Form {#4884 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4999 …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 {#4598 +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 {#4599 +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 {#4598 +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 {#4599 +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 {#4598 +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 {#4599 +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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4732 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() {#4734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4733 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "siret" "placeholder" => "SIRET Number..." ] |
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 {#5024 -form: Symfony\Component\Form\Form {#4887 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5023 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4741 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() {#4743 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4742 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "distributedBrands" "placeholder" => "Distributed Brands..." ] |
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 {#5025 -form: Symfony\Component\Form\Form {#4890 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5026 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4750 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() {#4752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4751 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "agent" "placeholder" => "Agent, dealership, ..." ] |
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 {#5027 -form: Symfony\Component\Form\Form {#4893 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5028 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4759 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() {#4761 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4760 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "addressName" "placeholder" => "Address..." ] |
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 {#5029 -form: Symfony\Component\Form\Form {#4896 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5030 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4768 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() {#4770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4769 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "addressName2" "placeholder" => "Address Complement..." ] |
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 {#5031 -form: Symfony\Component\Form\Form {#4899 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5032 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4782 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() {#4784 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4783 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "decimal" "data-cy-create-account-form-field" => "postalCode" "placeholder" => "Postal Code..." ] |
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 {#5033 -form: Symfony\Component\Form\Form {#4902 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5034 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4792 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() {#4794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4793 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "city" "placeholder" => "City..." ] |
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 {#5035 -form: Symfony\Component\Form\Form {#4905 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5036 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
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() {#4812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4811 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "kbis" "placeholder" => "KBIS Extract..." ] |
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 {#5037 -form: Symfony\Component\Form\Form {#4908 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5038 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
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() {#4821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4820 …} $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 {#5042 -form: Symfony\Component\Form\Form {#4911 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5041 …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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data | "" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4834 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() {#4836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#4835 …} $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 {#5044 -form: Symfony\Component\Form\Form {#4914 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5043 …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 | "c9e77dde2f681c8bf52bd.9KWMs58D9Lu8mhWgtKoEZO8o3CevT7ee7FmJQKkF2Pw.uPD9_-syvfTjo2D3gYdvN65SkkPnN-OnmhbtLNh8gsy-6_zwy1Cg-o2vVA" |
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 | "c9e77dde2f681c8bf52bd.9KWMs58D9Lu8mhWgtKoEZO8o3CevT7ee7FmJQKkF2Pw.uPD9_-syvfTjo2D3gYdvN65SkkPnN-OnmhbtLNh8gsy-6_zwy1Cg-o2vVA" |
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 {#4053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4054 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4055 …} -namespace: Closure() {#4057 …} } |
data | "c9e77dde2f681c8bf52bd.9KWMs58D9Lu8mhWgtKoEZO8o3CevT7ee7FmJQKkF2Pw.uPD9_-syvfTjo2D3gYdvN65SkkPnN-OnmhbtLNh8gsy-6_zwy1Cg-o2vVA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4822 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() {#5045 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2276 …} $message: Closure() {#5046 …} $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 | "c9e77dde2f681c8bf52bd.9KWMs58D9Lu8mhWgtKoEZO8o3CevT7ee7FmJQKkF2Pw.uPD9_-syvfTjo2D3gYdvN65SkkPnN-OnmhbtLNh8gsy-6_zwy1Cg-o2vVA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5056 -form: Symfony\Component\Form\Form {#5052 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5047 …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 | "c9e77dde2f681c8bf52bd.9KWMs58D9Lu8mhWgtKoEZO8o3CevT7ee7FmJQKkF2Pw.uPD9_-syvfTjo2D3gYdvN65SkkPnN-OnmhbtLNh8gsy-6_zwy1Cg-o2vVA" |