Forms

The most common form field types, counted across 140 forms

Short text is the most common form field type on this site, at 551 of 2,073 fields or 27%, and single choice follows at 18%. Five kinds make up nearly three quarters of every field, and the other fifteen are where forms become specific to their job.

· Co-founder

6 min read · Published

Most form fields are ordinary. Counted on 13 September 2026 across the 140 form examples on this site, short text is the most common field type, at 551 of 2,073 fields or 26.6%. Single choice comes second at 18.0%, then long text at 11.0%, multiple choice at 10.3% and dropdown at 6.6%. Those five kinds carry 73% of every field in the corpus. The remaining fifteen kinds are where a form stops being generic, and the table under this article lists all twenty.

How the kinds were counted

The corpus is the full set of form examples published on this site: 100 classic page forms and 40 conversational forms that ask one question per screen. Every field in every form is stored with its kind, so the count is a straight tally of that value across 2,073 labelled fields.

Section headings are excluded because nobody answers them. Composite fields count once: a full name with its title, first and last parts is one field, an address block is one, a table is one and a rating grid is one, however many rows or statements it holds. The kind names are the ones the form builder uses, so single choice means radio buttons, multiple choice means checkboxes and rating grid means a matrix of statements against a scale.

These are finished examples built for this site, not a crawl of forms in the wild. The mix will shift as more examples are added, and the count will be rerun.

The fifteen kinds that do almost all the work

Short text leads because it absorbs so many ordinary questions: an employee number, a school, an order number, and on classic forms an email address or a mobile number. Of the 489 short text fields on classic forms, 97 ask for an email and 83 for a phone or mobile number. That is a product fact as much as a habit, covered in the conversational section below.

Single choice is second because most questions have one right answer. 45 of the 374 are yes or no questions with two options, and the median single choice question offers 4 options.

Long text is third, and of the five most common kinds it is the one people are most often allowed to skip: only 51% of long text fields are required, against 91% of single choice fields. The open box is where a form asks for context rather than a fact.

Multiple choice is fourth, and 57 of its 214 uses are not questions at all but declarations and consents, labelled things like “Before you submit” or “I consent to each of the following”. A ticked list is how a classic form records several separate agreements.

Below the top five come the fields that give a form its shape. Date fields sit on 74 forms and are required 90% of the time. Full name is the first field on 62 forms. Table fields appear on 56 forms, almost all classic, for referees, emergency contacts, work history and line items. Number, file upload and signature each land on around 50 forms, and address, rating grid and photo upload complete the fifteen.

The job application form is a fair cross section: 20 fields using full name, short text, dropdowns, single choice, a date, a number, three tables, two long text answers, two file uploads and a multiple choice declaration.

Which kinds each form type leans on

Short text and single choice top seven of the eight form types, so the useful signal is the third to sixth place.

Applications lean on number and table fields: 34 number fields and 31 tables across 36 forms, for salary expectations, years of experience, referees and qualifications. Workplace requests use dates more heavily than any other type, 20 across 12 forms or 1.7 a form, because leave, access and training requests all run to a date. Reports and claims are the only type where photo upload makes the top five, with 9 across 8 forms: the incident report form asks for a photograph of the scene because a picture settles what a description cannot.

Surveys and feedback are the exception to the rule above. Long text is their most common kind, 26 across 9 forms, and rating grids come third with 11, because a survey is built from scales and reasons rather than facts about the respondent.

The rarely used kinds

Five kinds appear fewer than ten times. Time has 4 fields, because most forms that need a time need it as part of a booking the business confirms later. Recording has 3, phone 1 and fill in the blank 1. Email has 7.

Rarity here is not a verdict on the field. The single fill in the blank field sits on a language course registration, where a sentence with gaps is exactly the right control for a placement check. Recording appears where a voice or a short video is the evidence: the brand ambassador application asks for a sixty second video. A rare field on the right form is doing a job nothing else can.

Kinds that only work on one format

The builder offers 36 components on a classic form and 25 on a conversational one, and several kinds in this corpus sit on one side only for reasons that bind.

Profile and recording are conversational only. All 16 profile fields and all 3 recordings are on conversational forms. A profile field gathers name, email, phone and address on one screen, which is why 7 conversational forms open with it.

