I got a repeating group which contains a image (uploaded by the user) and a book title (uploaded by the user). This works perfectly fine. Now I would like, that the user can click on one of the items from the repeating group and a popup shows up. This works as well. My problem is, that I don’t know how I can store the dynamic data in this popup? The user can enter on the page where he also upload the image and the book title several informations like the publisher. In my popup now I have a text item which shell display the publisher of the item from the repeating list on what the user has clicked.
Im pretty confused about it.
Maybe someone can help me with that, I would appreciate it.
And if you have groups in the pop-up fill them also with the same type of content and using parent group as data source: https://puu.sh/ABUv6/c4294dba64.png
Thanks! Its working fine. If you just could explain me how I can make that the user which made the list item could delete the same, you would safe my day.
Yes. Inside the popup is a delete button. Im able to delete the things out of the repeating group. But I need to be sure that just the user which has made this specific item can delete it and not every user.