2010
Dynamic form generation
form = UserCreationForm(request.POST or None)
2009
Django Multiple Page Forms
Move both backwards and forwards through the form
IE6/IE7 Implicit Label Bug
I assume this is such an esoteric bug that I don't need to create recommendations on fixing it. I just wanted to document it in case someone else comes across this bug
2008
2007
Scrollable checklists
by 7 othersAn alternative to the select element with enabled multiple attribute
2006
CSS-Based Forms: Modern Solutions
Web-forms are responsible for the first contact with potential customers. Let's take a look, which modern solutions a web-developer can use, designing his/her next css-based form.
Web Forms 2 - jy[B]log
by 2 othersUn brouillon des spécifications de web forms 2 conçu par le WHATWG a été publié au W3C la semaine dernière.
2005
Des formulaires plus simples
by 19 others (via)Actions possibles sur un formulaire pour faciliter la lecture à l'écran, diminuer les sources d'erreurs possibles et le rendre plus simple d'utilisation.
ARC - Adam’s Radio/Checkbox customisation
by 6 othersThis is an experiment using Javascript and CSS to customize the appearance of radio buttons, WHILE remaining accessible.