e-addons

Share

ic Pro Form Extended bwe-ProForm Extend

Dynamic Tag Repeater Field

Display a simple representation of full Repeater trough a list with all rows and sub fields.
Or return it as Data to fill a Form Repeater Field.

Complete support for any type of Repeater field, like ACF, JET and standard Meta Fields.

Print and return any Repeater meta field

DEMO

Generate Repeater with Form

Remove
Duplicate
Up
Down
Row {{ID}}

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!',
  ),
)

elementor dynamic tag repeater

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

elementor form ACF repeater