02/17/2013 at 9:49 am
#251642
Keymaster
The only solution I can think of is create an Awards category and put the various awards under it and then create a Year category and put the various years under that category. Now when you create an entry you would select the award and the years won. But to select them both as a user you’ll have to use an unsupported experimental feature in cMap, enable_category_multi_select. Add that option to the shortcode and set it TRUE, see the example below.
[connections enable_category_multi_select='TRUE']
This will allow you users to select both an award and a year when making category selections.
Hope that helps.