Answer the question
In order to leave comments, you need to log in
ZF2 - How to validate Zend\Form\Element\Collection?
I have this element in my form.
$this->add(array(
'type' => 'Zend\Form\Element\Collection',
'name' => 'orders_tourists',
'options' => array(
'should_create_template' => true,
'allow_add' => true,
'target_element' => array(
'type' => 'Zend\Form\Element\Text',
)
)
));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question