Django how to store forms data from several pages into one table -
Django how to store forms data from several pages into one table -
i'm building django project, , creating user profile app. want user finish creating profile process in multiple pages. example: first page fill in address , phone number, , user click "continue" sec page, user can fill in other things gender, date of birth. want store info 1 table.
what used store first page's info hidden field, , pass next page , submit them @ final page. right , secure way? how django handle condition?
thank you.
use django's formwizard
django django-forms django-users
Comments
Post a Comment