Showing all 3 blog posts tagged with "forms".
-
Make ALL Your Django Forms Better
Website experiences need to be consistent as much as they need to be well thought out and aesthetically pleasing. Structure, visual design, user interactions, and accessibility ... Read more
June 18, 2018 -
3 Common Form Testing Issues (Plus 1 Helpful Tool)
Forms are something that I find myself testing frequently, whether it's an e-commerce checkout page or a new model in the Django admin. The challenge of forms is that users will... Read more
May 28, 2018 -
Creating Dynamic Forms with Django
What is a dynamic form and why would you want one? Usually, you know what a form is going to look like when you build it. You know how many fields it has, what types they are, a... Read more
May 7, 2018