Top "Zend-form" questions

`Zend\Form` is a class provided by the Zend Framework, an open source PHP 5 object oriented framework.

Zend Form: Add a link to the right of a text field

I realize that I should be able to do this, but what can I say, I don't get it. I've …

php zend-framework zend-form
Zend Framework 2 - Form Element Decorators

I want to force the Zend form into Twitter Bootstrap style. I currently iterate through the form fields and write …

php zend-form decorator zend-framework2 zend-form-element
Zend Framework form with jquery

Any one a idea how to simply create a form with Zend_Form and jquery? I want to use Zend_…

php jquery validation zend-framework zend-form
How do I use ViewScripts on Zend_Form File Elements?

I am using this ViewScript for my standard form elements: <div class="field" id="field_<?php echo $this-&…

zend-framework zend-form decorator zend-view zend-form-element
How To Remove All DtDdWrappers and Labels on Zend Form Elements

I know I can remove the extra stuff from each element individually like so $button ->removeDecorator('DtDdWrapper') -&…

php zend-framework zend-form
Zend Framework Zend_Form Decorators: <span> Inside Button Element?

I have a button element that I've created like so: $submit = new Zend_Form_Element_Button('submit'); $submit->setLabel(…

php zend-framework zend-form
Zend form validation

I am using Zend Form to create dynamic form. I have Zend Form validation too. Trying to remove Validation dynamically, …

php zend-framework zend-form zend-validate
How does one add a 'plain text node' to a zend form?

I'm trying to add a plain text node in a zend form - the purpose is to only dispay some …

zend-form zend-form-element
zf2 form: populate select field with data coming from database

I'm learning zf2 and I'm facing a problem involving 2 (eventually more) modules working together. Note, I've carefully read this post (…

php zend-framework2 zend-form zend-db-table
Get error messages from Zend_Form and response as json

I'm trying to get error messages from Zend_Form and response as json. What is the best practice of getting …

php ajax json zend-framework zend-form