There is a page with a form to send document data to django. The form has several tabs (tabs). One tab for each type of document. For all types of documents one model in the database. On each tab of the form the same fields and the hidden field "document type" is transmitted. How to make that when sending the form, information from all tabs was entered into the database.