Getting repeat region only repeating the first record

I’m not very familiar with how to make repeat regions work. I’ve seen your documentation with tables.
I have a paged query where I want to show 8 records on a page. Each record is just one div with a title and image in it. I want the images to display horizontally so that there are two rows of 4 on a page. This used to work but I did something recently, not sure what i did, but it now only shows the same record on the page 8 times, then when you change pages, it shows the next record.

The page is : http://www.marsalstudios.com/z_client_gallery_universal.php?gallery_id=Weddings

Can you point me in the right direction to get this to work?
thanks,
Rick

2 Likes

You just picked the wrong binding. Make sure when binding the data inside the repeat to select the bindings available under repeat element, not under server connect element in the data picker dialog :slight_smile:

1 Like

Got it. Totally didnt see that. Works great. Thank you so much!

2 Likes