wagtail-form-example
wagtail-form-example copied to clipboard
An example of implementing a Django form on a Wagtail site, without using the 'wagtailforms' module
Results
3
wagtail-form-example issues
Sort by
recently updated
recently updated
newest added
thanks for maintaining wagtail! I stumbled upon this repo during my attempts to create a django form within wagtail. Since the [docs](https://docs.wagtail.org/en/latest/reference/contrib/forms/index.html) link to this repo I thought I can...
Hi There, I was hoping you could include some code to allow existing entries to be edited using the same form. Previously when using Django natively I would use something...