Generating a list of radio options inside a MIGX from another MIGX using @CHUNK

I know this can be done with a radio option using something like @CHUNK chunk_name where there is a snippet inside chunk_name that generates a valid input options string. When I did that same set up but used the tv in a migx config, it doesn’t generate anything.

product-options @CHUNK

[[getImageList?
    &tpl=`@INLINE [[+title]]`
    &tvname=`product-migx`
    &outputSeparator=`||`
    &limit=`0`
    &docid=`107`
]]

MIGX config

[
  {
    "caption":"Features",
    "fields": [
      {
        "field":"products",
        "inputTV": "radio-options"
      }
    ]
  }
]

getImageList doesn’t support @INLINE.
Use &tpl=`@CODE:[[+title]]` instead.

airplane-facepalm

Yup, that was it exactly. Thank you!

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.