Metsbox Dynamic List

Solved the problem with repeatable fields inside a cpt-loop with Metabox:

You have to create a GROUP field (extension needed) first for the repeatable field.
And make this group cloneable.
Then inside the group you define the field that needs to be displayed in Bricks.
Because only groups can be choosen as Type/Source in a Bricks CPT loop (with Metabox)
Then it works :slight_smile:

Here are the relevant screenshots (to use it for yourself)

CPT Custom Fields setup for Group and Subfields (inside group):

CPT Group field edit screen with values:

This is how the DOM looks like:

Sub-Loop setup with Group-Field setting:

dynamic Data Field (Group subfield) inside Bricks:

This is how the result looks on FrontEnd:
2024-09-14_10.14h_56-cleanshot@2x

########################

I found a youtube video that made it click in my head (maybe yours, too)

2 Likes