Topic
When a user clicks on the ‘X’ of the bubble, inside a wizard, the wizard ends, this is expected behavior.
If you want the wizard to continue even when a user clicks ‘X', or in the situation where the user does not have the option to close the bubble, please see instructions below.
This will result in a scenario where a user can press ‘X’ and it will not end the wizard, but instead the wizard will pause and will give the user an option to resume or quit.:
Instructions
Add the below configuration setting to your client appsettings.config file:
<add key="StopWizardOnBubbleX" value="False" />
Please note: You can add the setting in the Nintex Admin tool as shown below:
Entry Name type StopWizardOnBubbleX
Entry Value type False
Overwrite Policy Select Server
