Forms
-
contacto
-
nombre
-
email
-
telefono
-
tipoNegocio
-
estado
-
_token
-
contacto
Form type:
"App\Form\ContactoType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contacto {#761 -id: null -nombre: null -email: null -telefono: null -tipoNegocio: null -fechaCreacion: null -estado: "Pendiente" -ip: "216.73.216.29" -pais: "United States" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Contacto {#761 -id: null -nombre: null -email: null -telefono: null -tipoNegocio: null -fechaCreacion: null -estado: "Pendiente" -ip: "216.73.216.29" -pais: "United States" } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#586 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#693 …} -namespace: Closure() {#709 …} } |
| data | App\Entity\Contacto {#761 -id: null -nombre: null -email: null -telefono: null -tipoNegocio: null -fechaCreacion: null -estado: "Pendiente" -ip: "216.73.216.29" -pais: "United States" } |
| data_class | "App\Entity\Contacto" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#825 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contacto" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#77 …} $message: Closure() {#826 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contacto" "_contacto" ] |
| cache_key | "_contacto_contacto" |
| compound | true |
| data | App\Entity\Contacto {#761 -id: null -nombre: null -email: null -telefono: null -tipoNegocio: null -fechaCreacion: null -estado: "Pendiente" -ip: "216.73.216.29" -pais: "United States" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#905 -errors: [] -form: Symfony\Component\Form\Form {#910 …} } |
| form | Symfony\Component\Form\FormView {#828 …5} |
| full_name | "contacto" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contacto" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto" |
| valid | true |
| value | App\Entity\Contacto {#761 -id: null -nombre: null -email: null -telefono: null -tipoNegocio: null -fechaCreacion: null -estado: "Pendiente" -ip: "216.73.216.29" -pais: "United States" } |
nombre
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" => "Introduce tu nombre completo" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
[ "placeholder" => "Introduce tu nombre completo" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#833 +payload: null +groups: ? ?array +message: "Por favor, introduce tu nombre completo" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#834 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 255 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#833 +payload: null +groups: ? ?array +message: "Por favor, introduce tu nombre completo" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#834 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 255 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Nombre completo" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Introduce tu nombre completo" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#833 +payload: null +groups: ? ?array +message: "Por favor, introduce tu nombre completo" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#834 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 255 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#586 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#693 …} -namespace: Closure() {#709 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#840 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#842 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#77 …} $message: Closure() {#841 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Introduce tu nombre completo" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contacto_nombre" ] |
| cache_key | "_contacto_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#843 -errors: [] -form: Symfony\Component\Form\Form {#913 …} } |
| form | Symfony\Component\Form\FormView {#856 …5} |
| full_name | "contacto[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_nombre" |
| label | "Nombre completo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nombre" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_nombre" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "tunombre@tuempresa.com" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
[ "placeholder" => "tunombre@tuempresa.com" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| label | "Email profesional" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "tunombre@tuempresa.com" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| 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 {#586 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#693 …} -namespace: Closure() {#709 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#853 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 profesional" |
| 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() {#855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#77 …} $message: Closure() {#854 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "tunombre@tuempresa.com" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contacto_email" ] |
| cache_key | "_contacto_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#929 -errors: [] -form: Symfony\Component\Form\Form {#916 …} } |
| form | Symfony\Component\Form\FormView {#931 …5} |
| full_name | "contacto[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_email" |
| label | "Email profesional" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_email" |
| valid | true |
| value | "" |
telefono
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 | [ "placeholder" => "Introduce tu teléfono de contacto" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
[ "placeholder" => "Introduce tu teléfono de contacto" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| label | "Teléfono" |
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" => "Introduce tu teléfono de contacto" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| 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 {#586 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#693 …} -namespace: Closure() {#709 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#866 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" |
| 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() {#868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#77 …} $message: Closure() {#867 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Introduce tu teléfono de contacto" "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_contacto_telefono" ] |
| cache_key | "_contacto_telefono_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#932 -errors: [] -form: Symfony\Component\Form\Form {#919 …} } |
| form | Symfony\Component\Form\FormView {#933 …5} |
| full_name | "contacto[telefono]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_telefono" |
| label | "Teléfono" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telefono" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_telefono" |
| valid | true |
| value | "" |
tipoNegocio
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" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
[ "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| choices | [ "Selecciona una opción" => "" "Clínica veterinaria" => "veterinaria" "Residencia/Hotel para mascotas" => "residencia" "Tienda de mascotas" => "tienda" "Otro" => "otro" ] |
[ "Selecciona una opción" => "" "Clínica veterinaria" => "veterinaria" "Residencia/Hotel para mascotas" => "residencia" "Tienda de mascotas" => "tienda" "Otro" => "otro" ] |
| label | "Tipo de negocio" |
same as passed value |
| placeholder | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Selecciona una opción" => "" "Clínica veterinaria" => "veterinaria" "Residencia/Hotel para mascotas" => "residencia" "Tienda de mascotas" => "tienda" "Otro" => "otro" ] |
| 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 {#586 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#693 …} -namespace: Closure() {#709 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Tipo de negocio" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#77 …} $message: Closure() {#886 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contacto_tipoNegocio" ] |
| cache_key | "_contacto_tipoNegocio_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#956 +data: "" +value: "" +label: "Selecciona una opción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#957 +data: "veterinaria" +value: "veterinaria" +label: "Clínica veterinaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#958 +data: "residencia" +value: "residencia" +label: "Residencia/Hotel para mascotas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#959 +data: "tienda" +value: "tienda" +label: "Tienda de mascotas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#960 +data: "otro" +value: "otro" +label: "Otro" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#934 -errors: [] -form: Symfony\Component\Form\Form {#922 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#954 …5} |
| full_name | "contacto[tipoNegocio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_tipoNegocio" |
| is_selected | Closure($choice, $value) {#962 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Tipo de negocio" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "tipoNegocio" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_tipoNegocio" |
| valid | true |
| value | "" |
estado
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Pendiente" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
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 | 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 {#586 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#693 …} -namespace: Closure() {#709 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#902 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() {#904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#77 …} $message: Closure() {#903 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contacto_estado" ] |
| cache_key | "_contacto_estado_hidden" |
| compound | false |
| data | "Pendiente" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#963 -errors: [] -form: Symfony\Component\Form\Form {#925 …} } |
| form | Symfony\Component\Form\FormView {#964 …5} |
| full_name | "contacto[estado]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_estado" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "estado" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_estado" |
| valid | true |
| value | "Pendiente" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "ad2a378a051ea8db6f7008e89e1c.GyCNIKGix8qDE40WZuLioZChbktSDAMbTzGgi9ZoCTc.YVTHeJXrg_LZePtzHLOmxfLTWToWQ2UrG3PVs5kOZ099TbUZ4s238uhi7g" |
| 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 | "ad2a378a051ea8db6f7008e89e1c.GyCNIKGix8qDE40WZuLioZChbktSDAMbTzGgi9ZoCTc.YVTHeJXrg_LZePtzHLOmxfLTWToWQ2UrG3PVs5kOZ099TbUZ4s238uhi7g" |
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 {#586 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#587 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#693 …} -namespace: Closure() {#709 …} } |
| data | "ad2a378a051ea8db6f7008e89e1c.GyCNIKGix8qDE40WZuLioZChbktSDAMbTzGgi9ZoCTc.YVTHeJXrg_LZePtzHLOmxfLTWToWQ2UrG3PVs5kOZ099TbUZ4s238uhi7g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#977 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() {#979 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#77 …} $message: Closure() {#978 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contacto__token" ] |
| cache_key | "_contacto__token_hidden" |
| compound | false |
| data | "ad2a378a051ea8db6f7008e89e1c.GyCNIKGix8qDE40WZuLioZChbktSDAMbTzGgi9ZoCTc.YVTHeJXrg_LZePtzHLOmxfLTWToWQ2UrG3PVs5kOZ099TbUZ4s238uhi7g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#989 -errors: [] -form: Symfony\Component\Form\Form {#985 …} } |
| form | Symfony\Component\Form\FormView {#980 …5} |
| full_name | "contacto[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto__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 | "_contacto__token" |
| valid | true |
| value | "ad2a378a051ea8db6f7008e89e1c.GyCNIKGix8qDE40WZuLioZChbktSDAMbTzGgi9ZoCTc.YVTHeJXrg_LZePtzHLOmxfLTWToWQ2UrG3PVs5kOZ099TbUZ4s238uhi7g" |