ZF3 Form and Dynamic Fields

Hello folks, I need help creating dynamic form fields using zend form and javascript.

I want to create extra fields in a form to allow users to enter extra product attributes during “runtime”.

I appreciate any help.

Cheers

This case is covered in the documentation: zend-form - Form Collections
There you will find also the JavaScript code.

Thank you very much,

I will have a look at it now.