Created
September 3, 2017 12:11
Wagtail Forms - Upload Image Field - Utilise ExtendedFormBuilder Class
This file contains 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