yii2 submitting one of several active forms

I have a page that has many copies of a activeform each with different parameters.

Each form has a collection of radio boxes and check boxes as well as its own <submit> button, that should only submit that one form to a common controller action.

I have not been able to figure out all the pieces to make this work

Thanks

John