Created
September 3, 2017 12:11
-
-
Save lb-/63646015d9c28797cff15c72fe381e14 to your computer and use it in GitHub Desktop.
Wagtail Forms - Upload Image Field - Utilise ExtendedFormBuilder Class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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