| FieldtypeCheckbox | Checkbox: This Fieldtype stores an ON/OFF toggle via a single checkbox. The ON value is 1 and OFF value is 0. |
| FieldtypeComments | Comments: Field that stores user posted comments for a single Page |
| FieldtypeDatetime | Datetime: Holds date and optionally time values. |
| FieldtypeEmail | E-Mail: Fieldtype for holding an email address. |
| FieldtypeFieldsetClose | Fieldset (Close): Fieldtype to close a FieldsetOpen |
| FieldtypeFieldsetOpen | Fieldset (Open): Open a fieldset to group fields. Should be followed by a Fieldset (Close) after one or more fields. |
| FieldtypeFieldsetTabOpen | Fieldset in Tab (Open): Open a fieldset to group fields. Same as Fieldset (Open) except that it displays in a tab instead. |
| FieldtypeFile | Files: Field that stores one or more files with optional description. |
| FieldtypeFloat | Float: Field that stores a floating point number. |
| FieldtypeImage | Images: Field that stores one or more image files. |
| FieldtypeInteger | Integer: Field that stores an integer value. |
| FieldtypeLikes | Likes: Holds quantity of "likes" for a given page |
| FieldtypeModule | Module Reference: Field that stores reference to another Module. |
| FieldtypeOptions | Select Options: Field that stores single and multi select options. |
| FieldtypePage | Page Reference: Field that stories references to one or more ProcessWire pages. |
| FieldtypePageTable | ProFields: Page Table: Concept by Antti Peisa, Code by Ryan Cramer, Sponsored by Avoine |
| FieldtypePageTitle | Page Title: Field that holds a Page title |
| FieldtypePassword | Password: Fieldtype for holding a hashed and salted password |
| FieldtypeRepeater | Repeater: Maintains a collection of fields that are repeated for any number of times. |
| FieldtypeRepeaterMatrix | ProFields: Repeater Matrix: Commercial Fieldtype module providing multi-type repeaters. |
| FieldtypeTable | ProFields: Table: Field that lets you define a database table of custom fields. |
| FieldtypeText | Text: Basic Field that stores text, typically a single line. |
| FieldtypeTextarea | Textarea: Field that stores multiple lines of text |
| FieldtypeToggle | Toggle (Yes/No): Configurable yes/no, on/off toggle alternative to a checkbox, plus optional “other” option. |
| FieldtypeURL | URL: Stores a valid URL value, whether local/relative or a URL that includes a protocol. |
| FieldtypeVerifiedURL | ProFields: Verified URL: and re-verifies it over time at set intervals. |