Clearing the Session Hash Using Conditional LogicPRO

When a form is saved a session hash is generated. The session hash is used to later retrieve the contents of the form so that the user can continue completing the form where they left off. A session hash is also generated if an error occurs during form testing to prevent you from having to re-enter the data on the form.

Session hashes are made up of 32 characters and look like this: 9d7a83fd82c5ddf1d832cad2593c5845

If you want to delete the session hash and start with a fresh form, you can do so using conditional logic. For example:

IF [Button] [Clicked] THEN [Form] [Clear Session Hash]

Older versions of WS Form may use “Clear Session ID”.

WS Form - Clear Session Hash with Conditional Logic