Input fields not displaying- Django inlineformsets
I am using an inline formset so the user can upload multiple images and also I can receive related information together e.g. the ingredient, quantity and unit.
Django Inline Formset data not saving
I have created an inline formset which works exactly as I planned on the frontend side-