2
votes

I created a new content type in Drupal 6 and added fields using CCK fields like country, state and zip code. I created a group named address so that it looks like:

Address
--- Country
--- State
--- Zip

Now I want a add new item below the label "Address" so that another address can be added. Please help me. Is there any module to do this?.. It should also have remove option

EG:

Address

Country
State
Zip

Address

Country
State
Zip

+Add another Address -Remove Address

Sorry for my poor english

2
Thanks. I need this not only for address fields but also for education fields. So that the user may add all his education qualification using add more itemRam

2 Answers

1
votes

If you don't want to use the CCK Address or Location modules, you can accomplish this using the 3.x branch of CCK. This branch has a module called Multigroup, which allows you to group fields together, and then get the add another functionality on the entire group.

0
votes

There are modules that will create the fields for you and integrate with CCK. I would recommend looking at the Location module or the Addresses module.

I have not used the Addresses module, but I know that the Location module will do exactly what you want. You can choose which parts of the address to show and allow adding/removing extra addresses.