⌨
Input Components
Input Components are the way for the user to enter Data into the Flow.
- Text
- Email
- Number
- Checkbox
- Phone
- Date
- Month
- Password
- Switch
- Range
Each of these inputs has some special features checkboxes that can be activated. The most useful is the
Required
checkbox. If we select this option the user won't be able to continue in the Flow until this field is completed. 
This feature will allow us to validate certain input values before reaching the next page. The validation options are:
- Full Name (check there are at least two words entered)
- Email Adress
- Business Email (doesn't accept @gmail.com, @yahoo.com, etc)
- Phone number (US)
- Custom

In case Custom is selected, we will be able to enter our own validation formula in a custom code field. We will be able to
Generate a sample code
to start the function.
Last modified 1yr ago