• Resolved adwrt

    (@adwrt)


    Can you provide any guidance on how to use the [pass] shortcode to access sub-field values within a [repeater]? For example:

    [toggles]
      [repeater field="best_practices"]
        [pass fields="best_practice_title, best_practice_location"]
          [toggle title="{BEST_PRACTICE_TITLE} - {BEST_PRACTICE_LOCATION}"]
            content here
          [/toggle]
        [/pass]
      [/repeater]
    [/toggles]
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Woo.. At this point [pass] doesn’t support sub-fields yet, I’ll look into it for the next update.

    Plugin Author Eliot Akira

    (@miyarakira)

    OK, please see the latest update – when [pass] is used inside repeater, it should get sub fields just as your code expects. I’m curious to hear if it will work for you.

    Thread Starter adwrt

    (@adwrt)

    Wow, thank you! I really appreciate you adding that functionality so quickly! It works perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[pass] within [repeater]’ is closed to new replies.