Hi All,
I am building a basic image sharing app where users can create collections, add images to those collections, and add other created users to the collections for them view and interact with each image in a social like feed.
I have Users in a multi-to-multi relationship with Image Collections but I am unable to add a form field for “Users”. How can I add a user via a form? When a user is added I would like them to be able to see the collection.
Thanks in advance!