How to have two dynamic forms in one view

I’m using yii2 - dynamicform,now I need to show more of a dynamic form in the same view ,the visual part I realized without problem, but when I create the second form doesn’t(I must show 4 form in the same view)the first works perfectly ,but others do not save the data in the model,what I need is an example of a _controller to see how it works in this case,because I am sure the problem is there. Thank you

these are my tables:

table A (main model)

id_a (pk)

data1

data2

table B (child)

id_a_fk (pk)

data 1

data 2

table C

id_a_fk (pk)

data1

data2