Associating fields with groups and subgroups
-
Hello,
This might be an odd question but I can’t seem to find the answer anywhere, I am building a site that will allow users to join in nested groups upon registration. I am facing multiple issues.
During registration I’d like the user to do the following
Choose a “governing body” from a select box
Depending on the choice the user is presented with another select box that contains options (jurisdictions) from the above governing body
Then after they choose they are presented with another select box that contains “Entities” in the chosen jurisdiction
Basically cascading selectboxesWhat I have done so far
Created Groups and subgroups using
BP Group Organizer
BP Group Hierarchy
Created conditional fields using
Conditional Profile Fields for BuddyPress
This works fine with one problem, the conditional functionality lies in the fields visibility therefore showing depending on the option rather than changing its values, this would mean I create hundreds of the same fields with different options.
Also how would I associate these fields with the groups such that after the user has registered they are automatically part of this groups?
- The topic ‘Associating fields with groups and subgroups’ is closed to new replies.