Uni-Form v1.3 is on it's Way
Believe it or not, after circa two years I have made some improvements on the framework for HTML forms called Uni-Form. If you are not familiar with it, here’s the lowdown:
Uni-Form is an attempt to standardize form markup (xhtml) and css, “modularize” it, so even people with only basic knowledge of these technologies can get nice looking, well structured, highly customizable, semantic, accessible and usable forms.
Basically it is a set of form fields called ‘units’ that you simply stack in order to make your form. You have two form layouts to choose from – block labels with labels above the input fields, and inline labels with labels in-line with input fields. Inline layout is more suitable for wider areas, and block layout is for narrow columns, and some people argue that it is more ‘user friendly’ to have the labels above the input field.
Anyway, this version is by far nothing spectacular, please don’t assume that because of the huge gap in development, it is just a step closer to the desired effect of the ‘form markup standard’.

