My task is to create list of inputs which have name like phot开发者_StackOverflow社区oForm[name][1].
how can i get this table from my ZEND_FORM? <table> <tr> <th>label 1</th> <th>label 2</th>
An easy question. I have a Zend_Form_Element_Radio element in my form with multioptions. I\'d like to remove an option in my controller.
I have a few elements in my zend form that are sometime hidden via javascript. I would like to disable their validations if they are hidden, so the form will be valid.
hi guys this error is rendered when i submit my form this error is File \'captured_photo\' exceeds the defined ini size
In a form, I have the following element: $email = new Zend_Form_Element_Text(\'username\'); $email ->setLabel($this->getView()->l(\'E-mail\'))
I have a form with two select boxes: country and city, city depending on the selected country. Note that the city field is populated dynamically when a country is selected using Ajax.
I have built a zend form element for html content开发者_JAVA百科 (general notes). class Sistema_Form_Note extends Zend_Form_Element_Xhtml {
Using Zend_Form, how would I create form elements like this: <input type=\"text\" name=\"element[0][name]\" value=\"\" /&开发者_开发问答gt;
I have a Zend_Form with multiple Multicheckbox element, the thing that I want is to give them all the same name: categories[].