How can I achieve the ff. in zend using zend form:
<input type="text" name="list[]" />
<input type="text" name="list[]" />
Thanks in advance!
How can I achieve the ff. in zend using zend form:
<input type="text" name="list[]" />
<input type="text" name="list[]" />
Thanks in advance!
Hi, you can do this with:
Zend_Form::setElementsBelongTo($array):
For more information visit: