Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Formsets like for repeated group of fields in one form #192

Open
irugoy opened this issue Apr 19, 2022 · 0 comments
Open

Support Formsets like for repeated group of fields in one form #192

irugoy opened this issue Apr 19, 2022 · 0 comments

Comments

@irugoy
Copy link

irugoy commented Apr 19, 2022

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant