Forms
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 | [] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | [] |
[] |
translation_domain | "contact" |
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 {#177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#179 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#178 …} -namespace: Closure() {#175 …} } |
data | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#592 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
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 | "contact" |
trim | true |
upload_max_size_message | Closure() {#594 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $translationDomain: "validators" $message: Closure() {#593 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#493 -form: Symfony\Component\Form\Form {#519 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#616 …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 | false |
name | "form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_form" |
valid | true |
value | [] |
firstName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\Length {#344 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null } |
[ Symfony\Component\Validator\Constraints\Length {#344 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null } ] |
label | "Votre nom :" |
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\Length {#344 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +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 {#177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#179 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#178 …} -namespace: Closure() {#175 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#620 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
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 | "Votre nom :" |
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() {#374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $translationDomain: "validators" $message: Closure() {#368 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_firstName" ] |
cache_key | "_form_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#355 -form: Symfony\Component\Form\Form {#488 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#361 …5} |
full_name | "form[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_firstName" |
label | "Votre nom :" |
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 | "contact" |
unique_block_prefix | "_form_firstName" |
valid | true |
value | "" |
lastName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | Symfony\Component\Validator\Constraints\Length {#608 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null } |
[ Symfony\Component\Validator\Constraints\Length {#608 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null } ] |
label | "Votre prénom :" |
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\Length {#608 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +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 {#177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#179 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#178 …} -namespace: Closure() {#175 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
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 | "Votre prénom :" |
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() {#581 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $translationDomain: "validators" $message: Closure() {#580 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_lastName" ] |
cache_key | "_form_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#356 -form: Symfony\Component\Form\Form {#506 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#445 …5} |
full_name | "form[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_lastName" |
label | "Votre prénom :" |
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 | "contact" |
unique_block_prefix | "_form_lastName" |
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 |
---|---|---|
label | "Votre adresse e-mail :" |
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 {#177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#179 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#178 …} -namespace: Closure() {#175 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#601 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
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 | "Votre adresse 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() {#596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $translationDomain: "validators" $message: Closure() {#602 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#484 -form: Symfony\Component\Form\Form {#504 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#518 …5} |
full_name | "form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_email" |
label | "Votre adresse 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 | "contact" |
unique_block_prefix | "_form_email" |
valid | true |
value | "" |
reason
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 |
---|---|---|
choices | [ "une demande de renseignement" => "renseignement" "un problème technique" => "problème technique" "votre avis sur le site" => "votre avis" "une proposition de partenariat" => "partenariat" "une demande de désabonnement" => "désabonnement" "Satisfait ou remboursé sous 48h" => "remboursement" ] |
[ "une demande de renseignement" => "renseignement" "un problème technique" => "problème technique" "votre avis sur le site" => "votre avis" "une proposition de partenariat" => "partenariat" "une demande de désabonnement" => "désabonnement" "Satisfait ou remboursé sous 48h" => "remboursement" ] |
label | "Votre question concerne :" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "une demande de renseignement" => "renseignement" "un problème technique" => "problème technique" "votre avis sur le site" => "votre avis" "une proposition de partenariat" => "partenariat" "une demande de désabonnement" => "désabonnement" "Satisfait ou remboursé sous 48h" => "remboursement" ] |
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 {#177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#179 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#178 …} -namespace: Closure() {#175 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Votre question concerne :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#529 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $translationDomain: "validators" $message: Closure() {#563 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_reason" ] |
cache_key | "_form_reason_choice" |
choice_translation_domain | "contact" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#444 +label: "une demande de renseignement" +value: "renseignement" +data: "renseignement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#467 +label: "un problème technique" +value: "problème technique" +data: "problème technique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#483 +label: "votre avis sur le site" +value: "votre avis" +data: "votre avis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#480 +label: "une proposition de partenariat" +value: "partenariat" +data: "partenariat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#500 +label: "une demande de désabonnement" +value: "désabonnement" +data: "désabonnement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#464 +label: "Satisfait ou remboursé sous 48h" +value: "remboursement" +data: "remboursement" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#463 -form: Symfony\Component\Form\Form {#468 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#527 …5} |
full_name | "form[reason]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_reason" |
is_selected | Closure($choice, $value) {#362 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#575 …} } |
label | "Votre question concerne :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "reason" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_form_reason" |
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 |
---|---|---|
label | "Votre message :" |
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 {#177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#179 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#178 …} -namespace: Closure() {#175 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#345 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
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 | "Votre message :" |
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() {#369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $translationDomain: "validators" $message: Closure() {#349 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_form_message" ] |
cache_key | "_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#490 -form: Symfony\Component\Form\Form {#457 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#514 …5} |
full_name | "form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_message" |
label | "Votre message :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_form_message" |
valid | true |
value | "" |
envoyer
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 | "Envoyer" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Envoyer" |
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 | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_form_envoyer" ] |
cache_key | "_form_envoyer_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#366 …5} |
full_name | "form[envoyer]" |
id | "form_envoyer" |
label | "Envoyer" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "envoyer" |
priority | 0 |
row_attr | [] |
translation_domain | "contact" |
unique_block_prefix | "_form_envoyer" |
value | null |
captcha
Form type:
"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 | "contact" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#609 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#609 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
locale | "de" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "contact" |
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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#609 +payload: null +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 {#177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#179 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#178 …} -namespace: Closure() {#175 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#473 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
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 | "de" |
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() {#497 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $translationDomain: "validators" $message: Closure() {#474 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_form_captcha" ] |
cache_key | "_form_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#358 -form: Symfony\Component\Form\Form {#460 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#365 …5} |
full_name | "form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "form_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "de" |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6Lf_QSYlAAAAAN-oeZRYqsZhl8Kn1wqZoN4Ch0tY" |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_form_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "b71185d2d1c8b776890.UkN4SJqVlcGTgj64wBO-1NdRjWA9PoPE_UHCHWnIVz0.Z3speN7AwpjmsW7--UvpluUYwBZ6WPCnkBmzdVygPgQcASos39Kts9ayBg" |
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 | "b71185d2d1c8b776890.UkN4SJqVlcGTgj64wBO-1NdRjWA9PoPE_UHCHWnIVz0.Z3speN7AwpjmsW7--UvpluUYwBZ6WPCnkBmzdVygPgQcASos39Kts9ayBg" |
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 {#177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#179 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#178 …} -namespace: Closure() {#175 …} } |
data | "b71185d2d1c8b776890.UkN4SJqVlcGTgj64wBO-1NdRjWA9PoPE_UHCHWnIVz0.Z3speN7AwpjmsW7--UvpluUYwBZ6WPCnkBmzdVygPgQcASos39Kts9ayBg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#526 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#672 …} } |
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() {#364 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $translationDomain: "validators" $message: Closure() {#363 …} } } |
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 | "b71185d2d1c8b776890.UkN4SJqVlcGTgj64wBO-1NdRjWA9PoPE_UHCHWnIVz0.Z3speN7AwpjmsW7--UvpluUYwBZ6WPCnkBmzdVygPgQcASos39Kts9ayBg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#548 -form: Symfony\Component\Form\Form {#556 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#357 …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 | "contact" |
unique_block_prefix | "_form__token" |
valid | true |
value | "b71185d2d1c8b776890.UkN4SJqVlcGTgj64wBO-1NdRjWA9PoPE_UHCHWnIVz0.Z3speN7AwpjmsW7--UvpluUYwBZ6WPCnkBmzdVygPgQcASos39Kts9ayBg" |