Email and phone render nothing on a published classic form. They leave an empty gap where the field should be, while the conversational renderer supports both. That is why all 7 email fields and the single phone field are on conversational forms, and why classic forms ask for an email in a short text field.

Signature and photo upload do not work on a conversational form. A published conversational form draws a plain text box for them, with no signature pad and no upload control, so all 56 signatures and all 22 photo uploads in the corpus are on classic forms. A conversational form that needs an image uses a file upload set to one image instead; file uploads accept only images and PDF.

Signatures come last. 47 of the 100 classic forms end on a signature field, and 23 end on a multiple choice declaration.

Choosing a field kind for each question

Pick the kind that matches the shape of the answer, not the one that feels most flexible.

The GOV.UK Design System keeps a public set of components and patterns for exactly these choices, and MDN documents the native HTML input types most of them are built on. The side by side comparison of dropdown and radio buttons covers the most common choice in a page.

The form field types page lists what each component collects, and the guide to form builder components shows where each one sits in the builder. If you are still deciding between the two formats, conversational versus classic forms sets out when each one fits.

Every field kind in the 140 form examples on this site, counted on 13 September 2026: 2,073 labelled fields, 1,666 on 100 classic forms and 407 on 40 conversational forms. Section headings are not fields; a full name, an address, a table or a rating grid counts once.
Field kindFieldsShare of all fieldsOn classic formsOn conversational forms
Short text55126.6%48962
Single choice37418.0%253121
Long text22711.0%16760
Multiple choice21410.3%16846
Dropdown1366.6%10036
Date984.7%917
Full name974.7%907
Table743.6%704
Number733.5%5716
File upload572.7%534
Signature562.7%560
Address321.5%293
Rating grid301.4%1812
Photo upload221.1%220
Profile160.8%016
Email70.3%07
Time40.2%31
Recording30.1%03
Phone1under 0.1%01
Fill in the blank1under 0.1%01

A finished example

An application form for five advertised roles that takes about eight minutes. It collects contact details, the position and employment type wanted, an earliest start date, expected salary, two work rights questions, a work history table, an education table, a required resume upload and two referees. The questions that create discrimination risk are deliberately absent.

Read the job application form

Questions people ask

What is the difference between a radio button and a checkbox field?

A radio button, called single choice here, lets a person pick exactly one option, and a checkbox, called multiple choice, lets them pick several. Nielsen Norman Group's long standing rule is to use radio buttons when the options are mutually exclusive. In this corpus single choice outnumbers multiple choice 374 to 214, because most form questions have one true answer.

Should I use a dropdown or radio buttons?

Radio buttons when there are only a few options and a person benefits from seeing them all, a dropdown when the list is long or familiar, such as a state or a year level. The dropdowns in these forms have a median of 6 options, against 4 for single choice questions, which is roughly where the switch happens in practice.

Is a date field better than typing a date into a text box?

Usually yes, because a date field sets one format and stops ambiguous entries such as 04/05. Date fields appear on 74 of the 140 forms here, and 90% of them are required, which tells you they are carrying real deadlines: start dates, dates of birth and incident dates. Use text only when the answer is approximate.

How many different field types does a typical form use?

Eight on a classic form and six on a conversational one, by the median across this corpus. Very few forms use more than ten kinds. A form that needs twelve different controls is often two forms joined together, such as an application and a consent, and reads better split in two with sections of their own.

Can a respondent add extra rows to a table field?

No. A table field renders exactly the number of rows set as its minimum, and there is no add row button, so set the row count to the most answers you expect. The table forms here use fixed rows for referees, emergency contacts and work history, and 32 of the 74 tables are required.

Written by

Nuwan Madhusanka · Co-founder

Works across the builders and the export paths: how a form becomes a PDF, how a flyer canvas becomes a print file, and how a signed document carries its audit trail.

LinkedIn profile

Sources

Written and checked by the OneCraft team. Last checked .

Make your own form

Describe what you need and the generator writes and designs it, then you edit anything you like.

See what it can make

Read next

For the steps inside the builder, read the guideon this topic.