Re: Problem to style form fields with error

2024-04-25 Thread Guido Luis Dalla Vecchia
Here I attach the relevant parts of the files "views.py", "index.html" and "forms.py" so you can check them out. Thanks! El jueves, 25 de abril de 2024 a las 11:36:03 UTC-3, Ryan Nowakowski escribió: > Can you share some code snippets? > > > On April 24, 2024 6:28:18 PM CDT, Guido Luis Dalla

Problem to style form fields with error

2024-04-24 Thread Guido Luis Dalla Vecchia
Hello! I'm building my first website with Django and I've been stuck for the past two months with a problem I can't figure out. My website has a form with three fields that allow the user to input his first name, last name and email. In my "forms.py" file, I've declared "clean" methods for each