I have an issue with accessibility. There are widgets, e.g. https://accessiblyapp.com/, that make a site “accessible”. One of the features is to highlight links. In Bubble, we use WF actions via custom states to switch groups on the same page, e.g. login/signup page.
How do I add “links” to the text or buttons that accessibility widget will highlight BUT executing a WF action instead when pressed AND not causing redirecting?
In regular javascription, I think we can just use < a href=“#” > with a click event, so it is a link that executes a code and doesn’t redirect. How do I do that in Bubble?