Skip to content

Instantly share code, notes, and snippets.

@lb-
Created September 3, 2017 12:11
Show Gist options
  • Save lb-/63646015d9c28797cff15c72fe381e14 to your computer and use it in GitHub Desktop.
Save lb-/63646015d9c28797cff15c72fe381e14 to your computer and use it in GitHub Desktop.
Wagtail Forms - Upload Image Field - Utilise ExtendedFormBuilder Class
# definition of ExtendedFormBuilder or import from another file above the Formpage class
class FormPage(AbstractEmailForm):
form_builder = ExtendedFormBuilder
# the rest of the form page definition ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment