YII2: Add multiple field in form via two saprate models

99 Views Asked by At

Create a multiple field form in YII2.

For example: I have 2 fields like username and number username store in one table while number store in other table. And user can add multiple number while click on add more. So how can we do that with yii2, with validation?

0

There are 0 best solutions below