I've been waiting for advice on how to use http://drupal.org/project/related_subform. Anyone able to help me get started? I've installed the module, but there is no admin menu for it, and it doesn't show up in other likely admin spots.
The only reason I'm looking at this module is because I need to allow users to add 'groups' of fields within a content type. e.g.
- content type = Bio
- group 1 = Publications
-- subfield 1 = Type {Book, Chapter, etc}
-- subfield 2 = Title
-- subfield 3 = Publication year
etc
This allows a user to create a bio node, and add n number of publications to their profile. I was hoping the http://drupal.org/project/related_subform, but in the absence of any documentation/howtos I might have to create a CCK widget. Advice on http://drupal.org/project/related_subform or a general approach is appreciated.