Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Register Fields Not Reading “Second Group” In Admin Panel..


r-a-y
Keymaster

@r-a-y

To find the profile group id, navigate to “BuddyPress > Profile Field Setup”.

Then under the profile group you want, hover over the “Edit” or “Delete” link.

You should see a link that looks like this:
`/wp-admin/admin.php?page=bp-profile-setup&mode=edit_group&group_id=2`

“group_id” is the variable you’re looking for.

The alternative is to remove the `’profile_group_id=1’` declaration in the register template, that should show all profile fields that you have created.

Skip to toolbar