I have a site in which visitors will use a form (fairly often) to submit personal data -- some of which will most likely stay the same (name, address, phone numbers, etc.) and some of which will change each time.
Does anyone know a way to have the form remember specific information for a user & auto-populate the fields that are usually consistent (name, address, etc.)?
I know that cookies can be utilized for this purpose; but I don't know how to integrate them within a WordPress site (where we could take advantage of the WordPress user system). For that matter, I wouldn't know how to employ cookies in this fashion on their own...
Thanks for the help!