Usually, in a wizard, we declare forms or formsets in static way, for example with something like:
form_class=formset_factory(MyForm, min_num=1, extra=5) # l