How to open/enlarge photo more

Hello,
So I’m building a social network where users can post their own pictures. When they go to their profile, it shows a repeating group of all their posted images. How can I make it so when they click on one picture, a popup shows up and displays only the one post they clicked on?

Hi there, @AnthonyLakey… if I understand your question correctly, you would simply add a popup to the page and then add a workflow to the picture in the repeating group that (step 1) shows the popup element and (step 2) displays data in the popup element, and the data to display is the current cell’s thing. At that point, you will have access in the popup to the data of the associated row in the repeating group. Make sense?

Hope this helps.

Best…
Mike

This topic was automatically closed after 70 days. New replies are no longer allowed.