Transcript
In this Quick Tip, we're going to learn about the Element is Clicked event.
We find this event under Elements → An element is clicked, and it will only show if we have a clickable element on the page. This event is one of the most widely used events to trigger workflows, as many elements can be clicked—and when they are, this is the event that triggers.
Most visual elements can trigger this event, including text, buttons, images, and icons.
This event can also be created from the element itself in the Design tab. If the element is clickable, when you start a workflow on it, this is the event that will be used. Since we started it from the element, the element will be automatically filled in for this event's Element property.
From there, we can create our workflow to run when that element is clicked. We use this for sign up, login, navigating to other pages—practically everything.
Try this event out for yourself. We're excited to see what workflows you come up with.
That's it for this Quick Tip! For more, be sure to check out bubble.io/academy.