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 {#5635 -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/cs_11" |
same as passed value |
| data | NexCRM\WebBundle\Entity\Contact {#5635 -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/cs_11" |
| 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 {#3016 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2957 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2958 …} -namespace: Closure() {#2952 …} } |
| data | NexCRM\WebBundle\Entity\Contact {#5635 -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) {#5749 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() {#5751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5750 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/cs/contact-form/cs_11" |
| 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 {#5635 -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 {#5816 -errors: [] -form: Symfony\Component\Form\Form {#5836 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5752 …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 {#5635 -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 {#3016 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2957 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2958 …} -namespace: Closure() {#2952 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5763 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() {#5765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5764 …} $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 {#5766 -errors: [] -form: Symfony\Component\Form\Form {#5839 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5776 …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 {#3016 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2957 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2958 …} -namespace: Closure() {#2952 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5773 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() {#5775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5774 …} $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 {#5862 -errors: [] -form: Symfony\Component\Form\Form {#5842 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5884 …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 {#3016 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2957 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2958 …} -namespace: Closure() {#2952 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5783 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() {#5785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5784 …} $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 {#5885 -errors: [] -form: Symfony\Component\Form\Form {#5845 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5887 …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 {#3016 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2957 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2958 …} -namespace: Closure() {#2952 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#5796 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 {#5797 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() {#5799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5801 …} $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 {#5889 -errors: [] -form: Symfony\Component\Form\Form {#5848 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5890 …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 {#3016 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2957 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2958 …} -namespace: Closure() {#2952 …} } |
| data | "Spam shall not pass" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5813 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() {#5815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5814 …} $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 {#5891 -errors: [] -form: Symfony\Component\Form\Form {#5851 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5892 …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 {#5894 …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 | "93ab394b059733ae8.sJUOdX6Nc3A4oBWsKQnYtRkwsIDkqg0PYEiSCfh7nf4.idJ5PBfUIRRxwX70Hzi5jFVn1OO1hzRaPx77S71I66_B2X89BL0bAQjBdg" |
| 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 | "93ab394b059733ae8.sJUOdX6Nc3A4oBWsKQnYtRkwsIDkqg0PYEiSCfh7nf4.idJ5PBfUIRRxwX70Hzi5jFVn1OO1hzRaPx77S71I66_B2X89BL0bAQjBdg" |
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 {#3016 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2957 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2958 …} -namespace: Closure() {#2952 …} } |
| data | "93ab394b059733ae8.sJUOdX6Nc3A4oBWsKQnYtRkwsIDkqg0PYEiSCfh7nf4.idJ5PBfUIRRxwX70Hzi5jFVn1OO1hzRaPx77S71I66_B2X89BL0bAQjBdg" |
| 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 | 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() {#5895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: NexCRM\BaseBundle\Service\Translator {#592 …} $message: Closure() {#5893 …} $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 | "93ab394b059733ae8.sJUOdX6Nc3A4oBWsKQnYtRkwsIDkqg0PYEiSCfh7nf4.idJ5PBfUIRRxwX70Hzi5jFVn1OO1hzRaPx77S71I66_B2X89BL0bAQjBdg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5906 -errors: [] -form: Symfony\Component\Form\Form {#5902 …} } |
| filters | false |
| form | Symfony\Component\Form\FormView {#5896 …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 | "93ab394b059733ae8.sJUOdX6Nc3A4oBWsKQnYtRkwsIDkqg0PYEiSCfh7nf4.idJ5PBfUIRRxwX70Hzi5jFVn1OO1hzRaPx77S71I66_B2X89BL0bAQjBdg" |