Get Started ·  2 min read

Supported ACF Field Types

2 min read

Frontend Editor ACF supports the most common ACF field types out of the box. Below is a complete list of what you can edit and how each field behaves in the editor panel.

Text & Content Fields

Field TypeWhat it looks likeNotes
TextSingle-line text boxStandard text input
TextareaMulti-line text boxResizable, plain text
NumberNumber input with up/down arrowsOnly accepts numeric values
EmailText boxValidates that the value is a proper email address before saving
URLText boxValidates that the value starts with http:// or https://
PasswordText box with show/hide toggleClick the eye icon to reveal what you typed
RangeSliderDrag left or right; the current value is shown beside the slider
WYSIWYGRich text editor (TinyMCE)Full toolbar for bold, italic, lists, links, and images

Choice Fields

Field TypeWhat it looks likeNotes
SelectDropdown menuSupports single and multi-select
CheckboxList of checkboxesSelect as many options as you need
RadioList of radio buttonsOnly one option can be selected at a time
Button GroupRow of buttonsClick a button to select it
True/FalseToggle switchClick to switch between on and off

Date & Time Fields

Field TypeWhat it looks likeNotes
Date PickerCalendar date inputClick to pick a date
Time PickerHour and minute inputs with AM/PMIncludes a “Now” button to fill the current time
Date & Time PickerCombined date and time inputLets you set both date and time together

Media Fields

Field TypeWhat it looks likeNotes
ImageThumbnail with edit/delete buttonsOpens your WordPress media library to select or upload an image
FileFile name link with edit/delete buttonsOpens your WordPress media library to select or upload a file

When you click Upload Image or the edit icon on an existing image, the standard WordPress media library opens. Select a file from your library or upload a new one, then click Use this image (or Select).

Other Fields

Field TypeWhat it looks likeNotes
Color PickerFull color picker with HEX, RGB, HSL modesIncludes hue, saturation, brightness, and alpha sliders
oEmbedURL text boxEnter a URL from a supported service (YouTube, Vimeo, etc.)
Page LinkURL or post ID inputEnter a URL or a numeric post ID

Field Types Not Supported

The following ACF field types are not available in the frontend editor panel and will not appear even if they are assigned to the post:

  • Repeater
  • Flexible Content
  • Group
  • Clone
  • Gallery
  • Relationship
  • Post Object
  • Taxonomy
  • User
  • Google Map
  • Message (display-only)
  • Tab (display-only)
  • Accordion (display-only)

These fields can still be edited from the standard WordPress post editor in the admin dashboard.

Tips

  • If a field you expect to see is missing from the panel, check that its field type is in the supported list above.
  • Required fields show a red asterisk (\*) next to their label. You must fill them in before the form will save.
  • Validation errors (invalid email, bad URL, etc.) are shown in red below the field. Fix the value and click Save again.

Was this page helpful?

Your feedback helps us improve the docs for everyone.

Thanks for your feedback!