/templated-form-collection

A viewHelper for ZF2 to allow an easier workflow handling complex collections and templates

Primary LanguageHTML

TemplatedFormCollection ViewHelper

This repository contains an example of handling Zend\Form\Element\Collection in complex nested scenarios using a custom template. It may be used as reference or guideline to achieve a common goal: beautiful forms.

Please see the code of the ViewHelper in module/Application/src/Application/Form/View/Helper and the usage of the ViewHelper in module/Application/view/application/form/*