Forms
-
front_contact
-
name
-
email
-
phone
-
agree
-
antispam
-
submit
-
_token
-
front_contact
Form type:
"App\Form\FrontContactType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | NexCRM\WebBundle\Entity\Contact {#5620 -name: null -email: ? string -phone: null -subject: null -text: null -antispam: ? string -sended: ? DateTimeInterface -ip: ? string -agree: ? string -id: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/cs/contact-form/profile_forgotpassword" |
same as passed value |
| data | NexCRM\WebBundle\Entity\Contact {#5620 -name: null -email: ? string -phone: null -subject: null -text: null -antispam: ? string -sended: ? DateTimeInterface -ip: ? string -agree: ? string -id: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/cs/contact-form/profile_forgotpassword" |
| 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 {#2975 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2976 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2972 …} -namespace: Closure() {#2970 …} } |
| data | NexCRM\WebBundle\Entity\Contact {#5620 -name: null -email: ? string -phone: null -subject: null -text: null -antispam: ? string -sended: ? DateTimeInterface -ip: ? string -agree: ? string -id: null } |
| data_class | "NexCRM\WebBundle\Entity\Contact" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5734 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "NexCRM\WebBundle\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 |
| tabs_class | "" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5735 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/cs/contact-form/profile_forgotpassword" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "front_contact" "_front_contact" ] |
| cache_key | "_front_contact_front_contact" |
| color_class | false |
| compound | true |
| data | NexCRM\WebBundle\Entity\Contact {#5620 -name: null -email: ? string -phone: null -subject: null -text: null -antispam: ? string -sended: ? DateTimeInterface -ip: ? string -agree: ? string -id: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5801 -errors: [] -form: Symfony\Component\Form\Form {#5821 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5737 …5} |
| full_name | "front_contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "front_contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "front_contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| tabbed | false |
| translation_domain | null |
| unique_block_prefix | "_front_contact" |
| valid | true |
| value | NexCRM\WebBundle\Entity\Contact {#5620 -name: null -email: ? string -phone: null -subject: null -text: null -antispam: ? string -sended: ? DateTimeInterface -ip: ? string -agree: ? string -id: 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" ] |
[ "class" => "form-control" ] |
| label | "Jméno a přijmení" |
same as passed value |
| label_attr | [ "class" => "form-label --required" ] |
[ "class" => "form-label --required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#2975 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2976 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2972 …} -namespace: Closure() {#2970 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5748 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 | "Jméno a přijmení" |
| label_attr | [ "class" => "form-label --required" ] |
| 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 |
| tabs_class | "" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5750 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5749 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_front_contact_name" ] |
| cache_key | "_front_contact_name_text" |
| color_class | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5751 -errors: [] -form: Symfony\Component\Form\Form {#5824 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5761 …5} |
| full_name | "front_contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "front_contact_name" |
| label | "Jméno a přijmení" |
| label_attr | [ "class" => "form-label --required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| tabbed | false |
| translation_domain | null |
| unique_block_prefix | "_front_contact_name" |
| valid | true |
| value | "" |
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" ] |
[ "class" => "form-control" ] |
| label | "E-mailová adresa" |
same as passed value |
| label_attr | [ "class" => "form-label --required" ] |
[ "class" => "form-label --required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#2975 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2976 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2972 …} -namespace: Closure() {#2970 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5758 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 | "E-mailová adresa" |
| label_attr | [ "class" => "form-label --required" ] |
| 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 |
| tabs_class | "" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5759 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_front_contact_email" ] |
| cache_key | "_front_contact_email_text" |
| color_class | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5847 -errors: [] -form: Symfony\Component\Form\Form {#5827 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5869 …5} |
| full_name | "front_contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "front_contact_email" |
| label | "E-mailová adresa" |
| label_attr | [ "class" => "form-label --required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| tabbed | false |
| translation_domain | null |
| unique_block_prefix | "_front_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 |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Telefon" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#2975 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2976 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2972 …} -namespace: Closure() {#2970 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5768 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 | "Telefon" |
| label_attr | [ "class" => "form-label" ] |
| 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 | false |
| row_attr | [] |
| setter | null |
| tabs_class | "" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5769 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_front_contact_phone" ] |
| cache_key | "_front_contact_phone_text" |
| color_class | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5870 -errors: [] -form: Symfony\Component\Form\Form {#5830 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5872 …5} |
| full_name | "front_contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "front_contact_phone" |
| label | "Telefon" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| tabbed | false |
| translation_domain | null |
| unique_block_prefix | "_front_contact_phone" |
| valid | true |
| value | "" |
agree
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| mapped | false |
same as passed value |
| 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 | [] |
| 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 {#2975 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2976 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2972 …} -namespace: Closure() {#2970 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#5781 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#5782 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | true |
| row_attr | [] |
| setter | null |
| tabs_class | "" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5784 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5786 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_front_contact_agree" ] |
| cache_key | "_front_contact_agree_checkbox" |
| checked | false |
| color_class | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5874 -errors: [] -form: Symfony\Component\Form\Form {#5833 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5875 …5} |
| full_name | "front_contact[agree]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "front_contact_agree" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agree" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| tabbed | false |
| translation_domain | null |
| unique_block_prefix | "_front_contact_agree" |
| valid | true |
| value | "1" |
antispam
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Spam shall not pass" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "Spam shall not pass" |
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 | [] |
| 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 {#2975 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2976 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2972 …} -namespace: Closure() {#2970 …} } |
| data | "Spam shall not pass" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5798 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 | 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 | false |
| row_attr | [] |
| setter | null |
| tabs_class | "" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5799 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_front_contact_antispam" ] |
| cache_key | "_front_contact_antispam_hidden" |
| color_class | false |
| compound | false |
| data | "Spam shall not pass" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5876 -errors: [] -form: Symfony\Component\Form\Form {#5836 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5877 …5} |
| full_name | "front_contact[antispam]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "front_contact_antispam" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "antispam" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| tabbed | false |
| translation_domain | null |
| unique_block_prefix | "_front_contact_antispam" |
| valid | true |
| value | "Spam shall not pass" |
submit
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
| label | "Odeslat formulář" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Odeslat formulář" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary js-submit-global" "title" => "Zkratka ALT + S" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_front_contact_submit" ] |
| cache_key | "_front_contact_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#5879 …5} |
| full_name | "front_contact[submit]" |
| id | "front_contact_submit" |
| label | "Odeslat formulář" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_front_contact_submit" |
| url | null |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "976292.5fCqR5ecWsiDib9d4IvDCbCKtEVi0_K_xLgNSGqKRVQ.nKbwCMPVHqfivtYfgv6Jbdf9zg5V5oHGndtVJT7kLSaPiscXz-Q0h9O48g" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "976292.5fCqR5ecWsiDib9d4IvDCbCKtEVi0_K_xLgNSGqKRVQ.nKbwCMPVHqfivtYfgv6Jbdf9zg5V5oHGndtVJT7kLSaPiscXz-Q0h9O48g" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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 {#2975 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2976 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2972 …} -namespace: Closure() {#2970 …} } |
| data | "976292.5fCqR5ecWsiDib9d4IvDCbCKtEVi0_K_xLgNSGqKRVQ.nKbwCMPVHqfivtYfgv6Jbdf9zg5V5oHGndtVJT7kLSaPiscXz-Q0h9O48g" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5783 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 |
| tabs_class | "" |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5878 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_front_contact__token" ] |
| cache_key | "_front_contact__token_hidden" |
| color_class | false |
| compound | false |
| data | "976292.5fCqR5ecWsiDib9d4IvDCbCKtEVi0_K_xLgNSGqKRVQ.nKbwCMPVHqfivtYfgv6Jbdf9zg5V5oHGndtVJT7kLSaPiscXz-Q0h9O48g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5891 -errors: [] -form: Symfony\Component\Form\Form {#5887 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5881 …5} |
| full_name | "front_contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "front_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 |
| tabbed | false |
| translation_domain | null |
| unique_block_prefix | "_front_contact__token" |
| valid | true |
| value | "976292.5fCqR5ecWsiDib9d4IvDCbCKtEVi0_K_xLgNSGqKRVQ.nKbwCMPVHqfivtYfgv6Jbdf9zg5V5oHGndtVJT7kLSaPiscXz-Q0h9O48g" |