Hello, Jeff,
Three options I'd look at, in this order:
http://drupal.org/project/cck_fieldgroup_tabs
http://drupal.org/project/wizard -- this will need some development attention, but would be an amazing module to have working cleanly
http://drupal.org/project/pageroute -- this might not be your exact use case, because this provides a path to create multiple nodes.
Cheers,
Bill
Jeff Beeman wrote:
Does anyone have any experience or comments on creating content types with CCK that have lots of fields? I am considering it's use in a project where content types would need 30, 40, maybe even 50 fields.
If performance isn't an issue, what about UI? Are there ways to break node submission into several pages? The groups would be at least a good start for node submission, but it'd be nice in this case if it were a little more "wizard"-ish.
Jeff Beeman