So I set up a Repeater to Make a List of games Stored in a Database.
I have a Button on the Repeaters for More Info that I would like to Link to a Specific Light box for each game.
Right now it just shows the same Light box one every one. Is there some way to make it work the way I want??
Dennis
Hi Dennis,
The ForEach function allows you to individually access elements inside repeater items.
You can type the openLightbox() function inside of the ForEach loop to assign each button to its matching lightbox.
Name your lightboxes in an indexable format (game0, game1 etc…) and use the Index variable within the loop to access them.