Can I automatically populate my option list from a repeater or collectionlist?
Hello,
As this addon isn’t up to date and apparently not compatible with V2, does someone know a way to achieve this ?
I want to get all values from a collection’s key, and put it inside a singleton select input.
Thanks
Ok I finally found a way to solve this, even tough I did many searches before posting.
I created a singleton with an input : “Content link”
This input allow you to choose from which model you want to get datas. So instead of getting just the values from a collection’s key, I get the datas from an item.
Also, if you want to only display a specific field from the datas you have to specify this in the “display” field, under the “Content link” options tab :
${data.theFieldYouWant}