Forms
-
form
-
nome
-
cognome
-
email
-
allegato_1
-
recaptcha
-
privacy
-
_token
-
form
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#696 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#804 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#846 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#54 …} $message: Closure() {#845 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#943 -form: Symfony\Component\Form\Form {#925 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#843 …5} |
full_name | "form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form" |
valid | true |
value | null |
nome
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 | [ "placeholder" => "Nome*" ] |
[ "placeholder" => "Nome*" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#887 +payload: null +groups: ? +message: "Il nome è obbligatorio." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#887 +payload: null +groups: ? +message: "Il nome è obbligatorio." +allowNull: false +normalizer: null } ] |
label | "Nome" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "Nome*" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#887 +payload: null +groups: ? +message: "Il nome è obbligatorio." +allowNull: false +normalizer: null } ] |
create_option_text | "Add %placeholder%..." |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#696 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#804 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#857 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Nome" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#54 …} $message: Closure() {#817 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nome*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_nome" ] |
cache_key | "_form_nome_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#960 -form: Symfony\Component\Form\Form {#959 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#969 …5} |
full_name | "form[nome]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_nome" |
label | "Nome" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nome" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_nome" |
uses_autocomplete | false |
valid | true |
value | "" |
cognome
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 | [ "placeholder" => "Cognome*" ] |
[ "placeholder" => "Cognome*" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#821 +payload: null +groups: ? +message: "Il cognome è obbligatorio." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#821 +payload: null +groups: ? +message: "Il cognome è obbligatorio." +allowNull: false +normalizer: null } ] |
label | "Cognome" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "Cognome*" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#821 +payload: null +groups: ? +message: "Il cognome è obbligatorio." +allowNull: false +normalizer: null } ] |
create_option_text | "Add %placeholder%..." |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#696 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#804 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#831 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Cognome" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#54 …} $message: Closure() {#832 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Cognome*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_cognome" ] |
cache_key | "_form_cognome_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#955 -form: Symfony\Component\Form\Form {#962 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#954 …5} |
full_name | "form[cognome]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_cognome" |
label | "Cognome" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "cognome" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_cognome" |
uses_autocomplete | false |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Email*" ] |
[ "placeholder" => "Email*" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#822 +payload: null +groups: ? +message: "L'email è obbligatoria." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#822 +payload: null +groups: ? +message: "L'email è obbligatoria." +allowNull: false +normalizer: null } ] |
label | "Email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "Email*" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#822 +payload: null +groups: ? +message: "L'email è obbligatoria." +allowNull: false +normalizer: null } ] |
create_option_text | "Add %placeholder%..." |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#696 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#804 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#841 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#54 …} $message: Closure() {#840 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Email*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_form_email" ] |
cache_key | "_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#953 -form: Symfony\Component\Form\Form {#965 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#952 …5} |
full_name | "form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_email" |
label | "Email" |
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 | "_form_email" |
uses_autocomplete | false |
valid | true |
value | "" |
allegato_1
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [ "accept" => "application/pdf" ] |
[ "accept" => "application/pdf" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#825 +payload: null +groups: ? +message: "Il CV è obbligatorio." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\File {#824 +payload: null +groups: ? +binaryFormat: false +mimeTypes: [ "application/pdf" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Si prega di caricare un file pdf (peso massimo 5MB)." +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#825 +payload: null +groups: ? +message: "Il CV è obbligatorio." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\File {#824 +payload: null +groups: ? +binaryFormat: false +mimeTypes: [ "application/pdf" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Si prega di caricare un file pdf (peso massimo 5MB)." +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
label | "Allega il tuo CV" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "accept" => "application/pdf" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#825 +payload: null +groups: ? +message: "Il CV è obbligatorio." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\File {#824 +payload: null +groups: ? +binaryFormat: false +mimeTypes: [ "application/pdf" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Si prega di caricare un file pdf (peso massimo 5MB)." +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#696 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#804 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Allega il tuo CV" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
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() {#916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#54 …} $message: Closure() {#917 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "accept" => "application/pdf" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_form_allegato_1" ] |
cache_key | "_form_allegato_1_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#890 -form: Symfony\Component\Form\Form {#922 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#901 …5} |
full_name | "form[allegato_1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_allegato_1" |
label | "Allega il tuo CV" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "allegato_1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_form_allegato_1" |
valid | true |
value | "" |
recaptcha
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 |
---|---|---|
mapped | false |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#696 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#804 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#907 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() {#902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#54 …} $message: Closure() {#908 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_form_recaptcha" ] |
cache_key | "_form_recaptcha_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#915 -form: Symfony\Component\Form\Form {#926 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#860 …5} |
full_name | "form[recaptcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_recaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptcha" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_recaptcha" |
valid | true |
value | "" |
privacy
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#893 +payload: null +groups: ? +message: "Devi accettare l'Informativa Privacy." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#893 +payload: null +groups: ? +message: "Devi accettare l'Informativa Privacy." +allowNull: false +normalizer: null } ] |
label | "Dichiaro di aver letto <a class="wpjc-scls-color-white wpjc-scls-underlined" href="/privacy-policy-lavora-con-noi" target="_blank">Informativa Privacy ex art. 13 Reg. (UE) 2016/679</a>*" |
same as passed value |
label_attr | [ "class" => "wpjc-scls-txt-size-md wpjc-scls-cursor-pointer" ] |
[ "class" => "wpjc-scls-txt-size-md wpjc-scls-cursor-pointer" ] |
label_html | 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 {#893 +payload: null +groups: ? +message: "Devi accettare l'Informativa Privacy." +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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#696 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#804 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#888 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 {#889 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Dichiaro di aver letto <a class="wpjc-scls-color-white wpjc-scls-underlined" href="/privacy-policy-lavora-con-noi" target="_blank">Informativa Privacy ex art. 13 Reg. (UE) 2016/679</a>*" |
label_attr | [ "class" => "wpjc-scls-txt-size-md wpjc-scls-cursor-pointer" ] |
label_format | null |
label_html | true |
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() {#882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#54 …} $message: Closure() {#880 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_privacy" ] |
cache_key | "_form_privacy_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#834 -form: Symfony\Component\Form\Form {#929 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#819 …5} |
full_name | "form[privacy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_privacy" |
label | "Dichiaro di aver letto <a class="wpjc-scls-color-white wpjc-scls-underlined" href="/privacy-policy-lavora-con-noi" target="_blank">Informativa Privacy ex art. 13 Reg. (UE) 2016/679</a>*" |
label_attr | [ "class" => "wpjc-scls-txt-size-md wpjc-scls-cursor-pointer" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacy" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_privacy" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "996a6a12db237a6eeddbb.1HcgSBDBof7Wy6TPraz3mUWC7v0SZz7CsuMaqi0_Bco.uEBDIGCW6Y6Sp9ys9-7P1xTwo7NECWSAn4J17WNOcZOEBVcSco7Ms5Xy8Q" |
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 | "996a6a12db237a6eeddbb.1HcgSBDBof7Wy6TPraz3mUWC7v0SZz7CsuMaqi0_Bco.uEBDIGCW6Y6Sp9ys9-7P1xTwo7NECWSAn4J17WNOcZOEBVcSco7Ms5Xy8Q" |
same as passed value |
mapped | false |
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 | "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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#696 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#804 …} } |
data | "996a6a12db237a6eeddbb.1HcgSBDBof7Wy6TPraz3mUWC7v0SZz7CsuMaqi0_Bco.uEBDIGCW6Y6Sp9ys9-7P1xTwo7NECWSAn4J17WNOcZOEBVcSco7Ms5Xy8Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#972 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() {#983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#54 …} $message: Closure() {#984 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
cache_key | "_form__token_hidden" |
compound | false |
data | "996a6a12db237a6eeddbb.1HcgSBDBof7Wy6TPraz3mUWC7v0SZz7CsuMaqi0_Bco.uEBDIGCW6Y6Sp9ys9-7P1xTwo7NECWSAn4J17WNOcZOEBVcSco7Ms5Xy8Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#936 -form: Symfony\Component\Form\Form {#977 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#986 …5} |
full_name | "form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "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 | "_form__token" |
valid | true |
value | "996a6a12db237a6eeddbb.1HcgSBDBof7Wy6TPraz3mUWC7v0SZz7CsuMaqi0_Bco.uEBDIGCW6Y6Sp9ys9-7P1xTwo7NECWSAn4J17WNOcZOEBVcSco7Ms5Xy8Q" |