# Load Cookie Data
locked
group

This option allows you to prepopulate a form input with data stored in a cookie. The name of the cookie must match the name of the input for this to work.

For example, let's say your form input looks like this:

<input name="address" />

... If a cookie named address is detected, then the cookie value will be inserted into the input. Note that you can update the name of the input using the input name option.


Value Description
On Enables the load cookie functionality
Off Disables the load cookie functionality

# Side Effects

None.


# Eligible Components