Rutas de Aprendizaje Libros Cursos Categorías Anuncios

WTForms forms in Flask 3

28-10-2025 - Andrés Cruz

WTForms forms in Flask 3

Flask Forms are a crucial part of web applications, the WTForms package provides several fields to which we can apply validations on the server and client side.


How use the pattern attribute to validate forms using Regular Expressions in HTML5

09-12-2025 - Andrés Cruz

How use the pattern attribute to validate forms using Regular Expressions in HTML5

HTML With the pattern attribute we can perform validations without using JavaScript libraries and without using external libraries, specifically regular expressions as we will see below; We will see how to validate, telephone numbers, ips, emails, texts, numbers,