Forms
-
contact
-
name
-
email
-
subject
-
message
-
captcha
-
_token
-
contact
Form type:
"App\Form\ContactType"
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 {#2163 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2161 …} -namespace: Closure() {#2159 …} } |
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() {#2493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $message: Closure() {#2492 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact" "_contact" ] |
cache_key | "_contact_contact" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2594 -errors: [] -form: Symfony\Component\Form\Form {#2582 …} } |
form | Symfony\Component\Form\FormView {#2494 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact" |
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 | [ "class" => "form-control" "placeholder" => "Your name" ] |
[ "class" => "form-control" "placeholder" => "Your name" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Your name" ] |
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 {#2163 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2161 …} -namespace: Closure() {#2159 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2520 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 | 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() {#2522 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $message: Closure() {#2521 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Your name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_name" ] |
cache_key | "_contact_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2607 -errors: [] -form: Symfony\Component\Form\Form {#2614 …} } |
form | Symfony\Component\Form\FormView {#2609 …5} |
full_name | "contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name" |
label | null |
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_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 | [ "class" => "form-control" "placeholder" => "Your e-mail address" ] |
[ "class" => "form-control" "placeholder" => "Your e-mail address" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Your e-mail address" ] |
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 {#2163 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2161 …} -namespace: Closure() {#2159 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2512 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 | 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() {#2507 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $message: Closure() {#2513 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Your e-mail address" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_email" ] |
cache_key | "_contact_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2606 -errors: [] -form: Symfony\Component\Form\Form {#2617 …} } |
form | Symfony\Component\Form\FormView {#2605 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | null |
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_email" |
valid | true |
value | "" |
subject
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 | [ "class" => "form-control" "placeholder" => "Subject" ] |
[ "class" => "form-control" "placeholder" => "Subject" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Subject" ] |
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 {#2163 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2161 …} -namespace: Closure() {#2159 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2500 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 | 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() {#2498 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $message: Closure() {#2499 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Subject" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_subject" ] |
cache_key | "_contact_subject_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2604 -errors: [] -form: Symfony\Component\Form\Form {#2620 …} } |
form | Symfony\Component\Form\FormView {#2603 …5} |
full_name | "contact[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_subject" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subject" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_subject" |
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" => "form-control" "placeholder" => "Your message" ] |
[ "class" => "form-control" "placeholder" => "Your message" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Your message" ] |
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 {#2163 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2161 …} -namespace: Closure() {#2159 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2529 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 | 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() {#2534 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $message: Closure() {#2528 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Your message" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
cache_key | "_contact_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2575 -errors: [] -form: Symfony\Component\Form\Form {#2580 …} } |
form | Symfony\Component\Form\FormView {#2535 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message" |
label | null |
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_message" |
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefhjkmnprstuvwxyz23456789" |
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 {#2163 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2161 …} -namespace: Closure() {#2159 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#2579 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." |
font | "/home/fareash/www/fareastgroup/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 50 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "Bad code value" |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
length | 5 |
mapped | false |
max_behind_lines | null |
max_front_lines | null |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 50 |
reload | false |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2576 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $message: Closure() {#2577 …} $translationDomain: "validators" } } |
validation_groups | null |
web_path | "/home/fareash/www/fareastgroup/public" |
whitelist_key | "captcha_whitelist_key" |
width | 160 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_contact_captcha" ] |
cache_key | "_contact_captcha_captcha" |
captcha_code | "data:image/jpeg;base64,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" |
captcha_height | 50 |
captcha_width | 160 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2497 -errors: [] -form: Symfony\Component\Form\Form {#2559 …} } |
form | Symfony\Component\Form\FormView {#2506 …5} |
full_name | "contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_captcha" |
image_id | "captcha_68727f1312399" |
is_human | false |
label | null |
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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "d09ce6b686b33310fcd40319af7a25c6.P6fOxfGXvTxNZFmrpnGwvDELzw1sma2Ck5Vggydm9_w.Uvf2iIfY1HoGNXTtkkPhzmUmvzwpwdq3494B2lUfj6YGkKS_tsPoa3oeDA" |
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 | "d09ce6b686b33310fcd40319af7a25c6.P6fOxfGXvTxNZFmrpnGwvDELzw1sma2Ck5Vggydm9_w.Uvf2iIfY1HoGNXTtkkPhzmUmvzwpwdq3494B2lUfj6YGkKS_tsPoa3oeDA" |
same as passed value |
mapped | false |
false
|
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 {#2163 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2161 …} -namespace: Closure() {#2159 …} } |
data | "d09ce6b686b33310fcd40319af7a25c6.P6fOxfGXvTxNZFmrpnGwvDELzw1sma2Ck5Vggydm9_w.Uvf2iIfY1HoGNXTtkkPhzmUmvzwpwdq3494B2lUfj6YGkKS_tsPoa3oeDA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2595 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() {#2615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $message: Closure() {#2602 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "d09ce6b686b33310fcd40319af7a25c6.P6fOxfGXvTxNZFmrpnGwvDELzw1sma2Ck5Vggydm9_w.Uvf2iIfY1HoGNXTtkkPhzmUmvzwpwdq3494B2lUfj6YGkKS_tsPoa3oeDA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2631 -errors: [] -form: Symfony\Component\Form\Form {#2627 …} } |
form | Symfony\Component\Form\FormView {#2611 …5} |
full_name | "contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact__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__token" |
valid | true |
value | "d09ce6b686b33310fcd40319af7a25c6.P6fOxfGXvTxNZFmrpnGwvDELzw1sma2Ck5Vggydm9_w.Uvf2iIfY1HoGNXTtkkPhzmUmvzwpwdq3494B2lUfj6YGkKS_tsPoa3oeDA" |