PHPackages                             leparkour/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. leparkour/yii2-dynamicform

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

leparkour/yii2-dynamicform
==========================

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

v1.0.0(2y ago)170BSD-3-ClauseJavaScript

Since Sep 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/leparkour/yii2-dynamicform)[ Packagist](https://packagist.org/packages/leparkour/yii2-dynamicform)[ RSS](/packages/leparkour-yii2-dynamicform/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)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/b2955ded4a76c16b3d4ca18f19008f1e81a6882f2e4ed7088e6a0afb73fb337d/68747470733a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2f73616d706c652e6a7067)](https://camo.githubusercontent.com/b2955ded4a76c16b3d4ca18f19008f1e81a6882f2e4ed7088e6a0afb73fb337d/68747470733a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2f73616d706c652e6a7067)

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

[](#installation)

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

Either run

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

```

or add

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

```

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

Usage
-----

[](#usage)

\###Hypothetical Scenario [![Database](https://camo.githubusercontent.com/82d759191271faced43cc78c31e88f4b41b16252dcd6c28f1df54a9c540869f1/68747470733a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2f6879706f746865746963616c2d7363656e6172696f2e6a7067)](https://camo.githubusercontent.com/82d759191271faced43cc78c31e88f4b41b16252dcd6c28f1df54a9c540869f1/68747470733a2f2f7762726167616e63612e636f6d2f696d672f796969322d64796e616d6963666f726d2f6879706f746865746963616c2d7363656e6172696f2e6a7067)

\###The View

```
