Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
As forms are used, the values entered into form fields are cached on the  Server until the form is submitted or until the user's session times out. Each time you navigate a browser to a form URL, for example the URL you can copy/paste into a browser from the Email/Web Page share choice, you will see a blank form. That is, the form fields will be blank if you left them blank when you were designing the form in the Form Designer, or will have any default values you entered into the Form Designer. Also the form fields may contain values from your back-end systems if you used the Advanced Document URI feature or from a business rule triggered by either the form.load or form.activate conditions.

If you close your browser window/tab and again open the form via the share URL, you will again get a blank form.

Column
width300px

On this page:

Table of Contents
maxLevel3

...

To turn off the unsaved warning feature for a particular form/flow instance, add the  _unsavedWarning=true/false URL parameter to the Share URL. The default being true if not supplied. This is a way to turn off the unsaved warning feature for a particular form/flow instanceRemember 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

Designers may want to do this when developing/testing forms/flow.

Code Block
title?_unsavedWarning URL parameter added to the Link (Email/Web page Share URL
https://test-app.frevvo.com:443/frevvo/web/tn/mycompany/u/e5a0e839-1026-4bcf-92a0-5c8e4db9685e/app/_Sf71cMoREeeSeKphUs96Bw/formtype/_DPvGUNm-EeeN8JH6jZk5_Q/popupform?_unsavedWarning=false
Code Block
title&_unsavedWarning URL parameter added to the Raw form link Share URLURL
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

...