Hi everyone.
I connected my repeater to a database.
In the database there are information about events (title, date, place, image, description).
I set the repeater to show just a recap of each event (just title and place) and I add a button to every event to “show more” cause I would show the complete event information in an other page where I set different elements for every information (title, date, place, image, description).
I tried to link the button in the repeater to the page where I want to show the complete information but, obviusly, the page show always the same event (the 1st in the database). There’s a way to connect every event button to a specific raw in the database to show in the other page the complete information just about one event?
Thanks