Hi,
I’m using the repeater to show cities names list.
I want to define that on click on some city name, another information will appear, this information will also come from the repeater fields,
So I created a repeater with two subfields, 1 is city_name and the other city_description
What the best way to define that on click on city_name the city_description from the same row will appear?
Thanks.