Is there an easy solution to create a repeating group of fields in a cck content type?

Inside of my content type, I need to apply multiple 'blocks' of more than one textfield.
E.g I'd like to apply an unknown number of events, each with its own headline and text.

like

<h1>Node Headline</h1>
<p>Node body</p>

<!-- start repeating block -->
<h2>Ping Pong</h2>
<p>text goes here .... </p>
<!-- end repeating block -->

<!-- start repeating block -->
<h2>King Kong</h2>
<p>text goes here .... </p>
<!-- end repeating block -->

any ideas?

Comments

bsorrells’s picture

Hi. Did you ever find a solution to this?

rokr’s picture

Have a look at "multigroup" feature. This is part of cck 3.x

cheers, Ronald

stephenrobinson’s picture

Sounds like you need 2 content types, with a one to many node relationship?

DarkoX’s picture

Try to install cck-6.x-3.x-dev :It works for me.Don't forget to enable Content Multigroup module under CCK.
Then go to Administer,Content Types,Your Content type,Manage fields->Add New Group.
You can select now Standard Group or Multigroup.
http://drupal.org/node/484068
I see now that original post was for Drupal 5 and my answer is for Drupal 6

WilliamB’s picture

How do you do this in Drupal 7 please? With CCK core.