Hi Guys. I’m trying to set three buttons in a repeatingroup to show when another is clicked. How do I do it such that it is saved so when the repeating is viewed again it shows the last button that appeared in the last action. Right now it is working though when the page is reset it reverts back to the first button.
Custom states can’t be saved on page refresh, so to achieve this you’d need to save the changes you’ve made to a database “thing”
Hi,
What’s the purpose of the button?
It sounds like it may require a database value to be saved that under a data type that changes each time it’s pressed. E.g. I am using something similar like Draft, Pending, Published. Each press of the button saves the status which I have as an option set. Hope this makes sense. You can use custom states on top of that I guess - in the UI, to change the data source to filter by that status.
Sorry had some typos. Edited response. Hope it makes better sense. Yes, as Ed said, you need to make changes to a thing in ‘database’.
Thanks guys. I’ve had to created a thing in the database to make it work.
No worries.
This topic was automatically closed after 70 days. New replies are no longer allowed.