This use case consists of a dynamic form that displays or hides a step depending on whether or not the user wants to create a corporate account. Once the form is submitted, the data is automatically sent to Airtable.
The template includes:
- A form with 2 steps. The first one requests a full name, an email, and gives the option to create a personal or corporate account. The second is displayed only when the user chooses the corporate account option and requests the company name and job title.
- 2 flows connected to it. The first one checks which option the user has chosen. If the user has chosen to create a corporate account, the second step of the form will be displayed. If the user has chosen to create a personal account, the form will be submitted. The second flow sends the information in the Airtable after form submission.
To configure it you will only need:
- An Airtable account to store form data.