I've created two content types with CCK:
- is a recipe with a multigroup field for ingredients;
- is a shopping list.
the users can create many shopping lists. I would like to have a dropdown menu with all the user's shopping lists and an "add to shopping list" button near every ingredient to put the selected ingredient in the chosen list.
It may be also useful to do the same with the entire content. For example adding the whole recipe to a "menu" content...
Any idea?