Django bootstrap modal upade with another modal

I have modal with with table and trying to make this table editable - only add new content needed. Here is the first modal: first modal

Once I click plus sign (+) it will open new modal with fields: second modal

What I need is once fileds in 2nd modal are fulfilled and click "Submit" it should add it to table in first modal.

Do you guys have and idea how to do it?

Back to Top