I waana create a django form, A Shipper Detail, And box detail, and products details under Box. But the problem is i wanna add add infinite box, and each box i wanna add product details. I tried inlineformset but not saving the data. Plz help me
We need to see your code so far.
Welcome @rijogit007 !
To add a little to the previous response, we’ll need to see the view, form(s), models and templates to get a complete picture of what you’re trying to do here.
Please do not post images or screenshots of code or web pages unless absolutely necessary. Copy/paste the text of the code into the body of your post.
When posting code here, enclose the code between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```. This forces the forum software to keep your code properly formatted.