Leaving a Review on a Member's Profile Dynamic page and only save to that profile

I have a website where each person has their own profile. On that Dynamic Page which has the members profile, anyone can leave a review on that page. When the review is submitted, it saves. I have the Reviews portion of the profile page setup in its own strip, and the reviews are viewed in a repeater that displays the 4 most recent Reviews. However, the same 4 most recent reviews are showing up on every profile page, as opposed to only reviews for that specific member. The Submit button is clicked and is linked to my “Leave A Review” Lightbox.

Does anyone have thoughts on this?

Is there a code I should use. Currently I have this all linked and through a repeater. I did not have to use code to get to this point.

Hey @jarrett-schweim!

It sounds like this is going to need a little code. When the lightbox is opened, you’ll need to pass a little bit of data to the lightbox (the member that the review is for). When the form is submitted, you’ll need to save the member being reviewed.

Then when the page loads, you’ll need to filter the reviews so if the current member page is the same as the member reviewed in the database, it’ll filter to only show them.

Here’s a starting point :slight_smile: - Connecting an item to a dynamic lightbox

Thank you very much for the guidance with this! I will get working on this and let you know how it progresses :slight_smile:

1 Like