one of the forms I need is a combination of simple fields (for example, "Department", "Construction" and "RoomNumber") and dynamically generated pairs of fields (for example, "Name" and "Email"). Ideally, editing the contents of simple fields and adding / removing pairs of dynamic fields would be done in one form.
Coding, I'm wondering if trying to embed a Formset (forms with two dynamic fields) as a field in a regular form is a reasonable approach or if there is other best practice to achieve what I do.
Thanks so much for any advice on these issues,
source share