10-05-2024 - Andrés Cruz
Formulario We will see how to create a textarea in Django using Django forms.
10-05-2024 - Andrés Cruz
Formulario Veremos como crear un textarea en Django mediante los formularios de Django.
12-04-2024 - Andrés Cruz
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.
12-04-2024 - Andrés Cruz
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.
03-10-2023 - Andrés Cruz
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.
28-09-2023 - Andrés Cruz
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.
24-09-2023 - Andrés Cruz
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.
08-08-2023 - Andrés Cruz
Formulario We will see how to use form type components in Vue with the v-model to create and/or edit records.
13-07-2023 - Andrés Cruz
Formulario Learn how to process a form in Django and insert the validated data into the database.
09-07-2023 - Andrés Cruz
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.