Form AND formet at the same time in ONE Formwizard step

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?

+3
source share
1 answer

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!

0
source

All Articles