Hi All,
I'm attempting to set cookies to populate a form based on this thread: http://www.gravityhelp.com/forums/topic/little-hint-from-me-save-user-input-in-cookie-and-prepopulate-form
I've hit a dead-end when it comes to having the cookie set on multi-input fields. The cookie sets just fine if the filed has a single value (email, phone, etc.) but when it comes to fields like Name (first and last) and Address (Address 1, Address 2, City, State, Zip, Country) the cookie just isn't setting at all.
Here's the code that I'm using to set the cookies:
Here are the filters:
I do have the fields set to populate dynamically and am passing the field parameters correctly (fname, lname, etc.)
Has anyone successfully gotten this to work? Any thoughts on how to pull it off?