Is there any way to generate two different edit screens, with different field sets, depending on what button is pressed? In other words, I want two different "Edit" buttons", each of which triggers Grocery CRUD's edit screen, but with different settings.
I know I can do this by writing my own views and just creating the appropriate actions, but I'd really rather leverage the view already in Grocery CRUD...