Hello Folks,
I have created an ACF Field Group with some group types inside of it. I’m trying to push info from those group type items but I’m struggling on how to do it. Could you guys give a little help.
Scenario:
Field Group
- Group -> Amazonia (field label: Amazonia, field name: amazonia)
- Group -> Pantanal
- Group -> Regiao dos lagos
and so on
Group Types
-> Amazonia
- label: location, name: location_amazonia, type: text
- label: description, name: description_amazonia, type: text
- label: year, name: year_amazonia, type: number
and more fields
-> Pantanal
- label: location, name: location_pantanal, type: text
- label: description, name: description_pantanal, type: text
- label: year, name: year_pantanal, type: number
That’s the pattern I’ve structured. My goal is to dynamic push info from those sub-fields of groups field.