How do I create a progressive form, whereby a user is cookied and each time the user visits, the form displays differently, depending on the information that’s already been collected for them?
Example:
If Email, First Name, Last Name and Company have previously been collected, the next time a user comes through the form, First Name, Last Name and Company wouldn’t show. Only Email would show. Or, only Email and a new field (i.e., Title) would show.
The goal is to not to make users fill out the same information multiple times.
How would I do this?