How can I create a form and a set of forms together at one stage of my FormWizard, as I would do in normal mode?
The only solution I found was to add the forms directly to my context, returned to the view, and then to process_step to process the forms.
Hope this helps!