I am creating a suggestion list using SharePoint 2010 custom list. My issue is I want to give the login user the ability to add others users to the form. I am thinking of doing a parent Child relation, but OOB allows for it adding one item per one ID. I need to add multiple items for one ID, any help
1 Answer
If you want to be able to add multiple persons to an item in a list, then the usual solution is to create a column of type Person and check Yes below "Allow multiple selections"
If the users aren't real users, then you might create on list with the candidates and in the other list add a lookup field and check "Allow multiple values"