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 confirmation dialog you configure in this how-to
Try it yourself!