Field Render

Display an ACF Extended Form selector as radio, checkbox or select field type.

Field Group

Field Settings

Setting nameDescription
Allow FormsFilter which forms can be chosen
AppearanceSelect the appearance of this field
Default ValueEnter each default value on a new line
Return ValueReturn the form name or form ID
Allow NullAllow empty value
LayoutChoose the layout
ToggleAllow to toggle all values
Allow Custom
Allow custom value
Save Custom
Save custom value in the field settings
Select multiple valuesAllow multiple values selection
Stylised UIEnable Select2 UI style

Field Value

Return Format: Form Name

$forms = get_field('forms');

// my-form

Return Format: Form ID

$forms = get_field('forms');

// 6563

Unformatted Value

$forms = get_field('forms', false, false);

// 6563