I am developing a custom content type by using CCK and new module as described in http://drupal.org/node/1044248
Besides the standard fields, it can have 1 - N additional fields. N is dynamic.
Instead of creating, say 5 pre-defined fields, I would like to support N fields, which the user can add as many he/she wants.
Is this possible to do using CCK in Drupal 6.X? Or, can it be done via any other way?
Thanks