I'm trying to pull this off with wp_sessions, but it's becoming pretty dirty, so I'll be glad for your suggestions.
Here is an example of what i'm trying to achieve:
1. User submitted a form with email and name.
2. Thank You page have two more forms:
Form A requires both email and name.
Form B requires email,name and city.
I would like to pre-populate all available fields and hide them to make it look cleaner, and show and require only the city input box.
Now, there's a catch:
My client can add/change the forms on the Thank You page, so it has to be done dynamically. He might add another form that doesn't require the name, but does requires age and gender.
How would you suggest to tackle this?
Another thing: Because we want to have better tracking and statistics - we're going to save his data to the database anyway (using Flamingo)
Thanks