Forms
contacto
"FrontendBundle\Form\ContactoType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "id" => "contacto-form" ] |
[ "id" => "contacto-form" ] |
| method | "POST" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "contacto-form" ] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#305
-generator: UriSafeTokenGenerator {#306 …}
-storage: SessionTokenStorage {#307 …}
-namespace: Closure {#309 …}
} |
| data_class | null |
| disabled | false |
| empty_data | FormType::configureOptions():129}:138} {#324
this: FormType {#263 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "138 to 140"
} |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | UploadValidatorExtension::configureOptions():45}:46} {#326
this: UploadValidatorExtension {#303 …}
use: {
$translator: DataCollectorTranslator {#108 …}
$translationDomain: "validators"
$message: Closure {#325 …}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
} |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "contacto-form" ] |
| block_prefixes | [ "form" "contacto" "_contacto" ] |
| cache_key | "_contacto_contacto" |
| compound | true |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#478
-form: Form {#411 …}
-errors: []
} |
| form | FormView {#477 …5} |
| full_name | "contacto" |
| id | "contacto" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "contacto" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto" |
| valid | true |
| value | null |
nombre
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "Nombre(s)*" "autocomplete" => "off" ] |
[ "placeholder" => "Nombre(s)*" "autocomplete" => "off" ] |
| constraints | [
NotBlank {#333
+payload: null
+message: "Ingresa tu nombre"
}
Length {#334
+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: "El nombre debe ser mayor a {{ limit }} letras"
+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"
}
] |
[
NotBlank {#333
+payload: null
+message: "Ingresa tu nombre"
}
Length {#334
+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: "El nombre debe ser mayor a {{ limit }} letras"
+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"
}
]
|
| label | "Nombre" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre(s)*" "autocomplete" => "off" ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#333
+payload: null
+message: "Ingresa tu nombre"
}
Length {#334
+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: "El nombre debe ser mayor a {{ limit }} letras"
+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"
}
] |
| 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 | CsrfTokenManager {#305
-generator: UriSafeTokenGenerator {#306 …}
-storage: SessionTokenStorage {#307 …}
-namespace: Closure {#309 …}
} |
| data_class | null |
| disabled | false |
| empty_data | FormType::configureOptions():129}:138} {#348
this: FormType {#263 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "138 to 140"
} |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | UploadValidatorExtension::configureOptions():45}:46} {#350
this: UploadValidatorExtension {#303 …}
use: {
$translator: DataCollectorTranslator {#108 …}
$translationDomain: "validators"
$message: Closure {#349 …}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
} |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre(s)*" "autocomplete" => "off" ] |
| block_prefixes | [ "form" "text" "_contacto_nombre" ] |
| cache_key | "_contacto_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#482
-form: Form {#414 …}
-errors: []
} |
| form | FormView {#481 …5} |
| full_name | "contacto[nombre]" |
| id | "contacto_nombre" |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "nombre" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_nombre" |
| valid | true |
| value | "" |
apellidos
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "Apellido(s)*" "autocomplete" => "off" ] |
[ "placeholder" => "Apellido(s)*" "autocomplete" => "off" ] |
| constraints | [
NotBlank {#335
+payload: null
+message: "Ingresa tu apellido"
}
Length {#336
+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: "El apellido debe ser mayor a {{ limit }} letras"
+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"
}
] |
[
NotBlank {#335
+payload: null
+message: "Ingresa tu apellido"
}
Length {#336
+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: "El apellido debe ser mayor a {{ limit }} letras"
+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"
}
]
|
| label | "Apellidos" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Apellido(s)*" "autocomplete" => "off" ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#335
+payload: null
+message: "Ingresa tu apellido"
}
Length {#336
+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: "El apellido debe ser mayor a {{ limit }} letras"
+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"
}
] |
| 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 | CsrfTokenManager {#305
-generator: UriSafeTokenGenerator {#306 …}
-storage: SessionTokenStorage {#307 …}
-namespace: Closure {#309 …}
} |
| data_class | null |
| disabled | false |
| empty_data | FormType::configureOptions():129}:138} {#357
this: FormType {#263 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "138 to 140"
} |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "Apellidos" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | UploadValidatorExtension::configureOptions():45}:46} {#359
this: UploadValidatorExtension {#303 …}
use: {
$translator: DataCollectorTranslator {#108 …}
$translationDomain: "validators"
$message: Closure {#358 …}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
} |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Apellido(s)*" "autocomplete" => "off" ] |
| block_prefixes | [ "form" "text" "_contacto_apellidos" ] |
| cache_key | "_contacto_apellidos_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#483
-form: Form {#417 …}
-errors: []
} |
| form | FormView {#484 …5} |
| full_name | "contacto[apellidos]" |
| id | "contacto_apellidos" |
| label | "Apellidos" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "apellidos" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_apellidos" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "correo@dominio.com" "autocomplete" => "off" ] |
[ "placeholder" => "correo@dominio.com" "autocomplete" => "off" ] |
| constraints | [
Email {#337
+payload: null
+message: "El correo electrónico '{{ value }}' no es válido"
+checkMX: false
+checkHost: false
+strict: null
}
NotBlank {#338
+payload: null
+message: "Ingresa un correo electrónico"
}
Length {#339
+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: "El correo electrónico debe ser mayor a {{ limit }} dígitos"
+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"
}
] |
[
Email {#337
+payload: null
+message: "El correo electrónico '{{ value }}' no es válido"
+checkMX: false
+checkHost: false
+strict: null
}
NotBlank {#338
+payload: null
+message: "Ingresa un correo electrónico"
}
Length {#339
+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: "El correo electrónico debe ser mayor a {{ limit }} dígitos"
+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"
}
]
|
| label | "Correo Electrónico" |
same as passed value |
| required | true |
same as passed value |
| trim | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "correo@dominio.com" "autocomplete" => "off" ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
Email {#337
+payload: null
+message: "El correo electrónico '{{ value }}' no es válido"
+checkMX: false
+checkHost: false
+strict: null
}
NotBlank {#338
+payload: null
+message: "Ingresa un correo electrónico"
}
Length {#339
+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: "El correo electrónico debe ser mayor a {{ limit }} dígitos"
+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"
}
] |
| 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 | CsrfTokenManager {#305
-generator: UriSafeTokenGenerator {#306 …}
-storage: SessionTokenStorage {#307 …}
-namespace: Closure {#309 …}
} |
| data_class | null |
| disabled | false |
| empty_data | FormType::configureOptions():129}:138} {#370
this: FormType {#263 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "138 to 140"
} |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "Correo Electrónico" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | UploadValidatorExtension::configureOptions():45}:46} {#372
this: UploadValidatorExtension {#303 …}
use: {
$translator: DataCollectorTranslator {#108 …}
$translationDomain: "validators"
$message: Closure {#371 …}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
} |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "correo@dominio.com" "autocomplete" => "off" ] |
| block_prefixes | [ "form" "text" "email" "_contacto_email" ] |
| cache_key | "_contacto_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#485
-form: Form {#420 …}
-errors: []
} |
| form | FormView {#486 …5} |
| full_name | "contacto[email]" |
| id | "contacto_email" |
| label | "Correo Electrónico" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "email" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_email" |
| valid | true |
| value | "" |
telefono
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "(722)1234567" "autocomplete" => "off" ] |
[ "placeholder" => "(722)1234567" "autocomplete" => "off" ] |
| constraints | [
NotBlank {#340
+payload: null
+message: "Ingresa un Teléfono"
}
Length {#341
+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: "El teléfono debe ser mayor a {{ limit }} letras"
+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: 7
+charset: "UTF-8"
}
] |
[
NotBlank {#340
+payload: null
+message: "Ingresa un Teléfono"
}
Length {#341
+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: "El teléfono debe ser mayor a {{ limit }} letras"
+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: 7
+charset: "UTF-8"
}
]
|
| label | "Teléfono (con lada)" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "(722)1234567" "autocomplete" => "off" ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#340
+payload: null
+message: "Ingresa un Teléfono"
}
Length {#341
+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: "El teléfono debe ser mayor a {{ limit }} letras"
+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: 7
+charset: "UTF-8"
}
] |
| 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 | CsrfTokenManager {#305
-generator: UriSafeTokenGenerator {#306 …}
-storage: SessionTokenStorage {#307 …}
-namespace: Closure {#309 …}
} |
| data_class | null |
| disabled | false |
| empty_data | FormType::configureOptions():129}:138} {#379
this: FormType {#263 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "138 to 140"
} |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "Teléfono (con lada)" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | UploadValidatorExtension::configureOptions():45}:46} {#381
this: UploadValidatorExtension {#303 …}
use: {
$translator: DataCollectorTranslator {#108 …}
$translationDomain: "validators"
$message: Closure {#380 …}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
} |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "(722)1234567" "autocomplete" => "off" ] |
| block_prefixes | [ "form" "text" "_contacto_telefono" ] |
| cache_key | "_contacto_telefono_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#487
-form: Form {#423 …}
-errors: []
} |
| form | FormView {#488 …5} |
| full_name | "contacto[telefono]" |
| id | "contacto_telefono" |
| label | "Teléfono (con lada)" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "telefono" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_telefono" |
| valid | true |
| value | "" |
mensaje
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => "Mensaje o Pregunta*" "rows" => "5" "autocomplete" => "off" ] |
[ "placeholder" => "Mensaje o Pregunta*" "rows" => "5" "autocomplete" => "off" ] |
| constraints | [
NotBlank {#342
+payload: null
+message: "Ingresa un mensaje o una pregunta"
}
] |
[
NotBlank {#342
+payload: null
+message: "Ingresa un mensaje o una pregunta"
}
]
|
| label | "Mensaje" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Mensaje o Pregunta*" "rows" => "5" "autocomplete" => "off" ] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| compound | false |
| constraints | [
NotBlank {#342
+payload: null
+message: "Ingresa un mensaje o una pregunta"
}
] |
| 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 | CsrfTokenManager {#305
-generator: UriSafeTokenGenerator {#306 …}
-storage: SessionTokenStorage {#307 …}
-namespace: Closure {#309 …}
} |
| data_class | null |
| disabled | false |
| empty_data | FormType::configureOptions():129}:138} {#392
this: FormType {#263 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "138 to 140"
} |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "Mensaje" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | UploadValidatorExtension::configureOptions():45}:46} {#394
this: UploadValidatorExtension {#303 …}
use: {
$translator: DataCollectorTranslator {#108 …}
$translationDomain: "validators"
$message: Closure {#393 …}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
} |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Mensaje o Pregunta*" "rows" => "5" "autocomplete" => "off" ] |
| block_prefixes | [ "form" "text" "textarea" "_contacto_mensaje" ] |
| cache_key | "_contacto_mensaje_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#489
-form: Form {#426 …}
-errors: []
} |
| form | FormView {#490 …5} |
| full_name | "contacto[mensaje]" |
| id | "contacto_mensaje" |
| label | "Mensaje" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "mensaje" |
| pattern | null |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_mensaje" |
| valid | true |
| value | "" |
enviar
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 | "Enviar" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| auto_initialize | false |
| block_name | null |
| disabled | false |
| label | "Enviar" |
| label_format | null |
| translation_domain | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| block_prefixes | [ "button" "submit" "_contacto_enviar" ] |
| cache_key | "_contacto_enviar_submit" |
| clicked | false |
| disabled | false |
| form | FormView {#492 …5} |
| full_name | "contacto[enviar]" |
| id | "contacto_enviar" |
| label | "Enviar" |
| label_format | null |
| multipart | false |
| name | "enviar" |
| translation_domain | null |
| unique_block_prefix | "_contacto_enviar" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "CGq_ljnmCZyr068q_09MFZUEAhEO0CbJcoEnz3r3_oI" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "CGq_ljnmCZyr068q_09MFZUEAhEO0CbJcoEnz3r3_oI" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#305
-generator: UriSafeTokenGenerator {#306 …}
-storage: SessionTokenStorage {#307 …}
-namespace: Closure {#309 …}
} |
| data | "CGq_ljnmCZyr068q_09MFZUEAhEO0CbJcoEnz3r3_oI" |
| data_class | null |
| disabled | false |
| empty_data | FormType::configureOptions():129}:138} {#495
this: FormType {#263 …}
parameters: {
$form: {
typeHint: "Symfony\Component\Form\FormInterface"
}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php"
line: "138 to 140"
} |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | UploadValidatorExtension::configureOptions():45}:46} {#497
this: UploadValidatorExtension {#303 …}
use: {
$translator: DataCollectorTranslator {#108 …}
$translationDomain: "validators"
$message: Closure {#496 …}
}
file: "/home/u661523975/domains/capacitacioninformatica.com.mx/public_html/app/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php"
line: "46 to 48"
} |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "hidden" "_contacto__token" ] |
| cache_key | "_contacto__token_hidden" |
| compound | false |
| data | "CGq_ljnmCZyr068q_09MFZUEAhEO0CbJcoEnz3r3_oI" |
| disabled | false |
| errors | FormErrorIterator {#507
-form: Form {#503 …}
-errors: []
} |
| form | FormView {#498 …5} |
| full_name | "contacto[_token]" |
| id | "contacto__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "_token" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto__token" |
| valid | true |
| value | "CGq_ljnmCZyr068q_09MFZUEAhEO0CbJcoEnz3r3_oI" |