PHPackages                             bookin/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. bookin/yii2-dynamicform

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

bookin/yii2-dynamicform
=======================

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

v2.0.2(11y ago)0710BSD-3-ClauseJavaScript

Since Nov 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bookin/yii2-dynamicform)[ Packagist](https://packagist.org/packages/bookin/yii2-dynamicform)[ RSS](/packages/bookin-yii2-dynamicform/feed)WikiDiscussions master Synced yesterday

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

yii2-dynamicform fork from wbraganca/yii2-dynamicform
=====================================================

[](#yii2-dynamicform-fork-from-wbragancayii2-dynamicform)

[![Total Downloads](https://camo.githubusercontent.com/ca3e68b8226a7ff9db959329bedf0cbb89dc4ac84ec2b06f0a3c50104eaea489/68747470733a2f2f706f7365722e707567782e6f72672f626f6f6b696e2f796969322d64796e616d6963666f726d2f646f776e6c6f616473)](https://packagist.org/packages/bookin/yii2-dynamicform)

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility. [![yii2-dynamicform](https://camo.githubusercontent.com/080a83bde97652c9e46c6ab1b520d0b08af23a77f09296deceaef9711d965052/687474703a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2f73616d706c652e6a7067)](https://camo.githubusercontent.com/080a83bde97652c9e46c6ab1b520d0b08af23a77f09296deceaef9711d965052/687474703a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2f73616d706c652e6a7067)

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

[](#installation)

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

Either run

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

```

or add

```
"bookin/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

```
