I am using django 3.0.2. 1. The row can be added visually for inlineformset in the website, however, the row dynamically added cannot save to database. 2. The row removed from the inlineformset is just hidden and can still be sent to the database, I don't want this to happen. Any idea to fix it, thanks.