Forms
-
download_request_form
-
firstName
-
lastName
-
company
-
email
-
phone
-
note
-
submit
-
-
inquiry_form
-
generic
-
name
-
surname
-
email
-
phone
-
message
-
-
captcha
-
agreeTerms
-
submit
-
_token
-
download_request_form
"App\Form\DownloadRequestFormType"
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | "App\Entity\Project\DownloadRequest" |
disabled | false |
empty_data | Closure(FormInterface $form) {#7355 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Project\DownloadRequest" } } |
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() {#7353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7354 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "download_request_form" "_download_request_form" ] |
cache_key | "_download_request_form_download_request_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7445 -form: Symfony\Component\Form\Form {#7423 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7352 …5} |
full_name | "download_request_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "download_request_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "download_request_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_download_request_form" |
valid | true |
value | null |
firstName
"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 {#7322 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7322 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Jméno" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#7322 +payload: null +groups: ? +message: "This value should not be blank." +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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7333 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" |
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() {#7329 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7330 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_download_request_form_firstName" ] |
cache_key | "_download_request_form_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7422 -form: Symfony\Component\Form\Form {#7485 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7476 …5} |
full_name | "download_request_form[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "download_request_form_firstName" |
label | "Jméno" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_download_request_form_firstName" |
valid | true |
value | "" |
lastName
"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 {#7325 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7325 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Příjmení" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#7325 +payload: null +groups: ? +message: "This value should not be blank." +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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7367 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 | "Příjmení" |
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() {#7398 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7335 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_download_request_form_lastName" ] |
cache_key | "_download_request_form_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7462 -form: Symfony\Component\Form\Form {#7482 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7427 …5} |
full_name | "download_request_form[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "download_request_form_lastName" |
label | "Příjmení" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_download_request_form_lastName" |
valid | true |
value | "" |
company
"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 |
---|---|---|
label | "Společnost" |
same as passed value |
required | 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 | 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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7345 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 | "Společnost" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7346 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_download_request_form_company" ] |
cache_key | "_download_request_form_company_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7429 -form: Symfony\Component\Form\Form {#7479 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7431 …5} |
full_name | "download_request_form[company]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "download_request_form_company" |
label | "Společnost" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_download_request_form_company" |
valid | true |
value | "" |
"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 {#7326 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7328 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7326 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7328 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
label | "E-mail" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#7326 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#7328 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7371 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 | "E-mail" |
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() {#7376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7370 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_download_request_form_email" ] |
cache_key | "_download_request_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7421 -form: Symfony\Component\Form\Form {#7488 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7410 …5} |
full_name | "download_request_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "download_request_form_email" |
label | "E-mail" |
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 | "_download_request_form_email" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 |
---|---|---|
label | "Telefon" |
same as passed value |
required | 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 | 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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7384 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 provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Telefon" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7389 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7383 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_download_request_form_phone" ] |
cache_key | "_download_request_form_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7390 -form: Symfony\Component\Form\Form {#7491 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7377 …5} |
full_name | "download_request_form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "download_request_form_phone" |
label | "Telefon" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_download_request_form_phone" |
valid | true |
value | "" |
note
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 |
---|---|---|
label | "Poznámka" |
same as passed value |
required | 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 | 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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7399 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 | "Poznámka" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7407 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7396 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_download_request_form_note" ] |
cache_key | "_download_request_form_note_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7348 -form: Symfony\Component\Form\Form {#7454 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7339 …5} |
full_name | "download_request_form[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "download_request_form_note" |
label | "Poznámka" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "note" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_download_request_form_note" |
valid | true |
value | "" |
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" => "button button--primary" ] |
[ "class" => "button button--primary" ] |
label | "Odeslat" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "button button--primary" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Odeslat" |
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" => "button button--primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_download_request_form_submit" ] |
cache_key | "_download_request_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#7444 …5} |
full_name | "download_request_form[submit]" |
id | "download_request_form_submit" |
label | "Odeslat" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_download_request_form_submit" |
value | null |
inquiry_form
"App\Form\InquiryFormType"
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 |
---|---|---|
formType | App\Enum\InquiryObjectType {#6503 +name: "PRODUCT_INQUIRY" +value: "product_inquiry" } |
same as passed value |
personId | 38 |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7841 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
formType | App\Enum\InquiryObjectType {#6503 +name: "PRODUCT_INQUIRY" +value: "product_inquiry" } |
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" |
personId | 38 |
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() {#7843 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7842 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "/inquiry/product_inquiry/38" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "inquiry_form" "_inquiry_form" ] |
cache_key | "_inquiry_form_inquiry_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7844 -form: Symfony\Component\Form\Form {#7897 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7930 …5} |
full_name | "inquiry_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "inquiry_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form" |
valid | true |
value | null |
generic
"App\Form\Inquiry\GenericInquiryType"
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 |
---|---|---|
label | 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 | 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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7856 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 | 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() {#7854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7855 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "generic_inquiry" "_inquiry_form_generic" ] |
cache_key | "_inquiry_form_generic_generic_inquiry" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7853 -form: Symfony\Component\Form\Form {#7944 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7939 …5} |
full_name | "inquiry_form[generic]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form_generic" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "generic" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form_generic" |
valid | true |
value | null |
name
"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" => "text-input" "type" => "text" ] |
[ "class" => "text-input" "type" => "text" ] |
label | "Jméno" |
same as passed value |
label_attr | [ "class" => "label is-required" ] |
[ "class" => "label is-required" ] |
required | true |
same as passed value |
row_attr | [ "class" => "col-12 col-lg-6" ] |
[ "class" => "col-12 col-lg-6" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "text-input" "type" => "text" ] |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7900 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" |
label_attr | [ "class" => "label is-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 | [ "class" => "col-12 col-lg-6" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7901 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "text-input" "type" => "text" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inquiry_form_generic_name" ] |
cache_key | "_inquiry_form_generic_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7903 -form: Symfony\Component\Form\Form {#7947 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7912 …5} |
full_name | "inquiry_form[generic][name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form_generic_name" |
label | "Jméno" |
label_attr | [ "class" => "label is-required" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [ "class" => "col-12 col-lg-6" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form_generic_name" |
valid | true |
value | "" |
surname
"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" => "text-input" "type" => "text" ] |
[ "class" => "text-input" "type" => "text" ] |
label | "Přijmení" |
same as passed value |
label_attr | [ "class" => "label is-required" ] |
[ "class" => "label is-required" ] |
required | true |
same as passed value |
row_attr | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-0" ] |
[ "class" => "col-12 col-lg-6 mt-4 mt-lg-0" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "text-input" "type" => "text" ] |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7909 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 | "Přijmení" |
label_attr | [ "class" => "label is-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 | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-0" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7910 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "text-input" "type" => "text" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inquiry_form_generic_surname" ] |
cache_key | "_inquiry_form_generic_surname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7971 -form: Symfony\Component\Form\Form {#7950 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7973 …5} |
full_name | "inquiry_form[generic][surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form_generic_surname" |
label | "Přijmení" |
label_attr | [ "class" => "label is-required" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surname" |
priority | 0 |
required | true |
row_attr | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-0" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form_generic_surname" |
valid | true |
value | "" |
"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" => "text-input" "type" => "email" ] |
[ "class" => "text-input" "type" => "email" ] |
label | "E-mail" |
same as passed value |
label_attr | [ "class" => "label is-required" ] |
[ "class" => "label is-required" ] |
required | true |
same as passed value |
row_attr | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-6" ] |
[ "class" => "col-12 col-lg-6 mt-4 mt-lg-6" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "text-input" "type" => "email" ] |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7918 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 | "E-mail" |
label_attr | [ "class" => "label is-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 | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-6" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7919 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "text-input" "type" => "email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_inquiry_form_generic_email" ] |
cache_key | "_inquiry_form_generic_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7974 -form: Symfony\Component\Form\Form {#7953 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7975 …5} |
full_name | "inquiry_form[generic][email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form_generic_email" |
label | "E-mail" |
label_attr | [ "class" => "label is-required" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-6" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form_generic_email" |
valid | true |
value | "" |
phone
"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" => "text-input" "type" => "text" ] |
[ "class" => "text-input" "type" => "text" ] |
label | "Telefon" |
same as passed value |
label_attr | [ "class" => "label" ] |
[ "class" => "label" ] |
required | false |
false
|
row_attr | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-6" ] |
[ "class" => "col-12 col-lg-6 mt-4 mt-lg-6" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "text-input" "type" => "text" ] |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7927 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" => "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 | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-6" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7928 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "text-input" "type" => "text" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_inquiry_form_generic_phone" ] |
cache_key | "_inquiry_form_generic_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7976 -form: Symfony\Component\Form\Form {#7956 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7982 …5} |
full_name | "inquiry_form[generic][phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form_generic_phone" |
label | "Telefon" |
label_attr | [ "class" => "label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [ "class" => "col-12 col-lg-6 mt-4 mt-lg-6" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form_generic_phone" |
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" => "text-input" "name" => "message" "type" => "text" "id" => "message" "cols" => "30" "rows" => "10" "maxlength" => 700 ] |
[ "class" => "text-input" "name" => "message" "type" => "text" "id" => "message" "cols" => "30" "rows" => "10" "maxlength" => 700 ] |
label | "Vaše zpráva" |
same as passed value |
label_attr | [ "class" => "label is-required" ] |
[ "class" => "label is-required" ] |
required | true |
same as passed value |
row_attr | [ "class" => "col-12 mt-4 mt-lg-6" ] |
[ "class" => "col-12 mt-4 mt-lg-6" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "text-input" "name" => "message" "type" => "text" "id" => "message" "cols" => "30" "rows" => "10" "maxlength" => 700 ] |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7936 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 | "Vaše zpráva" |
label_attr | [ "class" => "label is-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 | [ "class" => "col-12 mt-4 mt-lg-6" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7938 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7937 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "text-input" "name" => "message" "type" => "text" "id" => "message" "cols" => "30" "rows" => "10" "maxlength" => 700 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_inquiry_form_generic_message" ] |
cache_key | "_inquiry_form_generic_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7993 -form: Symfony\Component\Form\Form {#7959 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7995 …5} |
full_name | "inquiry_form[generic][message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form_generic_message" |
label | "Vaše zpráva" |
label_attr | [ "class" => "label is-required" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [ "class" => "col-12 mt-4 mt-lg-6" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form_generic_message" |
valid | true |
value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
---|---|---|
action_name | "global" |
same as passed value |
attr | [ "class" => "custom-recaptcha" ] |
[ "class" => "custom-recaptcha" ] |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#7849 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#7849 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
locale | "cs" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "global" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "custom-recaptcha" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#7849 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7872 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 | [] |
host | null |
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 | [] |
locale | "cs" |
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 | [] |
script_nonce_csp | "" |
setter | null |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7874 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7873 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "global" |
attr | [ "class" => "custom-recaptcha" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_inquiry_form_captcha" ] |
cache_key | "_inquiry_form_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#7875 -form: Symfony\Component\Form\Form {#7962 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7881 …5} |
full_name | "inquiry_form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "inquiry_form_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "cs" |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LeM0-UZAAAAAC_8sCKe4r1qYqtUj3JBEu-4gpQt" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form_captcha" |
valid | true |
value | "" |
agreeTerms
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 |
---|---|---|
attr | [ "class" => "visually-hidden" ] |
[ "class" => "visually-hidden" ] |
label | "Souhlasím se <a href="/gdpr">zpracováním osobních údajů</a>" |
same as passed value |
label_attr | [ "class" => "checkbox__label" ] |
[ "class" => "checkbox__label" ] |
label_html | true |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "visually-hidden" ] |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#7883 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 {#7882 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Souhlasím se <a href="/gdpr">zpracováním osobních údajů</a>" |
label_attr | [ "class" => "checkbox__label" ] |
label_format | null |
label_html | true |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#7889 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "visually-hidden" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_inquiry_form_agreeTerms" ] |
cache_key | "_inquiry_form_agreeTerms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7997 -form: Symfony\Component\Form\Form {#7965 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7996 …5} |
full_name | "inquiry_form[agreeTerms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form_agreeTerms" |
label | "Souhlasím se <a href="/gdpr">zpracováním osobních údajů</a>" |
label_attr | [ "class" => "checkbox__label" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreeTerms" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_inquiry_form_agreeTerms" |
valid | true |
value | "1" |
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" => "button button--primary" ] |
[ "class" => "button button--primary" ] |
label | "Odeslat poptávku" |
same as passed value |
row_attr | [ "class" => "col-12 mt-6" ] |
[ "class" => "col-12 mt-6" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "button button--primary" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Odeslat poptávku" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [ "class" => "col-12 mt-6" ] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "class" => "button button--primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_inquiry_form_submit" ] |
cache_key | "_inquiry_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#7999 …5} |
full_name | "inquiry_form[submit]" |
id | "inquiry_form_submit" |
label | "Odeslat poptávku" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [ "class" => "col-12 mt-6" ] |
translation_domain | null |
unique_block_prefix | "_inquiry_form_submit" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "5f5c122.5qUS_xnERcXUZaUbuIZViuI-_HQqbTXuVs4oiFGsWKk.iJR-mUGWLIeBMfRxz8ERyJd0nkEfCWGZApZL2SnbEtuAnXabf_wovI4Tzg" |
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 | "5f5c122.5qUS_xnERcXUZaUbuIZViuI-_HQqbTXuVs4oiFGsWKk.iJR-mUGWLIeBMfRxz8ERyJd0nkEfCWGZApZL2SnbEtuAnXabf_wovI4Tzg" |
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 {#7308 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7310 …} -namespace: Closure() {#7312 …} } |
data | "5f5c122.5qUS_xnERcXUZaUbuIZViuI-_HQqbTXuVs4oiFGsWKk.iJR-mUGWLIeBMfRxz8ERyJd0nkEfCWGZApZL2SnbEtuAnXabf_wovI4Tzg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8001 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() {#7998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $message: Closure() {#8000 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_inquiry_form__token" ] |
cache_key | "_inquiry_form__token_hidden" |
compound | false |
data | "5f5c122.5qUS_xnERcXUZaUbuIZViuI-_HQqbTXuVs4oiFGsWKk.iJR-mUGWLIeBMfRxz8ERyJd0nkEfCWGZApZL2SnbEtuAnXabf_wovI4Tzg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8010 -form: Symfony\Component\Form\Form {#8006 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7921 …5} |
full_name | "inquiry_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "inquiry_form__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 | "_inquiry_form__token" |
valid | true |
value | "5f5c122.5qUS_xnERcXUZaUbuIZViuI-_HQqbTXuVs4oiFGsWKk.iJR-mUGWLIeBMfRxz8ERyJd0nkEfCWGZApZL2SnbEtuAnXabf_wovI4Tzg" |