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 {#736 -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 {#736 -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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| data | App\Model\ContactRequest {#736 -lastName: null -firstName: null -email: null -body: null -resume: null -letter: null } |
| data_class | "App\Model\ContactRequest" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#974 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() {#976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#975 …} $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 {#736 -lastName: null -firstName: null -email: null -body: null -resume: null -letter: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1103 -errors: [] -form: Symfony\Component\Form\Form {#1104 …} } |
| form | Symfony\Component\Form\FormView {#977 …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 {#736 -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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#991 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 |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#992 …} $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 {#1029 -errors: [] -form: Symfony\Component\Form\Form {#1107 …} } |
| form | Symfony\Component\Form\FormView {#1047 …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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1000 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 |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1002 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1001 …} $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 {#1016 -errors: [] -form: Symfony\Component\Form\Form {#1110 …} } |
| form | Symfony\Component\Form\FormView {#1003 …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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1013 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 |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1015 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1014 …} $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 {#994 -errors: [] -form: Symfony\Component\Form\Form {#1113 …} } |
| form | Symfony\Component\Form\FormView {#1131 …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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1026 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 |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1027 …} $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 {#1133 -errors: [] -form: Symfony\Component\Form\Form {#1116 …} } |
| form | Symfony\Component\Form\FormView {#1134 …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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| 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() {#1046 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1045 …} $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 {#1135 -errors: [] -form: Symfony\Component\Form\Form {#1119 …} } |
| form | Symfony\Component\Form\FormView {#1136 …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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| 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() {#1055 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1054 …} $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 {#1158 -errors: [] -form: Symfony\Component\Form\Form {#1122 …} } |
| form | Symfony\Component\Form\FormView {#1160 …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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| data_class | null |
| disabled | false |
| distortion | true |
| empty_data | Closure(FormInterface $form) {#1084 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 |
| 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() {#1086 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1085 …} $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 {#1161 -errors: [] -form: Symfony\Component\Form\Form {#1125 …} } |
| form | Symfony\Component\Form\FormView {#1162 …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_69b152984ab7d" |
| 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 {#1166 …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 | "34889ca59670520bf7b5b85.ljAfrhF2JSKlFdbgDWU2S_7cPoWNb16Xl2vJWN6nrKw.oEIs9HcfaUvERPu6Owx_HJCtTuHjAAzI_SSTF4mT7f36cln0ezpfYZw45g" |
| 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 | "34889ca59670520bf7b5b85.ljAfrhF2JSKlFdbgDWU2S_7cPoWNb16Xl2vJWN6nrKw.oEIs9HcfaUvERPu6Owx_HJCtTuHjAAzI_SSTF4mT7f36cln0ezpfYZw45g" |
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 {#651 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
| data | "34889ca59670520bf7b5b85.ljAfrhF2JSKlFdbgDWU2S_7cPoWNb16Xl2vJWN6nrKw.oEIs9HcfaUvERPu6Owx_HJCtTuHjAAzI_SSTF4mT7f36cln0ezpfYZw45g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1169 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() {#1171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1170 …} $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 | "34889ca59670520bf7b5b85.ljAfrhF2JSKlFdbgDWU2S_7cPoWNb16Xl2vJWN6nrKw.oEIs9HcfaUvERPu6Owx_HJCtTuHjAAzI_SSTF4mT7f36cln0ezpfYZw45g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1181 -errors: [] -form: Symfony\Component\Form\Form {#1177 …} } |
| form | Symfony\Component\Form\FormView {#1172 …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 | "34889ca59670520bf7b5b85.ljAfrhF2JSKlFdbgDWU2S_7cPoWNb16Xl2vJWN6nrKw.oEIs9HcfaUvERPu6Owx_HJCtTuHjAAzI_SSTF4mT7f36cln0ezpfYZw45g" |