Hi all guys! I'm stuck with a little problem that I'm trying to solve searching around and reading forums and solutions but I'm still here. So I've got a custom content type in which there's a CCK group called "Goods requests". In this group there are five CCK fields: "Supplier", "supplier id code", "description of the asset", "Value", "Address of shipping". In this content type each user can specify more assets to buy so I don't know how many lines I need for each request. Is there a way to add the 5 fields together each time the user clicks the "add new item" button as for the single cck filed when you set it to "quantity" 0 in the options for the filed? Thanks in advance to everyone that will answer!
Bye

Comments

bshetty’s picture

Hi Aceman,

If I understand your issue correctly I believe your cck group (Goods Requests) is a Standard group use Multigroup instead.
When you create/add a cck group to your contentype, you get two options to choose from 'Standard Group' and 'Multigroup'. Select Multigroup and this gives an 'Add more values' which will serve your purpose.
Please note that you get multigroup option in latest versions of cck module.

Hth! :)

Regards,
BShetty

Aceman’s picture

Thanks bshetty!! :) You just saved my evenings, it worked great with multigroup option! Fast and simple!! Thanks again.