Forms
contact
Form type:
"App\Form\ContactType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -message: null -object: null -currentJob: null -isRead: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -message: null -object: null -currentJob: null -isRead: null } |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data | App\Entity\Contact {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -message: null -object: null -currentJob: null -isRead: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#787 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact" "_contact" ] |
cache_key | "_contact_contact" |
compound | true |
data | App\Entity\Contact {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -message: null -object: null -currentJob: null -isRead: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#764 -form: Symfony\Component\Form\Form {#886 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#789 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact" |
valid | true |
value | App\Entity\Contact {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -message: null -object: null -currentJob: null -isRead: null } |
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 |
---|---|---|
attr | [ "placeholder" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
label | "Prénom" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prénom" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#768 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 | "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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#767 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_firstname" ] |
cache_key | "_contact_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#953 -form: Symfony\Component\Form\Form {#924 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#955 …5} |
full_name | "contact[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_firstname" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_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 |
---|---|---|
attr | [ "placeholder" => "Nom" ] |
[ "placeholder" => "Nom" ] |
label | "Nom" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#761 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 | "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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#774 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_lastname" ] |
cache_key | "_contact_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#952 -form: Symfony\Component\Form\Form {#927 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#951 …5} |
full_name | "contact[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_lastname" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_lastname" |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Email" ] |
[ "placeholder" => "Email" ] |
label | "Email" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#785 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 | "Email" |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#784 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_email" ] |
cache_key | "_contact_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#949 -form: Symfony\Component\Form\Form {#930 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#906 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_email" |
valid | true |
value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Téléphone" ] |
[ "placeholder" => "Téléphone" ] |
label | "Téléphone" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Téléphone" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#804 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 | "Téléphone" |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#808 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Téléphone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_phone" ] |
cache_key | "_contact_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#881 -form: Symfony\Component\Form\Form {#888 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#864 …5} |
full_name | "contact[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_phone" |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_phone" |
valid | true |
value | "" |
object
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" => "Pays" ] |
[ "placeholder" => "Pays" ] |
choices | [ "Je suis un professionnel de la formation" => "Je suis un professionnel de la formation" "Je cherche un poste en entreprise" => "Je cherche un poste en entreprise" "Je veux devenir formateur" => "Je veux devenir formateur" "Je veux devenir partenaire commercial" => "Je veux devenir partenaire commercial" "Autres" => "Autres" ] |
[ "Je suis un professionnel de la formation" => "Je suis un professionnel de la formation" "Je cherche un poste en entreprise" => "Je cherche un poste en entreprise" "Je veux devenir formateur" => "Je veux devenir formateur" "Je veux devenir partenaire commercial" => "Je veux devenir partenaire commercial" "Autres" => "Autres" ] |
expanded | false |
false
|
label | "Choisissez un motif" |
same as passed value |
multiple | false |
false
|
placeholder | "--" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Pays" ] |
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 | [ "Je suis un professionnel de la formation" => "Je suis un professionnel de la formation" "Je cherche un poste en entreprise" => "Je cherche un poste en entreprise" "Je veux devenir formateur" => "Je veux devenir formateur" "Je veux devenir partenaire commercial" => "Je veux devenir partenaire commercial" "Autres" => "Autres" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
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 | "Choisissez un motif" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "--" |
placeholder_attr | [] |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#827 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Pays" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_object" ] |
cache_key | "_contact_object_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#810 +label: "Je suis un professionnel de la formation" +value: "Je suis un professionnel de la formation" +data: "Je suis un professionnel de la formation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#907 +label: "Je cherche un poste en entreprise" +value: "Je cherche un poste en entreprise" +data: "Je cherche un poste en entreprise" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#914 +label: "Je veux devenir formateur" +value: "Je veux devenir formateur" +data: "Je veux devenir formateur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#908 +label: "Je veux devenir partenaire commercial" +value: "Je veux devenir partenaire commercial" +data: "Je veux devenir partenaire commercial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#913 +label: "Autres" +value: "Autres" +data: "Autres" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#841 -form: Symfony\Component\Form\Form {#891 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#830 …5} |
full_name | "contact[object]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_object" |
is_selected | Closure($choice, $value) {#958 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Choisissez un motif" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "object" |
placeholder | "--" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_object" |
valid | true |
value | "" |
currentJob
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" => "Pays" ] |
[ "placeholder" => "Pays" ] |
choices | [ "Responsable pédagogique" => "Responsable pédagogique" "Directeur/Directrice" => "Directeur/Directrice" "Formateurs" => "Formateurs" "Autres" => "Autres" ] |
[ "Responsable pédagogique" => "Responsable pédagogique" "Directeur/Directrice" => "Directeur/Directrice" "Formateurs" => "Formateurs" "Autres" => "Autres" ] |
expanded | false |
false
|
label | "Votre poste actuel" |
same as passed value |
multiple | false |
false
|
placeholder | "--" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Pays" ] |
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 | [ "Responsable pédagogique" => "Responsable pédagogique" "Directeur/Directrice" => "Directeur/Directrice" "Formateurs" => "Formateurs" "Autres" => "Autres" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
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 poste actuel" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "--" |
placeholder_attr | [] |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#835 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Pays" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_currentJob" ] |
cache_key | "_contact_currentJob_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#959 +label: "Responsable pédagogique" +value: "Responsable pédagogique" +data: "Responsable pédagogique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#960 +label: "Directeur/Directrice" +value: "Directeur/Directrice" +data: "Directeur/Directrice" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#961 +label: "Formateurs" +value: "Formateurs" +data: "Formateurs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#962 +label: "Autres" +value: "Autres" +data: "Autres" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#795 -form: Symfony\Component\Form\Form {#894 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#957 …5} |
full_name | "contact[currentJob]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_currentJob" |
is_selected | Closure($choice, $value) {#964 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Votre poste actuel" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "currentJob" |
placeholder | "--" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_currentJob" |
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 | [ "placeholder" => "Message" ] |
[ "placeholder" => "Message" ] |
label | "Ecrivez votre message" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
[ "class" => "d-flex flex-column col-md-12 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Message" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#858 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 | "Ecrivez 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 | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#863 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#857 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Message" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
cache_key | "_contact_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#965 -form: Symfony\Component\Form\Form {#897 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#966 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message" |
label | "Ecrivez 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 | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message" |
valid | true |
value | "" |
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 {#837 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#837 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
locale | "fr" |
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 {#837 +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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#878 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 | "fr" |
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() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#879 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_contact_captcha" ] |
cache_key | "_contact_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#967 -form: Symfony\Component\Form\Form {#900 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#968 …5} |
full_name | "contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "contact_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "fr" |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LccvW0qAAAAAGj9oJK-Ok5_o2Wzkpg90SXRvKKK" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ded0bdbd426bf0cd5f6e8.1K_6luaiToHd1etYR3T2fSkNP2g_Y1Ys0ML0oC-FWaU.gferpZ_hFPmOgbg7LCSBEBxlaRxLFSFrh4GM1VmoA-ag_7GnqJAW65vkog" |
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 | "ded0bdbd426bf0cd5f6e8.1K_6luaiToHd1etYR3T2fSkNP2g_Y1Ys0ML0oC-FWaU.gferpZ_hFPmOgbg7LCSBEBxlaRxLFSFrh4GM1VmoA-ag_7GnqJAW65vkog" |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data | "ded0bdbd426bf0cd5f6e8.1K_6luaiToHd1etYR3T2fSkNP2g_Y1Ys0ML0oC-FWaU.gferpZ_hFPmOgbg7LCSBEBxlaRxLFSFrh4GM1VmoA-ag_7GnqJAW65vkog" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#976 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() {#987 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#553 …} $message: Closure() {#988 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "ded0bdbd426bf0cd5f6e8.1K_6luaiToHd1etYR3T2fSkNP2g_Y1Ys0ML0oC-FWaU.gferpZ_hFPmOgbg7LCSBEBxlaRxLFSFrh4GM1VmoA-ag_7GnqJAW65vkog" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#969 -form: Symfony\Component\Form\Form {#981 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#990 …5} |
full_name | "contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact__token" |
valid | true |
value | "ded0bdbd426bf0cd5f6e8.1K_6luaiToHd1etYR3T2fSkNP2g_Y1Ys0ML0oC-FWaU.gferpZ_hFPmOgbg7LCSBEBxlaRxLFSFrh4GM1VmoA-ag_7GnqJAW65vkog" |