Skip to content

Instantly share code, notes, and snippets.

@lb-
Created September 3, 2017 12:11
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