How to display a listin a RG

Hello all !

I’m trying to display data but I’m stuck…

I’ve a page with a RG Users. On each user card, a button to display a popup with User details. In this popup, I would like to display the User’s skills. (Skills are listed in an option set).

The popup well display user data (name, photo…) but I cannot find a way to display skills titles in a rg inside this popup.

An idea ?

Thank you for this response. How do I set up the RG ? The type of content and data ?

The RG inside the popup should have a content type of ‘Skill’

The data source for this RG should be the parent group’s User’s Skills (the popup’s User).

You’ll use the element action ‘Display Data’ when the button is clicked in your user repeating group, to set the datasource for the popup (the popup should have a content type of user).

Then, in the popup. have a text inside the repeating group for skills, to display the current cell’s skill’s display.

Thank you so mush guys, it s working great !

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