Field

A field is a user interface element designed for entering data. Many software applications include text fields that allow you to provide input using your keyboard or touchscreen. Websites often include form fields, which you can use to enter and submit information.

In software programs, the terms "field" and "text box" may be used interchangeably. For example, a world processor may provide several formatting options, such as font size, line spacing, and page margins. Each option includes a text box where you can manually enter custom settings. Many applications also include a search field (or "search box") that allows you to search the contents of one or more documents.

When you visit a website, it may provide a form that allows you to enter data, such as your billing address or registration information. Each single-line text box within a web form is called an "input" field and is defined by <input type="text"> in HTML. Fields with more than one line are called text areas and are created using the <textarea> tag. You may also encounter login forms that include two fields for entering your username and password. Most password fields are defined as <input type="password"> which hides the characters as you type.

NOTE: Databases also include fields. Each row or "record" in a database table may include multiple fields. The table columns define what fields are available in each row. Therefore, a specific column and row combination (such as Row: 101, Column: Name) defines a specific field. Individual fields in a database may be searched and modified using standard SQL queries.

Updated August 1, 2014 by Per C.

quizTest Your Knowledge

Which of the following statements best describes downtime?

A
It is the amount of time a computer has been turned off.
0%
B
It is the length of time it takes to download a file.
0%
C
It is the amount of time an online service is unavailable.
0%
D
It is the length of time a computer has been in use.
0%
Correct! Incorrect!     View the Downtime definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of Field on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.