wbraganca / yii2-dynamicform

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
Other
435 stars 438 forks source link

Multiple dinamic forms on same page #133

Open YGugnin opened 8 years ago

YGugnin commented 8 years ago

https://github.com/wbraganca/yii2-dynamicform/blob/master/src/assets/yii2-dynamic-form.js#L268

I had problems with multiple forms (wrong ids calculation) $(widgetOptions.widgetItem).each(function(index) { fixed this problem

varmad commented 8 years ago

I am also facing the same issue, but your solution is not working. Could you please help me out on this..

Thanks, Varma

YGugnin commented 8 years ago

varmad, I think this is particular situation, so you have to look in to your code

YGugnin commented 8 years ago

use backend\components\dynamicform\DynamicFormWidget; dynamicform.zip

varmad commented 8 years ago

Issue resolved thanks for your help @YGugnin :+1:

lukBB commented 7 years ago

Hello, I have exactly same issue with multiple dynamic forms on same page. I tried the zip file and tried changing javascript with the code YGugnin provided. Still no luck. Could you please guide me to solve it I'm good at js. Thanks