Ok, folks. I am about to start a new project and i am currently researching CCK's available for Joomla.
I need a specific functionality for content items:
repeatable fields group.
There is a module available for Drupal, it's called "Multifield", more detailed information can be found here:
http://www.phase2technology.com/blog/managing-field-groups-in-drupal-with-the-multifield-module/What this basically does is this:
1. Admin will create a "fields group" in backend
2. Admin will assign a number of fields to this "fields group"
3. In submission form users will be able to add unlimited number of "instances" of this group and submit information for each one.
Think about classic "fields group" but in a way that one field group can be "added" by the user multiple time inside submission form.
Is there any way i can achieve this with Seblod ? Thanks in advance for any tip !