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_68c2408de4db1" |
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 | "872b64fd1d9.iszfLvRaIJJvFMdwsHx93O5-kl_LRH-W68_iogHLyHM.6KiQRKcDaPMWeakT4BtKipww_AmICDT6v__T8Xm5iinrq5JZsypy4BpNrA" |
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 | "872b64fd1d9.iszfLvRaIJJvFMdwsHx93O5-kl_LRH-W68_iogHLyHM.6KiQRKcDaPMWeakT4BtKipww_AmICDT6v__T8Xm5iinrq5JZsypy4BpNrA" |
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 | "872b64fd1d9.iszfLvRaIJJvFMdwsHx93O5-kl_LRH-W68_iogHLyHM.6KiQRKcDaPMWeakT4BtKipww_AmICDT6v__T8Xm5iinrq5JZsypy4BpNrA" |
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 | "872b64fd1d9.iszfLvRaIJJvFMdwsHx93O5-kl_LRH-W68_iogHLyHM.6KiQRKcDaPMWeakT4BtKipww_AmICDT6v__T8Xm5iinrq5JZsypy4BpNrA" |
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 | "872b64fd1d9.iszfLvRaIJJvFMdwsHx93O5-kl_LRH-W68_iogHLyHM.6KiQRKcDaPMWeakT4BtKipww_AmICDT6v__T8Xm5iinrq5JZsypy4BpNrA" |