30% Off WS Form. Limited Time Only. Unlock Deal

Insert Local Storage Values into Fields

You can insert the value of a local storage variable key a field using the following variable:

#local_storage_get("name")

For example, if you have a key called “my_key”, you would use:

#local_storage_get("my_key")

If you want to load that value into a hidden field, you would add this variable to the Default Value of the hidden field, as shown below:

WS Form - local_storage_get Variable

See also: