Certain form fields always contain the same values, such as your user's name, email address fields etc.
This script will remember the values entered into these fields, and automatically fill out these fields the next time the user returns.
It uses cookies to persist the values for 60 days (changeable). For "Contact Us" or "Tell a Friend" forms that are filled out repeatedly by a user, this can save them a lot of time!
This script can only remember the values of text fields (INPUT TYPE="text"), and not TEXTAREA, for example, since a cookie cannot store vast amounts of info.