Basic Fields
Basic fields are the foundation of every form. They are available on all plans — including the free Basic plan — so you can start building immediately without any payment required.
Available Basic Fields
| Field | Description |
|---|
| Text Input | A single-line text field for short responses — names, subjects, short answers |
| Email | An email input with built-in format validation |
| Text Area | A multi-line text area for longer responses — messages, descriptions, comments |
| Number | A numeric input that accepts only numbers — quantities, ages, IDs |
| URL | A URL input with built-in format validation for web addresses |
| Password | A password input that masks the entered characters |
| Dropdown | A select menu with a list of predefined options |
| Checkbox | A single checkbox — ideal for consent, agreement, or opt-in fields |
| Radio Buttons | A set of radio buttons where users select exactly one option |
| Multiple Choice | Multiple options allowing users to select one or more answers |
| Date | A date picker for selecting a specific date |
| Time | A time picker for selecting a specific time of day |
Using Basic Fields
To add a basic field to your form:
- Open Forms Plugin and go to the Fields page
- Select the Basic tab
- Click any field to add it to your selected form on the canvas
Each field comes with sensible defaults for label text, placeholder text, and validation. You can customize all of these via Framer’s component properties panel.
Field Configuration
Once a field is added to your form, you can configure it:
- Label — the visible name shown above the input
- Placeholder — the hint text shown inside the input when it’s empty
- Required — toggle to make the field mandatory before form submission
- Default value — pre-fill the field with a value
Always mark critical fields like Email as Required to ensure you collect complete data from every submission.
When to Use Basic Fields
Basic fields cover the majority of real-world form needs:
- Contact forms — name, email, message (text area)
- Newsletter sign-ups — email, name, checkbox for consent
- Survey forms — radio buttons and multiple choice for structured answers
- Inquiry forms — dropdowns for topic selection, text area for details
For more sophisticated inputs — file uploads, rating scales, e-signatures — see Advanced Fields.