This package is abandoned and no longer maintained!
Forms control for creating different replicated form blocks for Nette Framework
The best way to install ipub/forms-blocks is using Composer:
{
"require": {
"ipub/forms-blocks": "dev-master"
}
}
or
$ composer require ipub/forms-blocks:@dev
After that you have to register extension in config.neon.
extensions:
formsBlocks: IPub\FormsBlocks\DI\FormsBlocksExtension
Learn how to multiple dynamics blocks in your form in documentation.
Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/forms-blocks.