-
Notifications
You must be signed in to change notification settings - Fork 3
Forms (sequential)
Eric Theise edited this page May 10, 2020
·
3 revisions
I used django-formtools to implement the Ecosystem survey and the initial, five-step flow for creating individual profiles. Historically, this functionality was built into Django but at some point it was broken out into a standalone package.
Because they were fresh in my mind, implementation details received a lot of attention in the Zoom-based Django primer I ran on 22 April 2020, which was recorded and made available to the IDRC team. The most concentrated coverage of django-formtools
is the Form Wizard page at readthedocs.io.