0👍
Call the form save function after validation.
if required_document_form.is_valid():
required_document_form.save()
- [Vuejs]-Json Object Not Updating In another function
- [Vuejs]-Check if same values appear in swatch gallery/document Vue JS
Source:stackexchange.com