I read the manual many times, I looked through the posts Google offers on this subject, I even bought a couple of books that deal with ZF. Now why am I still confused?
I can, using Zend_Form, create a form that validates and functions normally. What I cannot do is make the form look as if I want it to look with the error messages I want to have. I need custom buttons, I need funky layouts, I want to insert text in the middle of the form, etc.
Does anyone have an easy way to achieve this kind of thing? Something that makes me feel like structure is saving me, not worth it? I could refuse the Zend form ... create my own form, get its action to go to the page to check and process the published data, and I could do it as fast as I can print, but I really want to "get "this and be able to use it as it was, apparently, intended.
Any tips? Any simple โwaysโ for custom buttons, funky layouts, and basic ones (or rather, advanced ones, because there are tons of basic tutorials that miss more complex problems) is โdoneโ with the zend form?
php zend-framework zend-form
Stuart Feb 11 '09 at 0:01 2009-02-11 00:01
source share