Forking options when the user is a maintainer and in a group
Are these scenarios still applicable for a user that's a maintainer in a group?
Or does our [new fork form](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53544) not have this distinguishment?
### Allows user to fork project to group or to user namespace
This is the old way:
<img src="/uploads/466dc527f6fc2d73d406617b9e6ccf59/image.png" height=300px>
### Allows user to fork project to group and not user when exceeded project limit
This is the old way:
<img src="/uploads/03f9ddbb5cbcb9e3b702d210ee47b51d/image.png" height=300px>
### Links to the fork if the project was already forked within that namespace
This is the old way:
<img src="/uploads/b888277ca95727b1239a351da1c79fe9/image.png" height=300px>
### More info
These functionalities were requirements that existed in our old testing spec file > https://gitlab.com/gitlab-org/gitlab/-/blob/a8063e249382969ac1ddddcd2ecef88a6f0265d4/spec/features/projects/fork_spec.rb#L251
issue