Hi!
It is very common in marketing to create multi-step forms in landing pages, so that the users have no fear to start giving their data.
I do attach an image to show you the idea.
We need to create a new custom post type called "conversions", and in a special landing page, create a multistep form.
The first one should be a simple low-threat form, and after clicking on "continue", the next page has a second form that will complete the information given on the first page.
I imagine a solution could be to set CRED to generate url-params on the first form and set the second form to "read" those url params and populate hidden fields.
However, I would prefer to create a "complete" solution. I mean, that the info is stored in DB when submitting the first "continue" click, and the second form completes the first submission, creating only ONE post in the "conversions" toolset custom post type.
Please: how can we create a "two-page" form that creates only one post into toolset?
Thank you very much!
Mario