Zend Framework 3 - Add and Remove new input element section using javascript
问题 I want to add multiple school locations in zend-form on click of anchor tag or button. So that zend form validation can be applied to all dynamically created fields Please see attached image.I want to clone div with in red border in image Below is SchoolController Class <?php namespace Application\Controller; use Zend\Mvc\Controller\AbstractActionController; use School\Service\SchoolManager; use Doctrine\ORM\EntityManager; use Zend\View\Model\ViewModel; use Application\Form\AddSchoolForm; use