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_6831974968f2d" |
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 | "00430890a60ed.TGsODRiGF3YARj4eoowUcb8ZPdS-EdMejco65-nYfzc.PA5XYEHoUgdhDXht9fVsOtR4BO3OWaJszqROs6KeDFYoXkdOW-9AB0kHCg" |
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 | "00430890a60ed.TGsODRiGF3YARj4eoowUcb8ZPdS-EdMejco65-nYfzc.PA5XYEHoUgdhDXht9fVsOtR4BO3OWaJszqROs6KeDFYoXkdOW-9AB0kHCg" |
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 | "00430890a60ed.TGsODRiGF3YARj4eoowUcb8ZPdS-EdMejco65-nYfzc.PA5XYEHoUgdhDXht9fVsOtR4BO3OWaJszqROs6KeDFYoXkdOW-9AB0kHCg" |
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 | "00430890a60ed.TGsODRiGF3YARj4eoowUcb8ZPdS-EdMejco65-nYfzc.PA5XYEHoUgdhDXht9fVsOtR4BO3OWaJszqROs6KeDFYoXkdOW-9AB0kHCg" |
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 | "00430890a60ed.TGsODRiGF3YARj4eoowUcb8ZPdS-EdMejco65-nYfzc.PA5XYEHoUgdhDXht9fVsOtR4BO3OWaJszqROs6KeDFYoXkdOW-9AB0kHCg" |