Show Dialog

The Show Dialog action allows you to display a dialog box on your page when a specific event is triggered, such as a button click or a form submission. This action is useful for presenting important messages, confirmations, or additional options to users in a focused and interactive manner. It helps guide user interactions and ensures that critical information is acknowledged before proceeding.

Properties and Explaination

1

Page to show as a dialog box:

The "Page to show as a dialog box" property specifies the page that will be displayed within the dialog when the action is triggered.

2

The Modal (Block Background) property determines whether the background content remains interactive while the dialog is open. When set to ON, it blocks interaction with the rest of the page, keeping the user focused on the dialog until it's closed.

3

No cancel on click outside

The "No cancel on click outside" property prevents the dialog from closing when users click outside of it. When enabled, the dialog can only be dismissed using the close icon

4

Dialog Title

The "Dialog Title" property defines the text shown at the top of the dialog box to indicate its purpose. The title must be entered in inverted commas (e.g. "Dialog Box").

5

Animation

The Animation property controls how the dialog box appears on the screen. You can choose from options like No Animation, or slide-in effects from right etc

6

Position on page:

The Position on page property determines where the dialog box appears on the screen. You can set both Vertical and Horizontal alignmen

Full Configuration Example

Below is a screenshot of Show Dialog Action Configuration, showing all properties set

This screenshot shows the complete configuration of the Set Field Value action, including all relevant properties set up on the page.

After Execution a dialog box will open up displaying the page selected inside the rule properties

Last updated