Formloader and context

0
How should I use the 'Requires Context' of the formloader widget?
asked
1 answers
0

You should enable 'requires context' if the form in the loader needs a context object (e.g., it contains a dataview at the root). The context of the widget should be of the same type as the object required by the form, as it is passed along.

answered