I'm wondering if there is a standard for forms. I mean, when you write a form in HTML, one usually writes it based on its needs, without taking care of its HTML structure.
I ask this because I'm working on a Form generator in PHP. I want to make something easy to use and a generated HTML code easy CSS-customizable.
There are some Form generator from Zend, Symphony but I find them a bit difficult to use. Too many concepts in Zend (a class for each type of input) and for Symfony, you must embed the whole framework.
So if we can find a rather good form structure standard for every kind of forms, it could be a nice step forward for my work and for everyone :)