Configure the Get Confirmation from User Action

You can use the Get confirmation from user rule action to perform additional actions based on the form user's input. For example, you can use the Get confirmation from user action when you want your users to select one of two buttons (OK or Cancel) on a dialog pop-up.

There are two ways you can configure the Get confirmation from user rule action:

  • If the user clicks OK do something, if they click Cancel do nothing
  • If the user clicks OK do something, if they click Cancel do something else

Some examples:

  • Clicking OK deletes a file and then shows a confirmation message, while clicking Cancel returns the user to the form
  • Clicking OK uploads a new file, clicking Cancel clears the form for new input

The Show a message action presents a dialog box with only one button (OK) that the form user clicks to close the dialog. Typically, you would use this action to present a confirmation message to the form user, such as a form submitted successfully. See the topic Configure the Show a Message Action for an explanation on how to use the action.

The confirmation dialog you configure in this how-to
Get Confirmation Example

Try it yourself!