Avada Forums Community Forum ACF Repeater Field, how to display content in an Avada layout

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • NickFrench
    Participant
    Post count: 4

    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.

    toddlash
    Participant
    Post count: 2

    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?

    xauditor
    Participant
    Post count: 14

    This could be done by creating PHP template, repeater field needs a loop which I don’t think avada dynamic field handle.

    arunajr
    Participant
    Post count: 5

    you can solve this problem using function code, and call field value using shortcode.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.