Url generation from BulkAction
I want to generate Identity Cards for selected members from my
The identity cards will be visible to user before printing on a new page.
I have created below bulk action to achieve the same. I have also created a custom page for this new
This works and the member IDs are passed to this custom route comma separated. But this exposes IDs to end user.
I would like to convert the route to
Please help with the same or suggest any other way of achieving this.
MemberResourceThe identity cards will be visible to user before printing on a new page.
I have created below bulk action to achieve the same. I have also created a custom page for this new
route.This works and the member IDs are passed to this custom route comma separated. But this exposes IDs to end user.
I would like to convert the route to
POST instead of GET so that I can pass the data to it.Please help with the same or suggest any other way of achieving this.