On my site the editor needs to pick teams. I don't want the editor to be able to pick the same person for two different teams. How do I hide people who have already been chosen for a team?
I have a list of people in a folder called 'people', where each file is one person with their name and other details.
I have a list of teams in a folder called 'teams'. The fieldset for a team includes a members field:
members:
display: list of members
type: suggest
content:
folder: people
label: title
value: title
The 'hide_selected' tag prevents people being chosen twice for the current team, but it doesn't stop the same people being selected for another team.
Anyone know how to do this?