I added a views exposed filter
to block and I want to show the block multiple times on the dashboard
page each can have different choices. Can it possible without adding any other display
?
Or Can it be possible to change the make the id unique for each occurrences of same exposed filter
?
My Actual Need is :
I am using Homebox
module for creating a Dashboard
for user. I created a view
with block display
so user can add it in their Dashboard
multiple times. I added the Exposed filter
of taxonomy terms
and I entered the choices of user in my custom table
. Now user can add same block with different choices. My questions is how to manage different choices with blocks
,because exposed filter
have same form id on each occurrences.