Hi there, I added a list (Repeater) on my site and connected to a collection. Each page displays 10 items, and now 30 items are listed so there are 3 pages.
If an user clicks item no. 15 on the 2nd page, it navigates the user to the item page no. 15.
Here’s the question. After checking the item, if the user wants to go back to the list page no. 2, how to navigate him? I want to add a “back to list” button at the bottom of an item page.
At first, I thought setting an anchor at the top of the list, but that’d bring the user to page no.1.
Is there any feature to go back to the list page where the user come from?
Hi,
You can save the state of the list by saving it to the user’s browser memory
Check out this post for a similar solution
Hi Ido, thank you for your reply. Using Wix storage is difficult for me as I cannot use coding. I may change displaying item to pop-up so that the user can come back…