Back button to source Pagination step

Hi!
i’m using the Fs pagination attribute, for scrolling a videos collection within the main page. when the client press on a specific video - the current video opens in the collection template page.
inside the the Videos collection template page i’ve inserte a “Back” button - the problem is that the back button sends the user to the videos collection section on the main page - but not the last paginated step.
I want the user to return to recent paginated step inside the collection - prior to pressing the selected video.
would love to get some help with this - Thanks!

the videos collection in the main page:

The Back Button in the Videos collection template page:

The read only link:
https://preview.webflow.com/preview/mullapro?utm_medium=preview_link&utm_source=designer&utm_content=mullapro&preview=d0053ada7436059bf770b47c377fd987&pageId=63d20ba9ae53c5778e1a77d1&itemId=64afa34e912ea94f05d44073&workflow=preview

Hey @bar.m.hai! One way to do it is by enabling the query params for your list, this will show the page the user currently is on and should be loaded there when pressing the back button from a template page.

If you don’t want the query to show we can go into some custom code to either save the page in a cookie or simply remove the query from the URL

Thank you for the quick reply, worked like magic!

1 Like