A button is clicked Event

A button is clicked event allows you to trigger specific actions when a user interacts with a button on your page. It is commonly used for navigation, form submission, data manipulation, or displaying dynamic content. This event can be customized to suit a wide range of use cases depending on the button’s purpose and context.

Properties and Explanation

1

Button Names

This property allows you to specify which button or buttons will trigger a particular action under defined conditions, enabling multiple buttons to perform the same functionality if needed.

Full Configuration Example

A screenshot is attached showing the configured 'A Button Is Clicked' event.

This screenshot displays the full configuration of the 'A Button Is Clicked' event, including all relevant properties defined on the page.

The Log out button is configured to log out the user upon being clicked, effectively signing them out of the application or website.

Last updated