Remember active repeating group item on refresh?

I have a list of Things on a sidebar, and when you click on one of them it shows that thing in the right pane. I’m trying to figure out a way to:

  1. Set the state of the repeating group item to active when you click on it (so I can format it a little differently.)

  2. Remember which one the user was on last, in case the user refreshes the page.

Any suggestions?

You will have to save the items to the database and recall them on page load. You could potentially do it with URL parameters as well but it wouldn’t save it if they left the page and came back another day.

This topic was automatically closed after 70 days. New replies are no longer allowed.