PHPackages                             futuretek/yii2-dynamicform - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. futuretek/yii2-dynamicform

ActiveYii2-extension[Framework](/categories/framework)

futuretek/yii2-dynamicform
==========================

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.

1.1.1(2mo ago)03.0k↑18.4%Apache-2.0JavaScriptPHP &gt;=7.4.0

Since Oct 31Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/futuretek-solutions-ltd/yii2-ext-dynamic-form)[ Packagist](https://packagist.org/packages/futuretek/yii2-dynamicform)[ Docs](https://www.futuretek.cz/)[ RSS](/packages/futuretek-yii2-dynamicform/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

yii2-dynamicform
================

[](#yii2-dynamicform)

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist futuretek/yii2-dynamicform "*"

```

or add

```
"futuretek/yii2-dynamicform": "*"

```

to the require section of your `composer.json` file.

Demos
-----

[](#demos)

- [Demo 1](http://wbraganca.com/yii2extensions/dynamicform-demo1/) - (Address Book).
- [Demo 2](http://wbraganca.com/yii2extensions/dynamicform-demo2/) - (File Upload).
- [Demo 3](http://wbraganca.com/yii2extensions/dynamicform-demo3/) - (Nested Dynamic Form).

Usage
-----

[](#usage)

\###Hypothetical Scenario [![Database](https://camo.githubusercontent.com/101e97b389a1d44a9506fb86bf1a27d7b2ff09fe0e24250d7a961937ec72830d/687474703a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2f6879706f746865746963616c2d7363656e6172696f2e6a7067)](https://camo.githubusercontent.com/101e97b389a1d44a9506fb86bf1a27d7b2ff09fe0e24250d7a961937ec72830d/687474703a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2f6879706f746865746963616c2d7363656e6172696f2e6a7067)

\###The View

```
