Mathias,
I've managed to add portals for user selection based on the candidate fields, like this...
How do I alter this so it is set up for usrArray instead of candidate fields?
I've managed to add portals for user selection based on the candidate fields, like this...
Code:
<portal
id="menu"
style="menuNormal">
<menu_things
field="usrChosen1"
component="none"
maxvisible="20"
usepicksfield="usrSource1"
candidatefield="usrCandid1">
<candidate></candidate>
</menu_things>
</portal>
How do I alter this so it is set up for usrArray instead of candidate fields?