0
votes

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

1
Just thinking - instead creation of 1 - N additional fields you can change how many values can have field (from 1 to unlimited). If all fields are equal regarding structure. In this case you can just change field settings. - Vadim Eremeev
Good idea - can you elaborate more on how to do in in Durpal CCK UI? Each field becomes a column in a table in DB. Each row corresponds to a node. So, I am not sure how you can do it in Drupal CCK. Yes, all the fields are of text structure. - user1680784

1 Answers

0
votes

Did not realise there was a property for selecting number of fields with unlimited option that can be selected - thought it might help who might have overlooked that field.