Any timeline for compound field support?
Folks told me compound filed will be supported in CCK 3. Is it true? If yes, it is great.
Currently, CCK does not support compound field unless developers make such a filed themselves.
Even developers make a compound field, it still has some serious limitation:
For example, you cannot set the number of values on an individual field in a compound field.
Read moreIs it possible to set number of values of an individual field in a compound field to "multiple"?
I got a problem when developing a compound field (Drupal 6, cck 2). It has an Imagefiled, a few textarea/textfield/checkboxes, etc.
However, I realize that I must enable users to upload multiple images. The compound field as an entire field can be set to "unlimited" number of values , but not the individual field in the compound field.
In other words, all individual fields in this compound filed, other than the image field, can only have just one value; the compound field as a whole, can only have one value, too. But the image filed must be able to have unlimited number of values.
Read more