I\'m working with forms and sub forms lately. I\'ve created the following: $form = new Application_Form_Cv();
I have a form in Zend_Form that needs some checkboxes and I\'d like them to be regular old checkboxes.You know, you give em a name and a value.If they are checked your post data contains name=>value.
I am creating a Zend form. when i have submit the form then error messages are not showing. It seems that validator is never triggered. This is my code:
I a开发者_C百科m new to zend framework. I have used zend form and decorators to make form using class and decorators. The form i created was simple register form.
I\'m having hard times on validating a file input from a zend form with ajax, basically I\'m able to get the error messages from the normal text inputs but never from the file input, even ifhardcode t
I am using zend forms and zend decorators. I want to create a sub-table in a parent table\'s td. like this:
I am using zend form and zend decorator to create a form. and I want to set a image after a text box. like this:
I have a Zend Framework form that has two submit buttons $changes = new Zend_Form_Element_Submit(\'save_changes\');
I\'m working on a project using Zend Framework. I\'m creating a form on which users can add a set of elements by pressing a + sign.
In zend framework, how do you guys remove the optgroup from a select element? Zend puts th开发者_开发知识库em by default but I don\'t want it.