Fields
Fields are the building blocks of forms, allowing you to collect specific types of data from users. Below is a list of all available fields you can use to build your forms:
- Short Text: Capture single-line text input.
- Paragraph: Collect multi-line text input.
- Checkboxes: multiple selection from a list of options.
- Radio: Single selection from a list of options.
- Number: Input for numerical values.
- Email: Validate and collect email addresses.
- Password: Securely collect passwords.
- Phone: Input for telephone numbers.
- OTP: One-time password input.
- Dropdown: Select a single option from a dropdown menu.
- Autocomplete: Select from a large list with search capabilities.
- Multi Select: Select multiple options from a dropdown.
- Country: Select a country from a predefined list.
- Date: Date picker input.
- Date Range: Select a start and end date.
- Time: Time picker input.
- Timezone: Select a global timezone.
- Star Rating: capture user leverage ratings.
- Slider: Select a value from a numerical range.
- Signature: Capture digital signatures.
- Currency: Input for monetary values.
- File Upload: Allow users to upload files.
- Switch: Toggle between two states (on/off).