Forms
-
contact_request
-
firstName
-
lastName
-
email
-
body
-
resume
-
letter
-
captcha
-
submit
-
_token
-
contact_request
Form type:
"App\Form\ContactRequestType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Model\ContactRequest {#399 -lastName: null -firstName: null -email: null -body: null -resume: null -letter: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Model\ContactRequest {#399 -lastName: null -firstName: null -email: null -body: null -resume: null -letter: null } |
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 | 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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| data | App\Model\ContactRequest {#399 -lastName: null -firstName: null -email: null -body: null -resume: null -letter: null } |
| data_class | "App\Model\ContactRequest" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#699 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Model\ContactRequest" } } |
| 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#701 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#700 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_request" "_contact_request" ] |
| cache_key | "_contact_request_contact_request" |
| compound | true |
| data | App\Model\ContactRequest {#399 -lastName: null -firstName: null -email: null -body: null -resume: null -letter: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#827 -errors: [] -form: Symfony\Component\Form\Form {#828 …} } |
| form | Symfony\Component\Form\FormView {#702 …5} |
| full_name | "contact_request" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "contact_request" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_request" |
| valid | true |
| value | App\Model\ContactRequest {#399 -lastName: null -firstName: null -email: null -body: null -resume: null -letter: null } |
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" => "Votre prénom" ] |
[ "placeholder" => "Votre prénom" ] |
| label | "Prénom" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "Votre prénom" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#715 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| reset_on_focus | false |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#716 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre prénom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_request_firstName" ] |
| cache_key | "_contact_request_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#753 -errors: [] -form: Symfony\Component\Form\Form {#831 …} } |
| form | Symfony\Component\Form\FormView {#771 …5} |
| full_name | "contact_request[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request_firstName" |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_request_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" => "Votre nom" ] |
[ "placeholder" => "Votre nom" ] |
| label | "Nom" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "Votre nom" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#724 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| reset_on_focus | false |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#725 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre nom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_request_lastName" ] |
| cache_key | "_contact_request_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#740 -errors: [] -form: Symfony\Component\Form\Form {#834 …} } |
| form | Symfony\Component\Form\FormView {#727 …5} |
| full_name | "contact_request[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request_lastName" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_request_lastName" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
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" => "votre@email.com" ] |
[ "placeholder" => "votre@email.com" ] |
| label | "Email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "votre@email.com" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#737 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| reset_on_focus | false |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#738 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "votre@email.com" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_request_email" ] |
| cache_key | "_contact_request_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#718 -errors: [] -form: Symfony\Component\Form\Form {#837 …} } |
| form | Symfony\Component\Form\FormView {#855 …5} |
| full_name | "contact_request[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_request_email" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
body
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" => "Votre message" "rows" => 4 ] |
[ "placeholder" => "Votre message" "rows" => 4 ] |
| label | "Message" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "Votre message" "rows" => 4 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#750 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| reset_on_focus | false |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#751 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre message" "rows" => 4 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_request_body" ] |
| cache_key | "_contact_request_body_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#857 -errors: [] -form: Symfony\Component\Form\Form {#840 …} } |
| form | Symfony\Component\Form\FormView {#858 …5} |
| full_name | "contact_request[body]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request_body" |
| label | "Message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "body" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_request_body" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
resume
Form type:
"Symfony\UX\Dropzone\Form\DropzoneType"
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" => "Glissez votre CV" ] |
[ "placeholder" => "Glissez votre CV" ] |
| label | "Pièces jointes" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "placeholder" => "Glissez votre CV" ] |
| 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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "Please select a valid file." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Pièces jointes" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| label_translation_parameters | [] |
| mapped | false |
| 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 | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#769 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Glissez votre CV" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "dropzone" "_contact_request_resume" ] |
| cache_key | "_contact_request_resume_dropzone" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#859 -errors: [] -form: Symfony\Component\Form\Form {#843 …} } |
| form | Symfony\Component\Form\FormView {#860 …5} |
| full_name | "contact_request[resume]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request_resume" |
| label | "Pièces jointes" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "resume" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_contact_request_resume" |
| valid | true |
| value | "" |
letter
Form type:
"Symfony\UX\Dropzone\Form\DropzoneType"
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" => "Glissez votre lettre de motivation" ] |
[ "placeholder" => "Glissez votre lettre de motivation" ] |
| label | false |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "placeholder" => "Glissez votre lettre de motivation" ] |
| 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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "Please select a valid file." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| label_translation_parameters | [] |
| mapped | false |
| 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 | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#778 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Glissez votre lettre de motivation" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "dropzone" "_contact_request_letter" ] |
| cache_key | "_contact_request_letter_dropzone" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#882 -errors: [] -form: Symfony\Component\Form\Form {#846 …} } |
| form | Symfony\Component\Form\FormView {#884 …5} |
| full_name | "contact_request[letter]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request_letter" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "letter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_contact_request_letter" |
| valid | true |
| value | "" |
captcha
Form type:
"Gregwar\CaptchaBundle\Type\CaptchaType"
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 | [ "class" => "mt-3" "placeholder" => "Saisir le code écrit dans l'image" ] |
[ "class" => "mt-3" "placeholder" => "Saisir le code écrit dans l'image" ] |
| background_color | [ 255 255 255 ] |
[ 255 255 255 ] |
| height | 100 |
same as passed value |
| invalid_message | "Le code de sécurité ne correspond pas" |
same as passed value |
| label | "Code de sécurité" |
same as passed value |
| text_color | [ 32 32 32 ] |
[ 32 32 32 ] |
| width | 300 |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| as_file | false |
| as_url | false |
| attr | [ "class" => "mt-3" "placeholder" => "Saisir le code écrit dans l'image" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| background_color | [ 255 255 255 ] |
| background_images | [] |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| bypass_code | null |
| charset | "abcdefhjkmnprstuvwxyz23456789" |
| compound | false |
| constraints | [] |
| 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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| distortion | true |
| empty_data | Closure(FormInterface $form) {#808 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| expiration | 60 |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| font | "/var/www/html/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
| form_attr | false |
| gc_freq | 100 |
| getter | null |
| height | 100 |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| humanity | 0 |
| ignore_all_effects | false |
| image_folder | "captcha" |
| inherit_data | false |
| interpolation | true |
| invalid_message | "Le code de sécurité ne correspond pas" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| keep_value | false |
| label | "Code de sécurité" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| label_translation_parameters | [] |
| length | 5 |
| loading_more_text | "Loading more results..." |
| mapped | false |
| max_behind_lines | null |
| max_front_lines | null |
| 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 |
| quality | 50 |
| reload | false |
| required | true |
| reset_on_focus | false |
| row_attr | [] |
| session_key | "captcha" |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| text_color | [ 32 32 32 ] |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#809 …} $translationDomain: "validators" } } |
| validation_groups | null |
| web_path | "/var/www/html/public" |
| whitelist_key | "captcha_whitelist_key" |
| width | 300 |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "mt-3" "placeholder" => "Saisir le code écrit dans l'image" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "_contact_request_captcha" ] |
| cache_key | "_contact_request_captcha_captcha" |
| captcha_code | "data:image/jpeg;base64,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" |
| captcha_height | 100 |
| captcha_width | 300 |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#885 -errors: [] -form: Symfony\Component\Form\Form {#849 …} } |
| form | Symfony\Component\Form\FormView {#886 …5} |
| full_name | "contact_request[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request_captcha" |
| image_id | "captcha_6a4e45919ae1a" |
| is_human | false |
| label | "Code de sécurité" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| reload | false |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_request_captcha" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
submit
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 |
|---|---|---|
| label | "Envoyer" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Envoyer" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_request_submit" ] |
| cache_key | "_contact_request_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#889 …5} |
| full_name | "contact_request[submit]" |
| id | "contact_request_submit" |
| label | "Envoyer" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_contact_request_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "41579b1e6a3636fd14.kTLk1f6hpX9GAD8LyEXL6UVqou7Hliu6tGHTmEkh3mI.omiDj4fVl01zR3pyp3OTkAMGzJqQ8hPt3DHjrXh1gSXBeNGssO7zKBVYXA" |
| 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 | "41579b1e6a3636fd14.kTLk1f6hpX9GAD8LyEXL6UVqou7Hliu6tGHTmEkh3mI.omiDj4fVl01zR3pyp3OTkAMGzJqQ8hPt3DHjrXh1gSXBeNGssO7zKBVYXA" |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#401 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#412 …} -namespace: Closure() {#417 …} } |
| data | "41579b1e6a3636fd14.kTLk1f6hpX9GAD8LyEXL6UVqou7Hliu6tGHTmEkh3mI.omiDj4fVl01zR3pyp3OTkAMGzJqQ8hPt3DHjrXh1gSXBeNGssO7zKBVYXA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#892 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#487 …} $message: Closure() {#893 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_request__token" ] |
| cache_key | "_contact_request__token_hidden" |
| compound | false |
| data | "41579b1e6a3636fd14.kTLk1f6hpX9GAD8LyEXL6UVqou7Hliu6tGHTmEkh3mI.omiDj4fVl01zR3pyp3OTkAMGzJqQ8hPt3DHjrXh1gSXBeNGssO7zKBVYXA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#904 -errors: [] -form: Symfony\Component\Form\Form {#900 …} } |
| form | Symfony\Component\Form\FormView {#895 …5} |
| full_name | "contact_request[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "contact_request__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 | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_translation_domain" => "SonataAdminBundle" "use_icheck" => false "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_request__token" |
| valid | true |
| value | "41579b1e6a3636fd14.kTLk1f6hpX9GAD8LyEXL6UVqou7Hliu6tGHTmEkh3mI.omiDj4fVl01zR3pyp3OTkAMGzJqQ8hPt3DHjrXh1gSXBeNGssO7zKBVYXA" |