I recently bought the SEBLOD Form & List Pack plugin to show a related list-view within my content-items.
Here is what i want to achive:
1. Content Form & View has a conditional select to get related team members.
(first step select: department, second step: team member)
What i get from conditional select is the article id of the team member.
The conditional select is wrapped in a groupx to allow adding more than one team member.
2. Now i want to use SEBLOD Form & List Pack plugin to show a list of related team members in content view.
I prepared the list view for the team member list and added article id field.
I added list field to my content view but it shows all team members.
How can i filter the list field by the art_id field value from my conditional select?
I tried different values under field filtering in the list field but it always show all team members in content view,
I tried:
art_id=team_select_einrichtung (this is one of the conditional select fields in my groupx)
art_id=select_team,0,team_select_einrichtung (select_team is my groupx field)
art_id=select_team,x,team_select_einrichtung
Can you help using the value from my groupx field in the list plugin?