Releases: labd/wagtailstreamforms
Releases · labd/wagtailstreamforms
Release 1.3.0
- A form and it's fields can easily be copied to a new form from within the admin area.
Release 1.2.3
- Fix paginator on submission list not remembering date filters
Release 1.2.2
- Form submission viewing and deleting permissions have been implemented. See docs
Release 1.2.1
Bug Fixes:
- On the event that a form is deleted that is still referenced in a streamfield, we are rendering a generic template that can be overridden to warn the end user.
Release 1.2.0
New Features:
- In the form builder you can now specify a page to redirect to upon successful submission of the form, Thanks @NathanQ.
Breaking Changes:
- The page mixin
StreamFormPageMixin
that needed to be included in every page has now been replaced by a wagtailbefore_serve_page
hook so you will need to remove this mixin. Please see docs for further info.
Release 1.1.1
- Fixed bug where multiple forms of same type in a streamfield were both showing validation errors when one submitted
Release 1.1.0
- Added ability to create custom form submission models
- Bug fixes
Release 1.0.0
First release
- Forms can be built in the cms admin and used site wide in any streamfield.
- You can create your own form templates to display/submit how ever you wish to do it.
- We have included a mixin which will handle the form post if it is being submitted to the same wagtail page.
- Forms are catagorised by their class in the cms admin for easier navigation.
- Form submissions are also listed by their form which you can filter by date and are ordered by newest first.
- Recaptcha can be added to a form.
- You can also add site wide regex validators fo use in regex fields.