I have a large repeater on my website, with the ability to click individual items which takes you to the individual item page. Once the user is finished on the individual item page - they hit back and they return to the repeater page - but their filter settings have reset - forcing them to input them again.
Is there a way for the repeater to REMEMBER their input so they don’t have to re-do their selection every time? It’s very tedious.
Have the item open in a new page to not only save their selection but also save their place on the page.
Otherwise, you need to add extra code to your filter function to save their answer in storage as they select their filters.
If you did not code your filters, you will need to do it now in order to implement some code to the onChange of the elements.
https://dev.wix.com/docs/velo/articles/getting-started/storage-api
Hi there!
Thanks so much for this solution. Good to know it is possible. However I lack the skills to be able to execute it!