Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@stuartaccent stuartaccent released this 14 Oct 00:20
· 528 commits to master since this release

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.