Problem/Motivation
It does not appear to be possible to place field groups on the User entity form.
Steps to reproduce
Enable the module.
Go to the user entity form display settings page (admin/structure/types/manage/article/form-display).
Proposed resolution
Fix the bug that prevents the Field Group functionality from working on the User form settings.
Remaining tasks
Fix the bug.
User interface changes
It will be possible to position fields inside a field group on the User entity form settings.
API changes
TBD
Data model changes
TBD
| Comment | File | Size | Author |
|---|
Comments
Comment #2
swentel commentedHmm, works fine here. What exactly doesn't work?
Comment #3
damienmckennaI don't see the "+ Add field group" button:
Article content type form display settings:

User form display settings:

FWIW this is on a Drupal 10 site, if that makes any difference.
Comment #4
swentel commentedwow, that's weird, is that D10, or D9 with claro?
- update - to fast :)
Ok so D10 beta2, or head?
Comment #5
damienmckennaFYI I manually loaded /admin/config/people/accounts/form-display/add-group, the form loaded and I was able to add a group that then did show up on the form display page, so the problem may be limited to how the "+ Add field group" button is added.
Comment #6
damienmckenna10.0.0-beta2.
Comment #7
swentel commentedFunky. Well, it's added by FieldGroupLocalAction.php which hasn't changed since 2019 hehe.
This is weird. On head, I definitely see it, so not sure if there's something weird on beta2 with claro.
Checking the core queue now just in case because I can't really think of anything right now.
Comment #8
swentel commentedJust wondering, could you check with with an inspector or view source if the block-claro-local-actions block is rendered?
Comment #9
damienmckennaNo, it isn't.
And I confirmed that the link does display on a local copy of the current 10.0.x, so let's wait for the next core release to see if the bug resolves itself.
Comment #10
damienmckennaI rebuilt the site's cache and the link is visible now. Go figure.