I need to wrap zend form error messages in custom html. <div class=\"cerror\" id=\"ID-error\"> <div class=\"ui-widget\">
Not really sure how to frame this question, so bear with me. On my form, I have categories with multiple fees. I want the categories to be a header or caption with the fees rendered as radio buttons l
I\'m trying to add a plain text node in a zend form - the purpose is to only dispay some static text.
I am creating a Zend Form to allow the user to change the current Locale from a list saved in my DB. I would like to know how to add more attribs to the option list.
I have an image element in my Zend_Form. $dropDownButton = new Zend_Form_Element_Image(\'image_button\');
I am using ViewScripts to decorate my form elements.With radio elements, the separator can normally be overridden, but the override is being ignored when I use the ViewScript.
Currently I can add a Zend Form element dynamically to a form after it is first loaded. 开发者_JAVA技巧 I do this through a mouse click and some ajax.However, I want to add the exact same element with
I would like to add a simple check box to my form: $element = new Zend_Form_Element_Checkbox(\'dont\');