Forms
-
vehicle_message
-
companyName
-
zipCode
-
firstname
-
lastname
-
phoneNumber
-
email
-
message
-
gcu
-
optin
-
captcha
-
_token
-
vehicle_message
Form type:
"App\Form\Site\VehicleMessageType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\VehicleMessage {#4054 #id: null #createdAt: null #updatedAt: null -companyName: null -zipCode: null -firstname: null -lastname: null -email: null -vehicle: null -phoneNumber: null -message: null -recaptcha: null -site: null -processed: false -dateProcessed: null -optin: false -gcu: false } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/ajax/message/vehicle/745e747a-8736-4420-9bcb-b909037bcecc" |
same as passed value |
attr | [ "novalidate" => "novalidate" "id" => "vehicle-message-form" ] |
[ "novalidate" => "novalidate" "id" => "vehicle-message-form" ] |
data | App\Entity\VehicleMessage {#4054 #id: null #createdAt: null #updatedAt: null -companyName: null -zipCode: null -firstname: null -lastname: null -email: null -vehicle: null -phoneNumber: null -message: null -recaptcha: null -site: null -processed: false -dateProcessed: null -optin: false -gcu: false } |
same as passed value |
method | "POST" |
same as passed value |
validation_groups | [
"send_vehicle_message"
] |
[
"send_vehicle_message"
]
|
Resolved Options
Option | Value |
---|---|
action | "/ajax/message/vehicle/745e747a-8736-4420-9bcb-b909037bcecc" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "novalidate" => "novalidate" "id" => "vehicle-message-form" ] |
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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data | App\Entity\VehicleMessage {#4054 #id: null #createdAt: null #updatedAt: null -companyName: null -zipCode: null -firstname: null -lastname: null -email: null -vehicle: null -phoneNumber: null -message: null -recaptcha: null -site: null -processed: false -dateProcessed: null -optin: false -gcu: false } |
data_class | "App\Entity\VehicleMessage" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4090 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\VehicleMessage" } } |
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() {#4092 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4091 …} $translationDomain: "validators" } } |
validation_groups | [
"send_vehicle_message"
] |
View Vars
Variable | Value |
---|---|
action | "/ajax/message/vehicle/745e747a-8736-4420-9bcb-b909037bcecc" |
attr | [ "novalidate" => "novalidate" "id" => "vehicle-message-form" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "vehicle_message" "_vehicle_message" ] |
cache_key | "_vehicle_message_vehicle_message" |
compound | true |
data | App\Entity\VehicleMessage {#4054 #id: null #createdAt: null #updatedAt: null -companyName: null -zipCode: null -firstname: null -lastname: null -email: null -vehicle: null -phoneNumber: null -message: null -recaptcha: null -site: null -processed: false -dateProcessed: null -optin: false -gcu: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4361 -form: Symfony\Component\Form\Form {#4366 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4093 …5} |
full_name | "vehicle_message" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "vehicle_message" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message" |
valid | true |
value | App\Entity\VehicleMessage {#4054 #id: null #createdAt: null #updatedAt: null -companyName: null -zipCode: null -firstname: null -lastname: null -email: null -vehicle: null -phoneNumber: null -message: null -recaptcha: null -site: null -processed: false -dateProcessed: null -optin: false -gcu: false } |
companyName
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 | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Nom de la société*" ] |
[ "maxlength" => 255 "class" => "form-control" "placeholder" => "Nom de la société*" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Nom de la société*" ] |
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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4241 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 | 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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4254 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Nom de la société*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_vehicle_message_companyName" ] |
cache_key | "_vehicle_message_companyName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4310 -form: Symfony\Component\Form\Form {#4369 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4322 …5} |
full_name | "vehicle_message[companyName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_companyName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "companyName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message_companyName" |
valid | true |
value | "" |
zipCode
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 | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Code postal*" ] |
[ "maxlength" => 255 "class" => "form-control" "placeholder" => "Code postal*" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Code postal*" ] |
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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4240 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 | 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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4269 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4243 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Code postal*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_vehicle_message_zipCode" ] |
cache_key | "_vehicle_message_zipCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4297 -form: Symfony\Component\Form\Form {#4372 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4288 …5} |
full_name | "vehicle_message[zipCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_zipCode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "zipCode" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message_zipCode" |
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 |
---|---|---|
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Prénom*" ] |
[ "maxlength" => 255 "class" => "form-control" "placeholder" => "Prénom*" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "class" => "form-control" "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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4267 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 | 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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4278 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4266 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Prénom*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_vehicle_message_firstname" ] |
cache_key | "_vehicle_message_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4279 -form: Symfony\Component\Form\Form {#4375 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4270 …5} |
full_name | "vehicle_message[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_firstname" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message_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 | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Nom*" ] |
[ "maxlength" => 255 "class" => "form-control" "placeholder" => "Nom*" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "class" => "form-control" "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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4276 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 | 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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4287 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4275 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Nom*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_vehicle_message_lastname" ] |
cache_key | "_vehicle_message_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4256 -form: Symfony\Component\Form\Form {#4378 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4400 …5} |
full_name | "vehicle_message[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_lastname" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message_lastname" |
valid | true |
value | "" |
phoneNumber
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 | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Téléphone*" ] |
[ "maxlength" => 255 "class" => "form-control" "placeholder" => "Téléphone*" ] |
label | "Téléphone*" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "class" => "form-control" "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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4285 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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4296 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4284 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Téléphone*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_vehicle_message_phoneNumber" ] |
cache_key | "_vehicle_message_phoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4402 -form: Symfony\Component\Form\Form {#4381 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4403 …5} |
full_name | "vehicle_message[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_phoneNumber" |
label | "Téléphone*" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message_phoneNumber" |
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 | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Email*" ] |
[ "maxlength" => 255 "class" => "form-control" "placeholder" => "Email*" ] |
label | "Email*" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "class" => "form-control" "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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4307 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4308 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "class" => "form-control" "placeholder" => "Email*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_vehicle_message_email" ] |
cache_key | "_vehicle_message_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4404 -form: Symfony\Component\Form\Form {#4384 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4405 …5} |
full_name | "vehicle_message[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_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 | "_vehicle_message_email" |
valid | true |
value | "" |
message
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "Message*" ] |
[ "class" => "form-control" "placeholder" => "Message*" ] |
label | "Message*" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4319 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 | "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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4321 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4320 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Message*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_vehicle_message_message" ] |
cache_key | "_vehicle_message_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4443 -form: Symfony\Component\Form\Form {#4387 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4445 …5} |
full_name | "vehicle_message[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_message" |
label | "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 | null |
unique_block_prefix | "_vehicle_message_message" |
valid | true |
value | "" |
gcu
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "En cochant cette case j'accepte les conditions générales d'utilisation" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#4331 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 {#4332 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "En cochant cette case j'accepte les conditions générales d'utilisation" |
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() {#4334 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4336 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_vehicle_message_gcu" ] |
cache_key | "_vehicle_message_gcu_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4446 -form: Symfony\Component\Form\Form {#4390 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4447 …5} |
full_name | "vehicle_message[gcu]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_gcu" |
label | "En cochant cette case j'accepte les conditions générales d'utilisation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "gcu" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message_gcu" |
valid | true |
value | "1" |
optin
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "En cochant cette case j'accepte de recevoir des offres catalogue et de ventes aux enchères de la part d’InterVO" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#4331 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 {#4332 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "En cochant cette case j'accepte de recevoir des offres catalogue et de ventes aux enchères de la part d’InterVO" |
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() {#4302 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4342 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_vehicle_message_optin" ] |
cache_key | "_vehicle_message_optin_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4448 -form: Symfony\Component\Form\Form {#4393 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4449 …5} |
full_name | "vehicle_message[optin]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message_optin" |
label | "En cochant cette case j'accepte de recevoir des offres catalogue et de ventes aux enchères de la part d’InterVO" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "optin" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message_optin" |
valid | true |
value | "1" |
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 | "vehicle_message" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#4098 +payload: null +groups: [ "send_vehicle_message" ] +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#4098 +payload: null +groups: [ "send_vehicle_message" ] +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 | "vehicle_message" |
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 {#4098 +payload: null +groups: [ "send_vehicle_message" ] +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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4358 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() {#4360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4359 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "vehicle_message" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_vehicle_message_captcha" ] |
cache_key | "_vehicle_message_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#4450 -form: Symfony\Component\Form\Form {#4396 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4451 …5} |
full_name | "vehicle_message[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "vehicle_message_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 | "6LeT-6opAAAAADBfjPJwEmMXoUojgZU5-YEdxlLv" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_vehicle_message_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "9f.gadIxJ8ULBjYe68lM3Ew88ABJI9mP62B6qlImMHNaG4.4ukEksp5aU6APO4XQURWgoVwVL0JT_XnqcR-tYyCG1v06yaq0WQUQJ46wA" |
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 | "9f.gadIxJ8ULBjYe68lM3Ew88ABJI9mP62B6qlImMHNaG4.4ukEksp5aU6APO4XQURWgoVwVL0JT_XnqcR-tYyCG1v06yaq0WQUQJ46wA" |
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 {#2318 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2319 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2320 …} -namespace: Closure() {#2322 …} } |
data | "9f.gadIxJ8ULBjYe68lM3Ew88ABJI9mP62B6qlImMHNaG4.4ukEksp5aU6APO4XQURWgoVwVL0JT_XnqcR-tYyCG1v06yaq0WQUQJ46wA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4345 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() {#4452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $message: Closure() {#4453 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_vehicle_message__token" ] |
cache_key | "_vehicle_message__token_hidden" |
compound | false |
data | "9f.gadIxJ8ULBjYe68lM3Ew88ABJI9mP62B6qlImMHNaG4.4ukEksp5aU6APO4XQURWgoVwVL0JT_XnqcR-tYyCG1v06yaq0WQUQJ46wA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4463 -form: Symfony\Component\Form\Form {#4459 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4454 …5} |
full_name | "vehicle_message[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "vehicle_message__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 | "_vehicle_message__token" |
valid | true |
value | "9f.gadIxJ8ULBjYe68lM3Ew88ABJI9mP62B6qlImMHNaG4.4ukEksp5aU6APO4XQURWgoVwVL0JT_XnqcR-tYyCG1v06yaq0WQUQJ46wA" |