What would the process be of adding an ACF field into one “pane”, “section” of the repeater field?
So I have a repeater field that outputs product information, in multiple “panes”, like:
– Overview
– Features
– Sound
– Video
– Size
And I want to put an ACF field only on the “Sound” field like so:
– Overview
– Features
– Sound => Sound Bar Graph
– Video
– Size
Is there a way to do this in ACF?
Create a conditional field that is only availagle if there is information in the “sound” field. Or make the sound field a group field with 2 sub fields.