Alex Sáenz
Results
2
comments of
Alex Sáenz
Guys, I had the same issue here: i have a form with two nested forms in it, and the second form's add button appends a first nested form's item, I...
@epulgaron You have to adjust your controller to process the nested forms. Use Xdebug to check the values on execution and find data you need in \Yii::$app->request->post(), there is a...