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_6a9d56bed78d1" |
| 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 | "2b2450b4037443cf095a5ec89bd3d.XMQd7UQp_EIDozUr0BLphfFuILiU9KDjcx9ZD658DN8.bZcu2Sh-kRpJ5mJSliOhz64MZdDVx_TUPy8YQes0W4UQm2ysJhCdDkDlZA" |
| 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 | "2b2450b4037443cf095a5ec89bd3d.XMQd7UQp_EIDozUr0BLphfFuILiU9KDjcx9ZD658DN8.bZcu2Sh-kRpJ5mJSliOhz64MZdDVx_TUPy8YQes0W4UQm2ysJhCdDkDlZA" |
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 | "2b2450b4037443cf095a5ec89bd3d.XMQd7UQp_EIDozUr0BLphfFuILiU9KDjcx9ZD658DN8.bZcu2Sh-kRpJ5mJSliOhz64MZdDVx_TUPy8YQes0W4UQm2ysJhCdDkDlZA" |
| 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 | "2b2450b4037443cf095a5ec89bd3d.XMQd7UQp_EIDozUr0BLphfFuILiU9KDjcx9ZD658DN8.bZcu2Sh-kRpJ5mJSliOhz64MZdDVx_TUPy8YQes0W4UQm2ysJhCdDkDlZA" |
| 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 | "2b2450b4037443cf095a5ec89bd3d.XMQd7UQp_EIDozUr0BLphfFuILiU9KDjcx9ZD658DN8.bZcu2Sh-kRpJ5mJSliOhz64MZdDVx_TUPy8YQes0W4UQm2ysJhCdDkDlZA" |