We are currently migrating our intranet from plone 2.5 to drupal 7. Everything works very well, except for one problem that we encounter with the cck module.
In plone, we had one content type application that allowed our members to apply a specific project. There were many input fields to describe the required qualifications from other projects, for example, in the following “image”.
project description
[ ][ ] + - up down
[ ][ ] + - up down
[ ][ ] + - up down
add new row
Our participant had the opportunity to specify an unlimited number of projects and related descriptions.
So the problem is that I cannot do anything in Drupal 7.
I could definitely add an unlimited node reference field and an unlimited text field, but there would be no connection between the two fields, and the user would have to double click “add another record”.
Another option would be to use the http://drupal.org/project/tablefield module , but it cannot be used as the first column as a node reference.
I looked through every available cck module and did not find anything useful, so now I hope you can help me!
thank
source
share