wagtailstreamforms icon indicating copy to clipboard operation
wagtailstreamforms copied to clipboard

Support Formsets like for repeated group of fields in one form

Open irugoy opened this issue 4 years ago • 0 comments

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,

irugoy avatar Apr 19 '22 14:04 irugoy