You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: