Hello Everyone
I have a nodetype with 2 content fields provided by cck. One is the TYPE and the other is PRICE. I want to be flexible for every event and not every event has the same amount of type. Everytime I add a new type it appears via ajax but I have to seperatly add a new price with a second click. Later i match type[0] with price[0], type[1] with price[1] and so on...
What I really would like to do is do only click once and then see both field appear at the same time with some ajax. So that these fields are grouped together and forced to act together.
The other thing would be, that price[0] and type[0] are rendered next to eachother. Is it something that I have to controle via templates?
I'm really new with working with cck and maybe it is possible - I don't know how.
Thank you very much,
Johannes
Comments
Comment #1
karens commentedFirst of all, I seriously doubt you are using Drupal 7. Second, you probably want the new experimental multigroup module which is just being developed in the 6.3 version.
Comment #2
Johnnyk commentedActually I used 7.X and actually multigroup is exactly what I needed!
Thank you very much KarenS!!