Anuncios Libros Cursos Categorías

How to create a Textarea in a Django form

10-05-2024 - Andrés Cruz

Formulario We will see how to create a textarea in Django using Django forms.

Continuar leyendo


Cómo crear un Textarea en un formulario Django

10-05-2024 - Andrés Cruz

Formulario Veremos como crear un textarea en Django mediante los formularios de Django.

Continuar leyendo


GET and POST requests, CSRF token and forms in Django

12-04-2024 - Andrés Cruz

GET and POST requests, CSRF token and forms in Django

Formulario We are going to create a form in HTML and configure a view to process the request, we will see how to use CSRF tokens, POST requests among others.

Continuar leyendo


Peticiones GET y POST, token CSRF y formularios en Django

12-04-2024 - Andrés Cruz

Peticiones GET y POST, token CSRF y formularios en Django

Formulario Vamos a crear un formulario en HTML y configurar una vista para que procese la petición, veremos como emplear los tokens CSRF, peticiones POST entre otros.

Continuar leyendo


This is how serialize works in jQuery

03-10-2023 - Andrés Cruz

This is how serialize works in jQuery

Formulario The .serialize() method provided by jQuery allows you to create a text string in URL-encoded notation; The serialize method is perfect for working with forms and sending data to PHP via Ajax.

Continuar leyendo


New Form Fields in HTML5 (Quick Guide)

28-09-2023 - Andrés Cruz

New Form Fields in HTML5 (Quick Guide)

Formulario In this article I will try to show you the new fields that HTML5 brings us; As we will see, there are many specific "types" for each type of field; going through various date formats until reaching others such as email, url, ranges, among others.

Continuar leyendo


The formAction attribute in HTML

24-09-2023 - Andrés Cruz

The formAction attribute in HTML

Formulario This entry explains the formAction applicable to submit type inputs overriding the action attribute of the form. This entry explains the formAction applicable to input types submit overriding the action attribute of the form.

Continuar leyendo


How to easily reuse forms in Vue

08-08-2023 - Andrés Cruz

How to easily reuse forms in Vue

Formulario We will see how to use form type components in Vue with the v-model to create and/or edit records.

Continuar leyendo


Working with forms in Django, creating a record

13-07-2023 - Andrés Cruz

Working with forms in Django, creating a record

Formulario Learn how to process a form in Django and insert the validated data into the database.

Continuar leyendo


What are they, and how to create a form with Django?

09-07-2023 - Andrés Cruz

What are they, and how to create a form with Django?

Formulario We are going to explain various aspects of forms in Django and how you can create a form and render it in a template.

Continuar leyendo