Forms
-
contact_us_form
-
name
-
surname
-
email
-
phone_mobile
-
message
-
captcha
-
save
-
_token
-
contact_us_form
Form type:
"App\Form\ContactUsFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#619 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#620 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#852 …} -namespace: Closure() {#886 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#751 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 | "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() {#739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#740 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_us_form" "_contact_us_form" ] |
cache_key | "_contact_us_form_contact_us_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#993 -errors: [] -form: Symfony\Component\Form\Form {#974 …} } |
form | Symfony\Component\Form\FormView {#738 …5} |
full_name | "contact_us_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_us_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact_us_form" |
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" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => 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_translation_domain" => null "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form" |
valid | true |
value | null |
name
Form type:
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
label | false |
same as passed value |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ0-9 .-]*$" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prénom" ] |
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 {#619 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#620 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#852 …} -namespace: Closure() {#886 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#678 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
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 | false |
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 |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ0-9 .-]*$" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#679 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_contact_us_form_name" ] |
cache_key | "_contact_us_form_name_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#975 -errors: [] -form: Symfony\Component\Form\Form {#1033 …} } |
form | Symfony\Component\Form\FormView {#1024 …5} |
full_name | "contact_us_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_us_form_name" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ0-9 .-]*$" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => 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_translation_domain" => null "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_name" |
valid | true |
value | "" |
surname
Form type:
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Nom" ] |
[ "placeholder" => "Nom" ] |
label | false |
same as passed value |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ0-9 .-]*$" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom" ] |
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 {#619 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#620 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#852 …} -namespace: Closure() {#886 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#719 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
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 | false |
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 |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ0-9 .-]*$" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#721 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#720 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_contact_us_form_surname" ] |
cache_key | "_contact_us_form_surname_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1010 -errors: [] -form: Symfony\Component\Form\Form {#1030 …} } |
form | Symfony\Component\Form\FormView {#976 …5} |
full_name | "contact_us_form[surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_us_form_surname" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surname" |
priority | 0 |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ0-9 .-]*$" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => 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_translation_domain" => null "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_surname" |
valid | true |
value | "" |
Form type:
"App\Form\Type\RegexMaskType"
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" => "Adresse mail" ] |
[ "placeholder" => "Adresse mail" ] |
label | false |
same as passed value |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse mail" ] |
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 {#619 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#620 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#852 …} -namespace: Closure() {#886 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
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 | false |
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 |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#729 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse mail" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_contact_us_form_email" ] |
cache_key | "_contact_us_form_email_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#977 -errors: [] -form: Symfony\Component\Form\Form {#1027 …} } |
form | Symfony\Component\Form\FormView {#979 …5} |
full_name | "contact_us_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_us_form_email" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => 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_translation_domain" => null "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_email" |
valid | true |
value | "" |
phone_mobile
Form type:
"App\Form\Type\TextMaskType"
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" => "Tél" ] |
[ "placeholder" => "Tél" ] |
label | false |
same as passed value |
mask | "09.99.99.99.99" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Tél" ] |
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 {#619 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#620 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#852 …} -namespace: Closure() {#886 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#675 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
mapped | true |
mask | "09.99.99.99.99" |
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() {#715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#714 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tél" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text_mask" "_contact_us_form_phone_mobile" ] |
cache_key | "_contact_us_form_phone_mobile_text_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#973 -errors: [] -form: Symfony\Component\Form\Form {#1036 …} } |
form | Symfony\Component\Form\FormView {#956 …5} |
full_name | "contact_us_form[phone_mobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_us_form_phone_mobile" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mask | "09.99.99.99.99" |
method | "POST" |
multipart | false |
name | "phone_mobile" |
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" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => 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_translation_domain" => null "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_phone_mobile" |
valid | true |
value | "" |
message
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "tinymce" "placeholder" => "Votre message" "cols" => 30 "rows" => 12 ] |
[ "class" => "tinymce" "placeholder" => "Votre message" "cols" => 30 "rows" => 12 ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "tinymce" "placeholder" => "Votre message" "cols" => 30 "rows" => 12 ] |
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 {#619 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#620 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#852 …} -namespace: Closure() {#886 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#937 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
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 | false |
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() {#710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#932 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "tinymce" "placeholder" => "Votre message" "cols" => 30 "rows" => 12 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_us_form_message" ] |
cache_key | "_contact_us_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#922 -errors: [] -form: Symfony\Component\Form\Form {#1039 …} } |
form | Symfony\Component\Form\FormView {#713 …5} |
full_name | "contact_us_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_us_form_message" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => 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_translation_domain" => null "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_message" |
valid | true |
value | "" |
captcha
Form type:
"App\Form\ReCaptchaType"
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 |
---|---|---|
type | "invisible" |
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 {#619 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#620 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#852 …} -namespace: Closure() {#886 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#953 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 | "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 |
type | "invisible" |
upload_max_size_message | Closure() {#955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#954 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "re_captcha" "_contact_us_form_captcha" ] |
cache_key | "_contact_us_form_captcha_re_captcha" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#731 -errors: [] -form: Symfony\Component\Form\Form {#1002 …} } |
form | Symfony\Component\Form\FormView {#722 …5} |
full_name | "contact_us_form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_us_form_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
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" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => 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_translation_domain" => null "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
type | "invisible" |
unique_block_prefix | "_contact_us_form_captcha" |
valid | true |
value | null |
save
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 |
---|---|---|
attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-primary" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
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 | [ "class" => "btn btn-primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_contact_us_form_save" ] |
cache_key | "_contact_us_form_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#992 …5} |
full_name | "contact_us_form[save]" |
id | "contact_us_form_save" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_contact_us_form_save" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "f94f.w824C_RRBkH1IoPRsmxad02YYNNUJZ5Rl9-bpRlbcBQ.7rv1f5YjbC29R_nj-V4fMizdNJ07TOQwr5De_G0xA370iYl8gWliE8J96A" |
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 | "f94f.w824C_RRBkH1IoPRsmxad02YYNNUJZ5Rl9-bpRlbcBQ.7rv1f5YjbC29R_nj-V4fMizdNJ07TOQwr5De_G0xA370iYl8gWliE8J96A" |
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 {#619 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#620 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#852 …} -namespace: Closure() {#886 …} } |
data | "f94f.w824C_RRBkH1IoPRsmxad02YYNNUJZ5Rl9-bpRlbcBQ.7rv1f5YjbC29R_nj-V4fMizdNJ07TOQwr5De_G0xA370iYl8gWliE8J96A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#987 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() {#1019 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#986 …} $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_us_form__token" ] |
cache_key | "_contact_us_form__token_hidden" |
compound | false |
data | "f94f.w824C_RRBkH1IoPRsmxad02YYNNUJZ5Rl9-bpRlbcBQ.7rv1f5YjbC29R_nj-V4fMizdNJ07TOQwr5De_G0xA370iYl8gWliE8J96A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1008 -errors: [] -form: Symfony\Component\Form\Form {#1013 …} } |
form | Symfony\Component\Form\FormView {#1018 …5} |
full_name | "contact_us_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "contact_us_form__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" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => 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_translation_domain" => null "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form__token" |
valid | true |
value | "f94f.w824C_RRBkH1IoPRsmxad02YYNNUJZ5Rl9-bpRlbcBQ.7rv1f5YjbC29R_nj-V4fMizdNJ07TOQwr5De_G0xA370iYl8gWliE8J96A" |