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

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

fanfromzp/yii2-dynamicform
==========================

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

v2.0.3(7y ago)011BSD-3-ClauseJavaScript

Since Nov 6Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (7)Used By (0)

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

[](#yii2-dynamicform)

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

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

[](#installation)

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

Either run

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

```

or add

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

```

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

Usage
-----

[](#usage)

\###Hypothetical Scenario [![Database](https://camo.githubusercontent.com/57cbbdb3241c7abdc79da5cec6a6879e79547513465171eeae2803fe2a9b9ac0/687474703a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2d64622e706e67)](https://camo.githubusercontent.com/57cbbdb3241c7abdc79da5cec6a6879e79547513465171eeae2803fe2a9b9ac0/687474703a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2d64622e706e67)

\###The View

```
