Forms
-
implementation_person
-
full_name
-
phone_number
-
email
-
type
-
position
-
privacy_policy
-
submit
-
_token
-
implementation_person
Form type:
"App\Form\Implementation\ImplementationPersonType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ImplementationPerson {#1132 -id: null -full_name: null -position: null -phone_number: null -email: null -type: null -implementation: ? ?App\Entity\Implementation } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ImplementationPerson {#1132 -id: null -full_name: null -position: null -phone_number: null -email: null -type: null -implementation: ? ?App\Entity\Implementation } |
same as passed value |
| demo | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "row" ] |
| 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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#567 …} } |
| data | App\Entity\ImplementationPerson {#1132 -id: null -full_name: null -position: null -phone_number: null -email: null -type: null -implementation: ? ?App\Entity\Implementation } |
| data_class | "App\Entity\ImplementationPerson" |
| demo | true |
| disabled | false |
| edit_view | false |
| empty_data | Closure(FormInterface $form) {#1355 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ImplementationPerson" } } |
| 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 | [] |
| implementation_object | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| is_last_step | false |
| label | "Contacto" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3 d-flex align-items-center position-relative collection-item container flex-column" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#684 …} $message: Closure() {#1361 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "row" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "implementation_person" "_implementation_person" ] |
| cache_key | "_implementation_person_implementation_person" |
| compound | true |
| data | App\Entity\ImplementationPerson {#1132 -id: null -full_name: null -position: null -phone_number: null -email: null -type: null -implementation: ? ?App\Entity\Implementation } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1019 -form: Symfony\Component\Form\Form {#987 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1356 …5} |
| full_name | "implementation_person" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "implementation_person" |
| label | "Contacto" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "implementation_person" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3 d-flex align-items-center position-relative collection-item container flex-column" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_implementation_person" |
| valid | true |
| value | App\Entity\ImplementationPerson {#1132 -id: null -full_name: null -position: null -phone_number: null -email: null -type: null -implementation: ? ?App\Entity\Implementation } |
full_name
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 |
|---|---|---|
| label | "Nombre completo" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
[ "class" => "col-12 col-md-6 mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#567 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1325 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 | "Nombre completo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1054 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#684 …} $message: Closure() {#1391 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_implementation_person_full_name" ] |
| cache_key | "_implementation_person_full_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#924 -form: Symfony\Component\Form\Form {#927 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#981 …5} |
| full_name | "implementation_person[full_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "implementation_person_full_name" |
| label | "Nombre completo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "full_name" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_implementation_person_full_name" |
| valid | true |
| value | "" |
phone_number
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "pattern" => "[0-9]{9}" "maxlength" => 15 ] |
[ "pattern" => "[0-9]{9}" "maxlength" => 15 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1367 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#914 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^(\+34|0034)?[6789]\d{8}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1367 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#914 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^(\+34|0034)?[6789]\d{8}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Teléfono de contacto" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
[ "class" => "col-12 col-md-6 mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "pattern" => "[0-9]{9}" "maxlength" => 15 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1367 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#914 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^(\+34|0034)?[6789]\d{8}$/" +htmlPattern: null +match: true +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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#567 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1386 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 provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Teléfono de contacto" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#684 …} $message: Closure() {#1390 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "pattern" => "[0-9]{9}" "maxlength" => 15 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_implementation_person_phone_number" ] |
| cache_key | "_implementation_person_phone_number_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#922 -form: Symfony\Component\Form\Form {#932 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#921 …5} |
| full_name | "implementation_person[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "implementation_person_phone_number" |
| label | "Teléfono de contacto" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone_number" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_implementation_person_phone_number" |
| 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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1022 +payload: null +groups: ? +message: "El email es obligatorio" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1372 +payload: null +groups: ? +message: "El email {{ value }} no es válido" +mode: "strict" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1022 +payload: null +groups: ? +message: "El email es obligatorio" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1372 +payload: null +groups: ? +message: "El email {{ value }} no es válido" +mode: "strict" +normalizer: null } ] |
| label | "Email" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "col-12 col-md-6 mb-3 input-person-email" ] |
[ "class" => "col-12 col-md-6 mb-3 input-person-email" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1022 +payload: null +groups: ? +message: "El email es obligatorio" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1372 +payload: null +groups: ? +message: "El email {{ value }} no es válido" +mode: "strict" +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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#567 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1326 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 | [ "class" => "col-12 col-md-6 mb-3 input-person-email" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1350 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#684 …} $message: Closure() {#1353 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_implementation_person_email" ] |
| cache_key | "_implementation_person_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#923 -form: Symfony\Component\Form\Form {#931 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#991 …5} |
| full_name | "implementation_person[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "implementation_person_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3 input-person-email" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_implementation_person_email" |
| valid | true |
| value | "" |
type
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" => "input-person-type" ] |
[ "class" => "input-person-type" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-person-type" ] |
| 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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#567 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1342 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 | 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() {#1340 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#684 …} $message: Closure() {#1336 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-person-type" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_implementation_person_type" ] |
| cache_key | "_implementation_person_type_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1021 -form: Symfony\Component\Form\Form {#964 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#985 …5} |
| full_name | "implementation_person[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "implementation_person_type" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "type" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_implementation_person_type" |
| valid | true |
| value | "" |
position
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Ejemplo: Gerente de ventas" ] |
[ "placeholder" => "Ejemplo: Gerente de ventas" ] |
| label | "Cargo que ocupas dentro de la empresa" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
[ "class" => "col-12 col-md-6 mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Ejemplo: Gerente de ventas" ] |
| 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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#567 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1398 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 | "Cargo que ocupas dentro de la empresa" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#684 …} $message: Closure() {#1396 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Ejemplo: Gerente de ventas" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_implementation_person_position" ] |
| cache_key | "_implementation_person_position_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1403 -form: Symfony\Component\Form\Form {#955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1339 …5} |
| full_name | "implementation_person[position]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "implementation_person_position" |
| label | "Cargo que ocupas dentro de la empresa" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "position" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "col-12 col-md-6 mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_implementation_person_position" |
| valid | true |
| value | "" |
privacy_policy
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1329 +payload: null +groups: ? +message: "Debes aceptar los términos y condiciones del servicio." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1329 +payload: null +groups: ? +message: "Debes aceptar los términos y condiciones del servicio." } ] |
| label | "He leído y acepto los términos y condiciones del servicio." |
same as passed value |
| label_attr | [ "class" => "custom_label_required" "data-after-label" => "*" ] |
[ "class" => "custom_label_required" "data-after-label" => "*" ] |
| mapped | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1329 +payload: null +groups: ? +message: "Debes aceptar los términos y condiciones del servicio." } ] |
| 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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#567 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#957 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 {#930 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "He leído y acepto los términos y condiciones del servicio." |
| label_attr | [ "class" => "custom_label_required" "data-after-label" => "*" ] |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#984 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#684 …} $message: Closure() {#993 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_implementation_person_privacy_policy" ] |
| cache_key | "_implementation_person_privacy_policy_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1343 -form: Symfony\Component\Form\Form {#1003 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1394 …5} |
| full_name | "implementation_person[privacy_policy]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "implementation_person_privacy_policy" |
| label | "He leído y acepto los términos y condiciones del servicio." |
| label_attr | [ "class" => "custom_label_required" "data-after-label" => "*" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "privacy_policy" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_implementation_person_privacy_policy" |
| valid | true |
| value | "1" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
| label | "Enviar" |
same as passed value |
| row_attr | [ "class" => "mb-3 text-end" ] |
[ "class" => "mb-3 text-end" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Enviar" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "mb-3 text-end" ] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_implementation_person_submit" ] |
| cache_key | "_implementation_person_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#997 …5} |
| full_name | "implementation_person[submit]" |
| id | "implementation_person_submit" |
| label | "Enviar" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [ "class" => "mb-3 text-end" ] |
| translation_domain | null |
| unique_block_prefix | "_implementation_person_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "203927d96bab13103011877a0a.OYm5_cz5KtzZwddqUpKMvtdRC7RCFmVSnDAW_hr8aew.SL2Oyrusa5KRguIbPdjux6AJT8F7RBw52Elblku-H9pyxMnOiLEa66OWkg" |
| 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 | "203927d96bab13103011877a0a.OYm5_cz5KtzZwddqUpKMvtdRC7RCFmVSnDAW_hr8aew.SL2Oyrusa5KRguIbPdjux6AJT8F7RBw52Elblku-H9pyxMnOiLEa66OWkg" |
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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#569 …} -namespace: Closure() {#567 …} } |
| data | "203927d96bab13103011877a0a.OYm5_cz5KtzZwddqUpKMvtdRC7RCFmVSnDAW_hr8aew.SL2Oyrusa5KRguIbPdjux6AJT8F7RBw52Elblku-H9pyxMnOiLEa66OWkg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#990 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() {#1008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#684 …} $message: Closure() {#1050 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_implementation_person__token" ] |
| cache_key | "_implementation_person__token_hidden" |
| compound | false |
| data | "203927d96bab13103011877a0a.OYm5_cz5KtzZwddqUpKMvtdRC7RCFmVSnDAW_hr8aew.SL2Oyrusa5KRguIbPdjux6AJT8F7RBw52Elblku-H9pyxMnOiLEa66OWkg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1009 -form: Symfony\Component\Form\Form {#1012 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1030 …5} |
| full_name | "implementation_person[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "implementation_person__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 | "_implementation_person__token" |
| valid | true |
| value | "203927d96bab13103011877a0a.OYm5_cz5KtzZwddqUpKMvtdRC7RCFmVSnDAW_hr8aew.SL2Oyrusa5KRguIbPdjux6AJT8F7RBw52Elblku-H9pyxMnOiLEa66OWkg" |