Forms
-
contact_form
-
name
-
email
-
message
-
policyPrivacy
-
captcha
-
_token
-
contact_form
Form type:
"App\Form\ContactFormType"
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 {#212 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#179 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2453 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#854 …} $message: Closure() {#2454 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_form" "_contact_form" ] |
cache_key | "_contact_form_contact_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2538 -form: Symfony\Component\Form\Form {#2520 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2456 …5} |
full_name | "contact_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form" |
valid | true |
value | null |
name
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" => "app.contact.form.name" "class" => "form-control-sm" ] |
[ "placeholder" => "app.contact.form.name" "class" => "form-control-sm" ] |
label | "app.contact.form.name" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.form.name" "class" => "form-control-sm" ] |
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 {#212 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#179 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2474 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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "app.contact.form.name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2439 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#854 …} $message: Closure() {#2433 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.form.name" "class" => "form-control-sm" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_form_name" ] |
cache_key | "_contact_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2551 -form: Symfony\Component\Form\Form {#2558 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2553 …5} |
full_name | "contact_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_name" |
label | "app.contact.form.name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_name" |
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" => "app.contact.form.email" "class" => "form-control-sm" ] |
[ "placeholder" => "app.contact.form.email" "class" => "form-control-sm" ] |
label | "app.contact.form.email" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.form.email" "class" => "form-control-sm" ] |
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 {#212 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#179 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2441 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 | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "app.contact.form.email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2446 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#854 …} $message: Closure() {#2424 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.form.email" "class" => "form-control-sm" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
cache_key | "_contact_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2550 -form: Symfony\Component\Form\Form {#2561 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2549 …5} |
full_name | "contact_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_email" |
label | "app.contact.form.email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_email" |
valid | true |
value | "" |
message
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "app.contact.form.message" "class" => "form-control-sm" "style" => "height: 5rem" ] |
[ "placeholder" => "app.contact.form.message" "class" => "form-control-sm" "style" => "height: 5rem" ] |
label | "app.contact.form.message" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.form.message" "class" => "form-control-sm" "style" => "height: 5rem" ] |
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 {#212 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#179 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2460 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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "app.contact.form.message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#854 …} $message: Closure() {#2461 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.form.message" "class" => "form-control-sm" "style" => "height: 5rem" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
cache_key | "_contact_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2548 -form: Symfony\Component\Form\Form {#2564 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2547 …5} |
full_name | "contact_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_message" |
label | "app.contact.form.message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_message" |
valid | true |
value | "" |
policyPrivacy
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "custom-control-input check-agree" ] |
[ "class" => "custom-control-input check-agree" ] |
label | "Oświadczam, że zapoznałem/am się z <a href="/polityka-prywatnosci">Polityką Prywatności</a> i akceptuję jej treść." |
same as passed value |
label_attr | [ "class" => "text-grey-400 text-label-xxs custom-control-label" ] |
[ "class" => "text-grey-400 text-label-xxs custom-control-label" ] |
label_html | true |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "custom-control custom-checkbox" ] |
[ "class" => "custom-control custom-checkbox" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "custom-control-input check-agree" ] |
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 {#212 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#179 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2484 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2483 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Oświadczam, że zapoznałem/am się z <a href="/polityka-prywatnosci">Polityką Prywatności</a> i akceptuję jej treść." |
label_attr | [ "class" => "text-grey-400 text-label-xxs custom-control-label" ] |
label_format | null |
label_html | 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 | [ "class" => "custom-control custom-checkbox" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2488 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#854 …} $message: Closure() {#2490 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "custom-control-input check-agree" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_form_policyPrivacy" ] |
cache_key | "_contact_form_policyPrivacy_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2513 -form: Symfony\Component\Form\Form {#2522 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2482 …5} |
full_name | "contact_form[policyPrivacy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_policyPrivacy" |
label | "Oświadczam, że zapoznałem/am się z <a href="/polityka-prywatnosci">Polityką Prywatności</a> i akceptuję jej treść." |
label_attr | [ "class" => "text-grey-400 text-label-xxs custom-control-label" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "policyPrivacy" |
priority | 0 |
required | true |
row_attr | [ "class" => "custom-control custom-checkbox" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_policyPrivacy" |
valid | true |
value | "1" |
captcha
Form type:
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action_name | "contact" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#2504 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#2504 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "contact" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#2504 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
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 {#212 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#179 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2507 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | null |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "en" |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
script_nonce_csp | "" |
setter | null |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2509 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#854 …} $message: Closure() {#2508 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_contact_form_captcha" ] |
cache_key | "_contact_form_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2476 -form: Symfony\Component\Form\Form {#2525 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2447 …5} |
full_name | "contact_form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "contact_form_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "en" |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LdmUC4nAAAAAJyRfakTlre_GdinNFAukTOyQMv6" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6c5aa03f613219b02b9e4fe2d0f5.m0P8N-5J8Z_AhPVmzjj0kw8PbtY1e5lnGnr2wU7d19o.oxWpb95_hqeq7oENrxWY5F9FPIxkIuFVVU20iQKKnp2icsp8wzu42bHLwQ" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "6c5aa03f613219b02b9e4fe2d0f5.m0P8N-5J8Z_AhPVmzjj0kw8PbtY1e5lnGnr2wU7d19o.oxWpb95_hqeq7oENrxWY5F9FPIxkIuFVVU20iQKKnp2icsp8wzu42bHLwQ" |
same as passed value |
mapped | false |
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 | "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 {#212 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#179 …} } |
data | "6c5aa03f613219b02b9e4fe2d0f5.m0P8N-5J8Z_AhPVmzjj0kw8PbtY1e5lnGnr2wU7d19o.oxWpb95_hqeq7oENrxWY5F9FPIxkIuFVVU20iQKKnp2icsp8wzu42bHLwQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2539 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2532 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#854 …} $message: Closure() {#2436 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
cache_key | "_contact_form__token_hidden" |
compound | false |
data | "6c5aa03f613219b02b9e4fe2d0f5.m0P8N-5J8Z_AhPVmzjj0kw8PbtY1e5lnGnr2wU7d19o.oxWpb95_hqeq7oENrxWY5F9FPIxkIuFVVU20iQKKnp2icsp8wzu42bHLwQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2569 -form: Symfony\Component\Form\Form {#2559 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2552 …5} |
full_name | "contact_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form__token" |
valid | true |
value | "6c5aa03f613219b02b9e4fe2d0f5.m0P8N-5J8Z_AhPVmzjj0kw8PbtY1e5lnGnr2wU7d19o.oxWpb95_hqeq7oENrxWY5F9FPIxkIuFVVU20iQKKnp2icsp8wzu42bHLwQ" |