Print and return any Repeater meta field
DEMO
Generate Repeater with Form
Render as simple list
- John Doe
- john@doe.com
- This is a test
- Benny Hill
- benny@hill.com
- Let me smile!
Stored Repeater Meta Field in DB
array ( 0 => array ( 'name' => 'John Doe', 'email' => 'john@doe.com', 'message' => 'This is a test', ), 1 => array ( 'name' => 'Benny Hill', 'email' => 'benny@hill.com', 'message' => 'Let me smile!', ), )
Dynamic Tag Repeater Field
Repeater Field/Custom
Search from ACF/Jet and more Repeater fields configured with extra plugins
Or simply write the Meta Field key for standard WP repeaters
Source Type
Pick the Meta Field from all standard WP objects, like Posts, Users, Authors, Terms, Attachments, Option
Search it or leave empty for current object
Form Field Repeater
Return as Data
Enable it on Default Value control of a Repeater Field to pre fill it with the Meta Value content