A form, in many ways, is a critical interface of a Web application, rather any application. They still end up as frustration points for the user as well as the developer. Validations are popular, but there are some aspects which I have not read in many places. [Continue]
Luke Wroblewski has a great article on the various approaches for selection-dependent inputs. He clarifies what he means by selection-dependent inputs right in the beginning: Selection-dependent inputs are, in essence, a pretty simple concept: Once a user initially makes a selection from one or more options in a form, the user must provide additional input related to the selected option before submitting the form. … It’s worth pointing out that, in most cases, users cannot submit a form with selection-dependent inputs until they fill in the additional fields. [Continue]