Handle additional fields of many to many relationships in forms

Unfortunately I don’t have any samples I can supply, just some more notes that I hope will help.

Let’s say that you’ve named that field match_formset. Since that variable is now another field in the form, it would be rendered in your form as form.match_formset. How that formset gets rendered depends upon the formset and the underlying form being replicated.