I installed a plugin for group management into WP. I have a user that belongs to 4 groups. The group names are group1, group2, group3, and group4. I would like these group name fields to display in a dropdown list on a form. When the user accesses the form they will only get dropdown list of groups they belong to.
I am new to PHP dev so I am unsure which files would need editing in order to make this functionality work.