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?