Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you open a new form via, for example, the Link (Email/Web Page) share URL, you will always open a new form. As you use the form and enter values into the form, the values are immediately cached on the Form Server as you tab to the next form field. If you close the browser tab/window containing the form prior to submitting the form, the Form Server still retains this form instance. By using the special (reserverd) URL parameter called _extId, it is possible to reconnect to an in-memory form instance.

The behavior of the _extID parameter has changed, making it more secure. In Live forms v5.1.1, the original form instance data cannot be accessed  from a different browser or a different device. For Example, if you use the same _extID value in a different browser or on a different device, the form will not load the same instance (i.e the same values filled in the form fields) irrespective of the browser used or the logged in user.

Form instance data will only be loaded if the same  _extID value is used in a different

To utilize this feature, try this example:

...