Need to split up group audience field (Organic Groups) into public and private fields
The group audience field lists all organic groups. I need it to be two separate fields, one listing the public groups and one the private. For the private, I need to have it filter down to only groups the current user is a part of, and if they aren't in any private groups, then I need to hide that. Can any one share a clue on how to do this?
Read moreI am trying to achieve 'Set cardinality of audience field per instance rather than globally'
I am trying to set different number of cardinality per instance
I have searched for how to do this, and I found Amitaibu's answer that I should use hook_form_alter() for it.
However...
I am fairly new to drupal, I just started building the site like a month ago, so I am really struggling to figure out exactly what to do...
I am to set the value to unlimited and use hook_form_alter() to change back to another value for specific content type...
