Hello,

How could I enable users to submit a recipe for example with a list of ingredients?

So sg like
1 kg of salt
5 pounds of Cola

Ideally I would like to have a field for quantity, a field for measurement, and a field for the name of the item.
And enable the user to add a new row to this list if they want to.
I can see that having 3 CCK fields, one for quantity, 1 for unit of measurement, and 1 for name (text) but how could the user dynamically add a row of these?

Or could it be that CCK is not the best solution for this?

Comments

Leech’s picture

I'm also looking for this solution.

Did you found a way to do that?

Otherwise I'm thinking on create a custom CCK field.