wagtail-flexible-forms
wagtail-flexible-forms copied to clipboard
The future official Wagtail StreamField-based form builder
Hi Bertrand, thanks for all the amazing work you've been doing with the crowdfunded wagtail projects! When a form is submitted and successfully completed, the `SessionFormSubmission` model's `status` attribute is...
This project is set up nearly identically to our other packages, https://github.com/coderedcorp/wagtail-seo and https://github.com/coderedcorp/wagtail-cache. So the basic unit tests can probably be copied from one of those projects as a...
The page preview throws 500 errors on a new page until it is saved at least once. I'm guessing this is because we are querying the steps by using the...
It seems like there's no way to define a required checkbox field. This is useful for users to acknowledge terms of service or other things that require explicit opt-in. I...
Fixes final line of Installation docs: ``` Now, you can begin adding a form. ```