wagtailstreamforms
wagtailstreamforms copied to clipboard
Support Formsets like for repeated group of fields in one form
First of all thanks for this great package.
Expected behaviour
We are using wagtailstreamforms to create forms for registering participants to an event. By now only one participant can be submitted at a time.
We have been asked to enable multiple participants on one form, in Django that can be done by using Formsets. Is there away to doing with wagtailstreamforms, what would you suggest would be the best way to go for adding this support?
Actual behaviour
Only a unique set of fields can be submitted
Thanks in advance,