I have a list block and I want it to auto-refresh when someone presses the delete button for the item. I see lots of explanations of using custom code snippets with something called event listeners in forums. The challenge is that I don’t write code which is why I’m here using Softr. So those forum entries aren’t anything I can follow. This seems like a feature that ought to be native.
Can someone explain, for a no-coder audience, how to insert custom code into Softr so a list is updated after a button is clicked?
Some nuances:
-
I’d prefer to not have the whole page refreshed.
-
I don’t think it makes sense to refresh every 10 seconds. Only after the delete button has been pressed.
-
Some forums suggest I need to reference the blockID. How do I find that? I can’t find it natively, in documentation, or by parsing the HTML in the browser.