Avada › Forums › Community Forum › ACF Repeater Field, how to display content in an Avada layout
-
AuthorPosts
-
I’m trying to dynamically display an ACF custom field to allow different amounts of rows per post. E.g. a checklist for example would have undefined amount of rows.
I’m using the Repeater ACF field as this seems most appropriate. Any idea how I list the repeater field return value into a layout element? I tried Avada’s Toggles element, but that just outputs the word “Array”. Is there any element that can loop through the array and display entries for each array value?
Or if there’s a better way to do it, I’m open for suggestions.
I am trying to do something similar, just display the contents of a repeater sub-field. I too am seeing Array instead of the values.
Did you figure this out?
This could be done by creating PHP template, repeater field needs a loop which I don’t think avada dynamic field handle.
-
AuthorPosts
- You must be logged in to reply to this topic.