Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Your conditional is probably incorrect if the field is a multi-checkbox. For multi-checkbox you need to use the Contains operator and not the Equal To operator. Equal To is literal match of "VALUE = VALUE". A multi-select field stores the values as Value1|*|Value2|*|Value3, etc.. so Equal To does not work when multiple values are selected.So one checkbox to one group works.
But multiple checkboxes to multiple groups don't.
Correct.The My groups link is only for the groups actually created by the user, not for joined groups.
No, not currently. Next release of GJ will have such a page though.Is there a menu link for a user to see at a glance all the groups they belong to?
Please Log in or Create an account to join the conversation.