It's straight forward to extend the profiles module with single fields. But is it also possible to extend this module with repeatable fields?

I want to achieve a profile as follows
User Profile:

Category: Personal data:

  • Name, First name, Email, Phone, Address, ...
  • Category: Company data:

  • Company Name, Company Address, ...
  • Category: work Experience:

  • Job title 1, period 1, Job Description 1
  • Job title 2, Period 2, Job Description 2
  • Job title 3, Period 3, Job Description 3
  • ... as many as needed
  • Is there a way to use existing modules? I looked around for some time but I can't find it. I want to be sure if nothing is out there before I start to create another module.

    Many thanks,
    Chris

    Comments

    Eugene Dubois’s picture

    I would like to do exactly this on a drupal 6 installation....