I am considering implementing simple form builder in PHP OOP and integrate it into my MVC Framework.
Do you find form builder useful or is it pointless?
Do you prefer typing in HTML Form manually?
Form builders are useful but they can be a little complex to use. Personally i used Zend_Form and was very happy with it, even if they were a little hard to style