Top "Zend-form" questions

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

Disable notInArray Validator Zend Framework 2

Is there a way to disable notInArray Validator in Zend Framework 2. All the info on the internet shows how to …

zend-form zend-framework2 validation
Using "." for decimals in zend validator float

I have a form with a element called "price". I validate this element with the "float" validator. The thing is …

mysql zend-framework zend-form zend-validate zend-locale
Appending or Prepending HTML Tags to Zend Form Element

For the purposes of styling I have the need to put an opening <div> at the beginning of …

zend-framework zend-form zend-form-element zend-decorators
How to add custom HTML Tag with Zend Form Description

Consider I would like to display Checkbox, Checkbox label and an image there after. How can I create a view …

php zend-framework zend-form
How to generate subform of form - Zend Framework

I have a form with all field that map an object. Of this, i would generate a subform within of …

zend-framework zend-form zend-form-sub-form
Zend Framework 2 - Translate Standard Form Validation and Error messages

I'm writing a complete German application and therefore need to set basically everything to German. My question: What is the …

php validation zend-form zend-framework2 zend-translate
Zend_Form_Element_File to rename file saving extension

I use Zend Form and upload file. I need to rename and user addFilter for it. But if I try …

zend-framework file-upload zend-form
ZendFramework - How to create optgroup and there option using view helpers?

How do i create this with $this->formSelect() ? <select multiple> <optgroup label="a"> <option&…

php zend-framework zend-form
Phone number validation using zend framwork

I am using below code to validate by phone number in my project, $phone = new Zend_Form_Element_Text('phone', …

php zend-framework zend-form zend-validate
Add class attribute to Form Errors

I´m developing an application using Zend Framework 2 and I use FormRow helper to render a label, the input and …

php css zend-form zend-framework2