Forms
-
form_contact
-
nom
-
telefon
-
mail
-
1consulta
-
heleidoyacepto
-
quierorecibir
-
1captcha
-
action
-
_token
-
form_contact
Form type:
"App\Form\FormContactType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [ "nom" => "eXXRSkCSAWOux" "telefon" => "3546965317" "mail" => "djenelsullivanrk@gmail.com" "consulta" => null "heleidoyacepto" => true "quierorecibir" => true "action" => "enviocontacto" ] |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1041 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | "publica" |
trim | true |
upload_max_size_message | Closure() {#1043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1042 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "form_contact" "_form_contact" ] |
cache_key | "_form_contact_form_contact" |
compound | true |
data | [ "nom" => "eXXRSkCSAWOux" "telefon" => "3546965317" "mail" => "djenelsullivanrk@gmail.com" "consulta" => null "heleidoyacepto" => true "quierorecibir" => true "action" => "enviocontacto" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1285 -form: Symfony\Component\Form\Form {#1158 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1295 …5} |
full_name | "form_contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "form_contact" |
priority | 0 |
required | true |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact" |
valid | false |
value | [ "nom" => "eXXRSkCSAWOux" "telefon" => "3546965317" "mail" => "djenelsullivanrk@gmail.com" "consulta" => null "heleidoyacepto" => true "quierorecibir" => true "action" => "enviocontacto" ] |
nom
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
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "eXXRSkCSAWOux" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "form_placeholdernom" "class" => "form-control" ] |
[ "placeholder" => "form_placeholdernom" "class" => "form-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1049 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1049 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "form_nom" |
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" => "form_placeholdernom" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1049 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1059 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 | "form_nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1060 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "form_placeholdernom" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_contact_nom" ] |
cache_key | "_form_contact_nom_text" |
compound | false |
data | "eXXRSkCSAWOux" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1311 -form: Symfony\Component\Form\Form {#1161 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1242 …5} |
full_name | "form_contact[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact_nom" |
label | "form_nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact_nom" |
valid | true |
value | "eXXRSkCSAWOux" |
telefon
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
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "3546965317" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "form_placeholdertelf" "class" => "form-control" ] |
[ "placeholder" => "form_placeholdertelf" "class" => "form-control" ] |
label | "form_telf" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "form_placeholdertelf" "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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1068 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 | "form_telf" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1070 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1069 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "form_placeholdertelf" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_contact_telefon" ] |
cache_key | "_form_contact_telefon_text" |
compound | false |
data | "3546965317" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1310 -form: Symfony\Component\Form\Form {#1164 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1312 …5} |
full_name | "form_contact[telefon]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact_telefon" |
label | "form_telf" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telefon" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact_telefon" |
valid | true |
value | "3546965317" |
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
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "djenelsullivanrk@gmail.com" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "form_placeholdermail" "class" => "form-control" ] |
[ "placeholder" => "form_placeholdermail" "class" => "form-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1050 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1051 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: "html5" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1050 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1051 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: "html5" +normalizer: null } ] |
label | "form_mail" |
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" => "form_placeholdermail" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1050 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1051 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: "html5" +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1081 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 | "form_mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1083 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1082 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "form_placeholdermail" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_form_contact_mail" ] |
cache_key | "_form_contact_mail_email" |
compound | false |
data | "djenelsullivanrk@gmail.com" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1308 -form: Symfony\Component\Form\Form {#1167 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1309 …5} |
full_name | "form_contact[mail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact_mail" |
label | "form_mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mail" |
priority | 0 |
required | true |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact_mail" |
valid | true |
value | "djenelsullivanrk@gmail.com" |
consulta
Errors
Message | Origin | Cause |
---|---|---|
Este valor no deberÃa estar vacÃo. | Unknown. |
Caused by:
Symfony\Component\Validator\ConstraintViolation {#1292 root: Symfony\Component\Form\Form {#1158 …} path: "children[consulta].data" value: null } |
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "rows" => 6 ] |
[ "class" => "form-control" "rows" => 6 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1052 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1052 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "form_consulta" |
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" "rows" => 6 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1052 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1094 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 | "form_consulta" |
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() {#1096 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1095 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "rows" => 6 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_form_contact_consulta" ] |
cache_key | "_form_contact_consulta_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1306 -form: Symfony\Component\Form\Form {#1170 …} -errors: [ Symfony\Component\Form\FormError {#1286 #messageTemplate: "This value should not be blank." #messageParameters: [ "{{ value }}" => "null" ] #messagePluralization: null -message: "Este valor no debería estar vacío." -cause: Symfony\Component\Validator\ConstraintViolation {#1292 root: Symfony\Component\Form\Form {#1158 …} path: "children[consulta].data" value: null } -origin: Symfony\Component\Form\Form {#1170 …} } ] } |
form | Symfony\Component\Form\FormView {#1307 …5} |
full_name | "form_contact[consulta]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact_consulta" |
label | "form_consulta" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "consulta" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact_consulta" |
valid | false |
value | "" |
heleidoyacepto
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
"1"
|
Normalized Format | true |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1053 +payload: null +groups: [ "Default" ] +message: "This value should be true." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1053 +payload: null +groups: [ "Default" ] +message: "This value should be true." } ] |
label | "He leido y acepto la <a href="/es/terminos-legales" target="_blank">política de privacidad.</a>" |
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-check-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1053 +payload: null +groups: [ "Default" ] +message: "This value should be true." } ] |
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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1106 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 {#1107 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "He leido y acepto la <a href="/es/terminos-legales" target="_blank">política de privacidad.</a>" |
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() {#1109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1111 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_contact_heleidoyacepto" ] |
cache_key | "_form_contact_heleidoyacepto_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1303 -form: Symfony\Component\Form\Form {#1173 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1305 …5} |
full_name | "form_contact[heleidoyacepto]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact_heleidoyacepto" |
label | "He leido y acepto la <a href="/es/terminos-legales" target="_blank">política de privacidad.</a>" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "heleidoyacepto" |
priority | 0 |
required | true |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact_heleidoyacepto" |
valid | true |
value | "1" |
quierorecibir
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
"1"
|
Normalized Format | true |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
label | "form_quierorecibir" |
same as passed value |
label_attr | [ "class" => "form-check-label" ] |
[ "class" => "form-check-label" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-check-input" ] |
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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1106 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 {#1107 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "form_quierorecibir" |
label_attr | [ "class" => "form-check-label" ] |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1118 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_contact_quierorecibir" ] |
cache_key | "_form_contact_quierorecibir_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1271 -form: Symfony\Component\Form\Form {#1176 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1304 …5} |
full_name | "form_contact[quierorecibir]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact_quierorecibir" |
label | "form_quierorecibir" |
label_attr | [ "class" => "form-check-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quierorecibir" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact_quierorecibir" |
valid | true |
value | "1" |
captcha
Form type:
"Gregwar\CaptchaBundle\Type\CaptchaType"
Errors
Message | Origin | Cause |
---|---|---|
El código no coincide | Unknown. | Caused by: |
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "bDhwyKzuSzpCid" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
background_color | [ 255 255 255 ] |
[ 255 255 255 ] |
invalid_message | "El código no coincide" |
same as passed value |
label | "Copia el código de la imagen:" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [ 255 255 255 ] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefhjkmnprstuvwxyz23456789" |
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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#1136 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
expiration | 60 |
extra_fields_message | "This form should not contain extra fields." |
font | "/var/www/html/www.districlaror.com/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 50 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "El código no coincide" |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | "Copia el código de la imagen:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
length | 5 |
mapped | false |
max_behind_lines | null |
max_front_lines | null |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 50 |
reload | false |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1137 …} $translationDomain: "validators" } } |
validation_groups | null |
web_path | "/var/www/html/www.districlaror.com/public" |
whitelist_key | "captcha_whitelist_key" |
width | 130 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_form_contact_captcha" ] |
cache_key | "_form_contact_captcha_captcha" |
captcha_code | "data:image/jpeg;base64,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" |
captcha_height | 50 |
captcha_width | 130 |
compound | false |
data | "bDhwyKzuSzpCid" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1269 -form: Symfony\Component\Form\Form {#1179 …} -errors: [ Symfony\Component\Form\FormError {#1236 #messageTemplate: "El código no coincide" #messageParameters: [] #messagePluralization: null -message: "El código no coincide" -cause: null -origin: Symfony\Component\Form\Form {#1179 …} } ] } |
form | Symfony\Component\Form\FormView {#1270 …5} |
full_name | "form_contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact_captcha" |
image_id | "captcha_67f0a06c90383" |
is_human | false |
label | "Copia el código de la imagen:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | false |
required | true |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact_captcha" |
valid | false |
value | "" |
action
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "enviocontacto" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "value" => "enviocontacto" ] |
same as passed value |
label | "" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "value" => "enviocontacto" ] |
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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1150 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 | "" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1152 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1151 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "value" => "enviocontacto" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_form_contact_action" ] |
cache_key | "_form_contact_action_hidden" |
compound | false |
data | "enviocontacto" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1267 -form: Symfony\Component\Form\Form {#1182 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1266 …5} |
full_name | "form_contact[action]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_contact_action" |
label | "" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "action" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | "publica" |
unique_block_prefix | "_form_contact_action" |
valid | true |
value | "enviocontacto" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "13fe981b2be6267157ebe.lDKQBixrzV7whtHpduZPQGkZp429N9sMpnJb06gBvgE.wUSkV0VfiT2B6pCiJIU6Hw191MjuT49D4QY4hZFu2lT8Q6RyYhn1CMG_4Q" |
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 | "13fe981b2be6267157ebe.lDKQBixrzV7whtHpduZPQGkZp429N9sMpnJb06gBvgE.wUSkV0VfiT2B6pCiJIU6Hw191MjuT49D4QY4hZFu2lT8Q6RyYhn1CMG_4Q" |
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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#203 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#206 …} } |
data | "13fe981b2be6267157ebe.lDKQBixrzV7whtHpduZPQGkZp429N9sMpnJb06gBvgE.wUSkV0VfiT2B6pCiJIU6Hw191MjuT49D4QY4hZFu2lT8Q6RyYhn1CMG_4Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1314 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() {#1259 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#584 …} $message: Closure() {#1265 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_form_contact__token" ] |
cache_key | "_form_contact__token_hidden" |
compound | false |
data | "13fe981b2be6267157ebe.lDKQBixrzV7whtHpduZPQGkZp429N9sMpnJb06gBvgE.wUSkV0VfiT2B6pCiJIU6Hw191MjuT49D4QY4hZFu2lT8Q6RyYhn1CMG_4Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1320 -form: Symfony\Component\Form\Form {#1277 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1254 …5} |
full_name | "form_contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_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 | "publica" |
unique_block_prefix | "_form_contact__token" |
valid | true |
value | "13fe981b2be6267157ebe.lDKQBixrzV7whtHpduZPQGkZp429N9sMpnJb06gBvgE.wUSkV0VfiT2B6pCiJIU6Hw191MjuT49D4QY4hZFu2lT8Q6RyYhn1CMG_4Q" |