Home:ALL Converter>Django - Grabbing data from a sequence of forms and saving them at once

Django - Grabbing data from a sequence of forms and saving them at once

Ask Time:2019-01-02T15:20:36         Author:Majid

Json Formatter

Using django, I want to grab data from multiple forms before saving it to database, the purpose is to force user to enter all the data required.

How can I achieve this?

Note: Currently I'm using html tabs for my sequence of forms.

Thanks, Majid

Author:Majid,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/54002632/django-grabbing-data-from-a-sequence-of-forms-and-saving-them-at-once
Arpit :

You should try with Django FormSets\n\nhttps://docs.djangoproject.com/en/2.1/topics/forms/formsets/",
2019-01-02T07:25:24
yy