Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
- A user makes a change on step 1 of a screenflow, selects continue but makes no change at all on step 2. They then immediately close the window. No prompt is displayed.
Turn off the Unsaved Changes feature for a form or flow instance
To turn off the unsaved warning feature for a particular form/flow instance, add the _unsavedWarning=true/false URL parameter to the Share URL. Remember to add the ? at the end of the URL if this is the first URL parameter you are adding and the & at the end of the URL if there are other URL parameters already appended to the URL.
Designers may want to do this when developing/testing forms/flow.
...
Code Block | ||
---|---|---|
| ||
https://test-app.frevvo.com:443/frevvo/web/tn/mycompany/u/e5a0e839-1026-4bcf-92a0-5c8e4db9685e/app/_Sf71cMoREeeSeKphUs96Bw/formtype/_DPvGUNm-EeeN8JH6jZk5_Q?_method=post&embed=true&unsavedWarning=false |
See URL Parameters for more information.
Unsaved Changes Configuration Property
...