Skip to content

Releases: labd/wagtailstreamforms

Release 1.3.0

24 Oct 12:37
Compare
Choose a tag to compare
  • A form and it's fields can easily be copied to a new form from within the admin area.

Release 1.2.3

23 Oct 09:24
Compare
Choose a tag to compare
  • Fix paginator on submission list not remembering date filters

Release 1.2.2

21 Oct 22:09
Compare
Choose a tag to compare
  • Form submission viewing and deleting permissions have been implemented. See docs

Release 1.2.1

21 Oct 00:57
Compare
Choose a tag to compare

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

19 Oct 21:24
Compare
Choose a tag to compare

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 wagtail before_serve_page hook so you will need to remove this mixin. Please see docs for further info.

Release 1.1.1

18 Oct 14:57
Compare
Choose a tag to compare
  • Fixed bug where multiple forms of same type in a streamfield were both showing validation errors when one submitted

Release 1.1.0

17 Oct 08:15
Compare
Choose a tag to compare
  • Added ability to create custom form submission models
  • Bug fixes

Release 1.0.0

14 Oct 00:20
Compare
Choose a tag to compare

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.