Hello I resort to this medium because I have already invested a lot of time looking for the solution and I can not find it.
I have two questions, one of the two will help me to solve an approach that I have:
1.- How can I pass parameters to the inlineformset?
2.- How can I read the value of a field of the parent form from the inlineformset?
The issue is that I need to filter the queryset of a select field in the inlineformset, with a value that happened in the url or that it places hidden in the parent form.
First of all, Thanks