Half-way form submission

Hi!

I’m working on a landing page which aim is too collect interested users data. It should work in 2 steps :

1- The user enters an email and hits OK
2- It displays 3 additionnal fields: First Name, Gender and Birthdate and the validation button

I can see very easily how to make it two steps, but I would like to know if there is an easy way to:

  • Collect the email even if the 2 part of the form is not completed
  • Collect all the data as the same “item” when the whole process is completed - cause the only thing I can think is making each step a separate form…

I hope my question is clear enough!

I’ll be very glad if someone can see how to do this :slight_smile:

Some designers use a slider element the spread the form fields in 2 steps (slides).

There’s also https://advanced-forms.webflow.io/

Thanks @vincent! I saw that indeed, but how can I save the data from the first slide even if the second one is not validated by the user?