G10DER Repeater Fields for Advanced Custom Fields
G10DER Repeater Fields for Advanced Custom Fields
Description
G10DER Repeater Fields adds repeater field functionality for Advanced Custom Fields.
Create repeatable groups of fields without requiring ACF Pro.
Features:
- Repeater field for ACF Free
- Unlimited rows
- Minimum and maximum row limits
- Drag and drop row sorting
- Row collapse and expand
- Multiple repeater fields per page
- Import and export support
- Developer-friendly API
- Lightweight and fast
Supported Sub Fields:
- Text
- Textarea
- Number
- Select
- Checkbox
- Radio
- True / False
- Image
- File
- Date Picker
- Date Time Picker
- WYSIWYG
Usage
Create an “Extended Repeater” field inside an ACF field group.
Retrieve values using:
Helper Function
The plugin includes a helper function:
Example:
Select and Radio fields return:
‘option_1’,
‘label’ => ‘Option 1’,
);
?>
Checkbox fields return:
‘Option 1’,
‘option_2’ => ‘Option 2’,
);
?>
Installation
- Install and activate Advanced Custom Fields.
- Upload and activate G10DER Repeater Fields for Advanced Custom Fields.
- Create or edit a field group.
- Add the Extended Repeater field.
- Configure sub fields.
- Save the field group.
Screenshots
Faq
No. It works with Advanced Custom Fields Free.
Yes. Field groups can be exported and imported normally.
Yes. The field integrates with ACF’s get_field() function.
Yes. Rows can be reordered using drag and drop.
Reviews
Changelog
1.0.0
- Initial release.
- Repeater field for ACF Free.
- Drag and drop sorting.
- Row collapse and expand.
- Min and max row validation.
- Import and export support.
- WYSIWYG support.
- Date Picker support.
- Date Time Picker support.
- Helper functions.




