I’d like to create a two step form on my site. “Form 1” would be on the home page, and it collects only a few fields of data (name, email, etc). After clicking submit, the visitor should be taken to the “Form 2”, which is actually the full-length form with a lot more questions. I’d like for the fields that they entered in “Form 1” to be pre-populated in “Form 2”. Lastly, when they click submit on “Form 1”, it should automatically save that data and send to my submissions table in case the visitor decides to not complete form 2.
Is there a preset plugin that does this? Or one that can be tweaked to make this possible?