Forms
-
sylius_contact
-
email
-
message
-
firstname
-
lastname
-
motifContact
-
isAuthorized
-
recaptcha
-
_token
-
sylius_contact
Form type:
"Sylius\Bundle\CoreBundle\Form\Type\ContactType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| validation_groups | [ "sylius" "sylius_contact" ] |
[ "sylius" "sylius_contact" ] |
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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data_class | null |
| disabled | false |
null |
|
| empty_data | Closure(FormInterface $form) {#8475 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#8473 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8474 …} $translationDomain: "validators" } } |
| validation_groups | [ "sylius" "sylius_contact" ] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sylius_contact" "_sylius_contact" ] |
| cache_key | "_sylius_contact_sylius_contact" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8643 -errors: [] -form: Symfony\Component\Form\Form {#8590 …} } |
| form | Symfony\Component\Form\FormView {#8472 …5} |
| full_name | "sylius_contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sylius_contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_contact" |
| valid | true |
| value | null |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "E-mail*" ] |
[ "placeholder" => "E-mail*" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8443 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8441 +payload: null +groups: [ "sylius_contact" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8443 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8441 +payload: null +groups: [ "sylius_contact" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "sylius.ui.email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "E-mail*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8443 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8441 +payload: null +groups: [ "sylius_contact" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#8508 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "sylius.ui.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#8506 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8507 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-mail*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_sylius_contact_email" ] |
| cache_key | "_sylius_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8672 -errors: [] -form: Symfony\Component\Form\Form {#8661 …} } |
| form | Symfony\Component\Form\FormView {#8674 …5} |
| full_name | "sylius_contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_contact_email" |
| label | "sylius.ui.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_contact_email" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Message*" ] |
[ "placeholder" => "Message*" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8532 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8532 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "app.form.contact.message" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "Message*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8532 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#8498 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "app.form.contact.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#8493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8499 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Message*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_sylius_contact_message" ] |
| cache_key | "_sylius_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8670 -errors: [] -form: Symfony\Component\Form\Form {#8664 …} } |
| form | Symfony\Component\Form\FormView {#8671 …5} |
| full_name | "sylius_contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_contact_message" |
| label | "app.form.contact.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_contact_message" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Prénom*" "data-testid" => "contact-firstname" ] |
[ "placeholder" => "Prénom*" "data-testid" => "contact-firstname" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8451 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8451 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "sylius.ui.first_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "Prénom*" "data-testid" => "contact-firstname" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8451 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#8487 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "sylius.ui.first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#8470 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8471 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Prénom*" "data-testid" => "contact-firstname" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sylius_contact_firstname" ] |
| cache_key | "_sylius_contact_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8662 -errors: [] -form: Symfony\Component\Form\Form {#8667 …} } |
| form | Symfony\Component\Form\FormView {#8639 …5} |
| full_name | "sylius_contact[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_contact_firstname" |
| label | "sylius.ui.first_name" |
| 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 | null |
| unique_block_prefix | "_sylius_contact_firstname" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
lastname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nom*" "data-testid" => "contact-lastname" ] |
[ "placeholder" => "Nom*" "data-testid" => "contact-lastname" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8446 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8446 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "sylius.ui.last_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "Nom*" "data-testid" => "contact-lastname" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8446 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#8463 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "sylius.ui.last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#8461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8462 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nom*" "data-testid" => "contact-lastname" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sylius_contact_lastname" ] |
| cache_key | "_sylius_contact_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8595 -errors: [] -form: Symfony\Component\Form\Form {#8588 …} } |
| form | Symfony\Component\Form\FormView {#8623 …5} |
| full_name | "sylius_contact[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_contact_lastname" |
| label | "sylius.ui.last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_contact_lastname" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
motifContact
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-testid" => "contact-subject" ] |
[ "data-testid" => "contact-subject" ] |
| choice_label | Closure(?MotifContact $motif) {#8535 class: "App\Form\Extension\ContactTypeExtension" this: App\Form\Extension\ContactTypeExtension {#8419 …} } |
same as passed value |
| class | "App\Entity\MotifContact" |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8534 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8534 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "app.form.contact.subject" |
same as passed value |
| placeholder | "app.form.contact.choose_subject" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "data-testid" => "contact-subject" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(?MotifContact $motif) {#8535 class: "App\Form\Extension\ContactTypeExtension" this: App\Form\Extension\ContactTypeExtension {#8419 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#8632 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8566 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#8637 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#8630 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#8642 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#8634 …} } |
| choices | null |
| class | "App\Entity\MotifContact" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8534 +payload: null +groups: [ "sylius_contact" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerMkBfXeC\EntityManagerGhost614a58f {#582 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8559 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerMkBfXeC\EntityManagerGhost614a58f {#582 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#8561 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "app.form.contact.subject" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "app.form.contact.choose_subject" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#8567 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8569 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-testid" => "contact-subject" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_sylius_contact_motifContact" ] |
| cache_key | "_sylius_contact_motifContact_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8469 +data: App\Entity\MotifContact {#8792 …} +value: "1" +label: "Support technique (dépannage)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8718 +data: App\Entity\MotifContact {#8694 …} +value: "2" +label: "Service client (passer commande ; suivi de commande)" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8647 +data: App\Entity\MotifContact {#8699 …} +value: "3" +label: "Ressources humaines" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8690 +data: App\Entity\MotifContact {#8703 …} +value: "4" +label: "Données personnelles" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8728 +data: App\Entity\MotifContact {#8707 …} +value: "5" +label: "Demande marketing" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#8627 -errors: [] -form: Symfony\Component\Form\Form {#8585 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#8460 …5} |
| full_name | "sylius_contact[motifContact]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_contact_motifContact" |
| is_selected | Closure($choice, $value) {#8712 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "app.form.contact.subject" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "motifContact" |
| placeholder | "app.form.contact.choose_subject" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_contact_motifContact" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
isAuthorized
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-testid" => "contact-authorization" ] |
[ "data-testid" => "contact-authorization" ] |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#8454 +payload: null +groups: [ "sylius_contact" ] +message: "app.contact.must_be_authorized" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#8454 +payload: null +groups: [ "sylius_contact" ] +message: "app.contact.must_be_authorized" } ] |
| help | "J'autorise Enalées à utiliser mes données pour répondre à ma demande." |
same as passed value |
| label | "app.form.contact.authorization" |
same as passed value |
| label_attr | [ "class" => "checkbox-inline" ] |
[ "class" => "checkbox-inline" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-testid" => "contact-authorization" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#8454 +payload: null +groups: [ "sylius_contact" ] +message: "app.contact.must_be_authorized" } ] |
| 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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#8619 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | "J'autorise Enalées à utiliser mes données pour répondre à ma demande." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#8620 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "app.form.contact.authorization" |
| label_attr | [ "class" => "checkbox-inline" ] |
| 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() {#8615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8613 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-testid" => "contact-authorization" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_sylius_contact_isAuthorized" ] |
| cache_key | "_sylius_contact_isAuthorized_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8713 -errors: [] -form: Symfony\Component\Form\Form {#8582 …} } |
| form | Symfony\Component\Form\FormView {#8644 …5} |
| full_name | "sylius_contact[isAuthorized]" |
| help | "J'autorise Enalées à utiliser mes données pour répondre à ma demande." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_contact_isAuthorized" |
| label | "app.form.contact.authorization" |
| label_attr | [ "class" => "checkbox-inline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "isAuthorized" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_contact_isAuthorized" |
| valid | true |
| value | "1" |
recaptcha
Form type:
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action_name | "contact" |
same as passed value |
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#8521 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#8521 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "contact" |
| 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\NotBlank {#8521 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#8598 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | null |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#8596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8597 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| action_name | "contact" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_sylius_contact_recaptcha" ] |
| cache_key | "_sylius_contact_recaptcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#8708 -errors: [] -form: Symfony\Component\Form\Form {#8577 …} } |
| form | Symfony\Component\Form\FormView {#8676 …5} |
| full_name | "sylius_contact[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "sylius_contact_recaptcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LcrLAgsAAAAAJKhaA_eqMqZSNiDymSe9U-0RfJJ" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_contact_recaptcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "714821c9297352266f406b308f86b.nOxNPmPgVIV7u2kVXqp9iijFCjqvf_G8dczHbu6Bm68._70ZdVGvYLISygdyLeRQ3UCXe1PaKrDMKo6FLYPlr-7TmThpVasu2gHUHg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "714821c9297352266f406b308f86b.nOxNPmPgVIV7u2kVXqp9iijFCjqvf_G8dczHbu6Bm68._70ZdVGvYLISygdyLeRQ3UCXe1PaKrDMKo6FLYPlr-7TmThpVasu2gHUHg" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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 {#8278 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8344 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#8345 …} -namespace: Closure() {#8338 …} } |
| data | "714821c9297352266f406b308f86b.nOxNPmPgVIV7u2kVXqp9iijFCjqvf_G8dczHbu6Bm68._70ZdVGvYLISygdyLeRQ3UCXe1PaKrDMKo6FLYPlr-7TmThpVasu2gHUHg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#8788 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() {#8789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1485 …} $message: Closure() {#8677 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_sylius_contact__token" ] |
| cache_key | "_sylius_contact__token_hidden" |
| compound | false |
| data | "714821c9297352266f406b308f86b.nOxNPmPgVIV7u2kVXqp9iijFCjqvf_G8dczHbu6Bm68._70ZdVGvYLISygdyLeRQ3UCXe1PaKrDMKo6FLYPlr-7TmThpVasu2gHUHg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8779 -errors: [] -form: Symfony\Component\Form\Form {#8783 …} } |
| form | Symfony\Component\Form\FormView {#8673 …5} |
| full_name | "sylius_contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_contact__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_contact__token" |
| valid | true |
| value | "714821c9297352266f406b308f86b.nOxNPmPgVIV7u2kVXqp9iijFCjqvf_G8dczHbu6Bm68._70ZdVGvYLISygdyLeRQ3UCXe1PaKrDMKo6FLYPlr-7TmThpVasu2gHUHg" |