Hello,
I'm trying to display a form view of a model returned by an action in a menu and display another form view of the same model in a different context ( by clicking on a button) but I'm getting the two different views displayed side by side.
First, I have tried inheriting the first view and used different priorities in, but I was always getting the inherited view displayed even if it has the highest priority.
Second, I have defined different form views of the same model without any inheriting, but I was getting views displayed one over the other.
I need help to display one of the "form" views, each in its appropriate context