Connect Members Area to their Reviews

Hi! Does anyone know of a way for members to see all the CMS items they’ve left ratings on?

I have a ratings element on my dynamic items page that allows members to leave a rating on a particular item. Is there a way to connect another element to a member’s area page that shows all the items they’ve left ratings on?

I’ve tried interacting with the ratings button/element, but it doesn’t seem like there’s a way to connect particular ratings with individual users, let alone a way to display that information.

What I would like is the member’s area to have a custom page that shows items from the CMS they’ve rated, and the particular rating. Would it require each user to have their own Collection of items as a subset of a broader overarching Collection?

Thanks!

yes, you can add the same repeater that displays the ratings to a members page and filter it to owner so that only their ratings will be shown.

1 Like

If the review was made while the person was logged in, yes you can connect a repeater and write code to match member logged in with the item owner.

If not, but you captured their email address while they left a review , then you can add code to check email address of profile vs email address from review (and display info in a repeater).

If no to both of the above, you will have to first manually enter their info within the review item and then write code.

No, you do not need to create a collection for each person.