Skip to main content

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

FieldDescription
Text InputA single-line text field for short responses — names, subjects, short answers
EmailAn email input with built-in format validation
Text AreaA multi-line text area for longer responses — messages, descriptions, comments
NumberA numeric input that accepts only numbers — quantities, ages, IDs
URLA URL input with built-in format validation for web addresses
PasswordA password input that masks the entered characters
DropdownA select menu with a list of predefined options
CheckboxA single checkbox — ideal for consent, agreement, or opt-in fields
Radio ButtonsA set of radio buttons where users select exactly one option
Multiple ChoiceMultiple options allowing users to select one or more answers
DateA date picker for selecting a specific date
TimeA time picker for selecting a specific time of day

Using Basic Fields

To add a basic field to your form:
  1. Open Forms Plugin and go to the Fields page
  2. Select the Basic tab
  3. 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.