I'm trying to create a two page form. For example, page 1 would be name/company/email, and the button would say next. On following page, it would be some qual fields with a final submit that directs to a thank you page.
My question is, I can do this by using two forms, but my worry is because the 2nd form can technically be accessed even without filling out the first page, if by chance people do get to it, and fill it out, won't it just create a bunch of leads without any contact data (since all that is on the 1st form).
Is there a way to limit access to the 2nd page to only those that have fill out the first form?