modal form passing value from the action
In my view I have the following action:
this work pretty well, and I'm able to fetch my data from fillForm on the component:
but I need to pre-fetch some options (extracting them from database) using the same $arguments['member_id']. So something like this, but here the $arguments is not available
Any clue on how to archive that?
Thank you
1 Reply
try