Forms
contact
Form type:
"App\Form\ContactType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#491 -id: null -fullName: null -email: null -message: null -phone: null -created: DateTime @1734887084 {#523 date: 2024-12-22 17:04:44.354029 UTC (+00:00) } -product: null -page: null -x: null -y: null -image: null -naslon: null -companyName: null -machineManufacturer: null -machineModel: null -machineSerial: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#491 -id: null -fullName: null -email: null -message: null -phone: null -created: DateTime @1734887084 {#523 date: 2024-12-22 17:04:44.354029 UTC (+00:00) } -product: null -page: null -x: null -y: null -image: null -naslon: null -companyName: null -machineManufacturer: null -machineModel: null -machineSerial: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#653 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#655 …} -namespace: Closure() {#657 …} } |
data | App\Entity\Contact {#491 -id: null -fullName: null -email: null -message: null -phone: null -created: DateTime @1734887084 {#523 date: 2024-12-22 17:04:44.354029 UTC (+00:00) } -product: null -page: null -x: null -y: null -image: null -naslon: null -companyName: null -machineManufacturer: null -machineModel: null -machineSerial: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#700 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
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() {#698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#500 …} $message: Closure() {#699 …} $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 | App\Entity\Contact {#491 -id: null -fullName: null -email: null -message: null -phone: null -created: DateTime @1734887084 {#523 date: 2024-12-22 17:04:44.354029 UTC (+00:00) } -product: null -page: null -x: null -y: null -image: null -naslon: null -companyName: null -machineManufacturer: null -machineModel: null -machineSerial: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#776 -form: Symfony\Component\Form\Form {#758 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#697 …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 | App\Entity\Contact {#491 -id: null -fullName: null -email: null -message: null -phone: null -created: DateTime @1734887084 {#523 date: 2024-12-22 17:04:44.354029 UTC (+00:00) } -product: null -page: null -x: null -y: null -image: null -naslon: null -companyName: null -machineManufacturer: null -machineModel: null -machineSerial: null } |
fullName
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 |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\NotBlank {#743 +payload: null +message: "Polje "Ime i prezime" ne smije biti prazno." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#743 +payload: null +message: "Polje "Ime i prezime" ne smije biti prazno." +allowNull: false +normalizer: null } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#743 +payload: null +message: "Polje "Ime i prezime" ne smije biti prazno." +allowNull: false +normalizer: null } ] |
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 {#653 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#655 …} -namespace: Closure() {#657 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#749 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 | false |
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() {#712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#500 …} $message: Closure() {#709 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_fullName" ] |
cache_key | "_contact_fullName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#807 -form: Symfony\Component\Form\Form {#796 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#809 …5} |
full_name | "contact[fullName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_fullName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fullName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_fullName" |
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 |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\NotBlank {#713 +payload: null +message: "Polje "Email" ne smije biti prazno." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#713 +payload: null +message: "Polje "Email" ne smije biti prazno." +allowNull: false +normalizer: null } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#713 +payload: null +message: "Polje "Email" ne smije biti prazno." +allowNull: false +normalizer: null } ] |
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 {#653 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#655 …} -namespace: Closure() {#657 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#683 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 | false |
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() {#688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#500 …} $message: Closure() {#682 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#805 -form: Symfony\Component\Form\Form {#799 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#806 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | false |
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 | "" |
phone
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 |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\NotBlank {#672 +payload: null +message: "Polje "Telefon" ne smije biti prazno." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#672 +payload: null +message: "Polje "Telefon" ne smije biti prazno." +allowNull: false +normalizer: null } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#672 +payload: null +message: "Polje "Telefon" ne smije biti prazno." +allowNull: false +normalizer: null } ] |
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 {#653 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#655 …} -namespace: Closure() {#657 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#695 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 | false |
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() {#710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#500 …} $message: Closure() {#696 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_phone" ] |
cache_key | "_contact_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#793 -form: Symfony\Component\Form\Form {#802 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#797 …5} |
full_name | "contact[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_phone" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_phone" |
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
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control mt-3" "placeholder" => "Ovdje upišite znakove sa slike" ] |
[ "class" => "form-control mt-3" "placeholder" => "Ovdje upišite znakove sa slike" ] |
invalid_message | "Kod se ne podudara" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [ "class" => "form-control mt-3" "placeholder" => "Ovdje upišite znakove sa slike" ] |
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 {#653 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#655 …} -namespace: Closure() {#657 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#729 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/seos/bro3thers.com/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 | "Kod se ne podudara" |
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() {#731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#500 …} $message: Closure() {#730 …} $translationDomain: "validators" } } |
validation_groups | null |
web_path | "/home/seos/bro3thers.com/public" |
whitelist_key | "captcha_whitelist_key" |
width | 130 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mt-3" "placeholder" => "Ovdje upišite znakove sa slike" ] |
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 | 130 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#747 -form: Symfony\Component\Form\Form {#760 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#732 …5} |
full_name | "contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_captcha" |
image_id | "captcha_676846ac5e597" |
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 | "" |
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 |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\NotBlank {#678 +payload: null +message: "Polje "Poruka" ne smije biti prazno." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#678 +payload: null +message: "Polje "Poruka" ne smije biti prazno." +allowNull: false +normalizer: null } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#678 +payload: null +message: "Polje "Poruka" ne smije biti prazno." +allowNull: false +normalizer: null } ] |
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 {#653 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#655 …} -namespace: Closure() {#657 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#745 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() {#738 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#500 …} $message: Closure() {#746 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#714 -form: Symfony\Component\Form\Form {#763 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#670 …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 | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "721654bedb89926706f372c2121bc81.XqD1YagSSE_4ygpmzgI9G8U4EwIX3YtrpQ6JRKTJE4s.buiNDfpYIgOAgEZSv2lzd4h5I2ZmmdJa4ljcMZGFeqZmmJQk-nM4I6D9ZQ" |
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 | "721654bedb89926706f372c2121bc81.XqD1YagSSE_4ygpmzgI9G8U4EwIX3YtrpQ6JRKTJE4s.buiNDfpYIgOAgEZSv2lzd4h5I2ZmmdJa4ljcMZGFeqZmmJQk-nM4I6D9ZQ" |
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 {#653 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#655 …} -namespace: Closure() {#657 …} } |
data | "721654bedb89926706f372c2121bc81.XqD1YagSSE_4ygpmzgI9G8U4EwIX3YtrpQ6JRKTJE4s.buiNDfpYIgOAgEZSv2lzd4h5I2ZmmdJa4ljcMZGFeqZmmJQk-nM4I6D9ZQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#770 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() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#500 …} $message: Closure() {#789 …} $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 | "721654bedb89926706f372c2121bc81.XqD1YagSSE_4ygpmzgI9G8U4EwIX3YtrpQ6JRKTJE4s.buiNDfpYIgOAgEZSv2lzd4h5I2ZmmdJa4ljcMZGFeqZmmJQk-nM4I6D9ZQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#820 -form: Symfony\Component\Form\Form {#816 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#811 …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 | "721654bedb89926706f372c2121bc81.XqD1YagSSE_4ygpmzgI9G8U4EwIX3YtrpQ6JRKTJE4s.buiNDfpYIgOAgEZSv2lzd4h5I2ZmmdJa4ljcMZGFeqZmmJQk-nM4I6D9ZQ" |