wagtailstreamforms icon indicating copy to clipboard operation
wagtailstreamforms copied to clipboard

What happened when a FormBuilder met a StreamField

Results 55 wagtailstreamforms issues
Sort by recently updated
recently updated
newest added

Hello maintainers, Are there any plans to introduce wagtail 3.0 support? I'm migrating my site to wagtail 3.0 and would love to use this package.

This change just refactors the code a bit by creating new methods to override when subclassing `FormBuilder` or `FormFieldStreamBlock` for customization: * In `FormBuilder`, created: `create_field_class` and `create_field_name` * In...

When trying to crate a new page in the example django app in the project the following error happens. Seems to relate to the `FormChooserBlock` as when I comment out...

I tested the example project w/ version 3.0.3 and it seemed to work. tox ran and all tests passed. Was able to create a basic form, a page, publish the...

- fix thursday translation (nl) - add translation for wednesday (nl)

Hi Lab Digital!The [Wagtail 3.0 first release candidate](https://github.com/wagtail/wagtail/discussions/8362) is out. There are large UI changes in this release, for which we have [reviewed expected breakage in third-party UI customisations](https://github.com/wagtail/wagtail/discussions/7739#discussioncomment-2615089). This...

Is there a way to have the save form submissions hook be auto enabled? Currently I forget to enable that setting sometimes which leads to missed submissions.

It's useful to have an option to show the form reference field in the list view and export. To help track the "source" when embedding a stream form into different...

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...

Allow a developer using this package to only load fields they require, ie you should be able to stop a content editor from building forms with the likes of file...

enhancement
3-dev