Hi,
I have a form called 'tags' with two fields:
It works fine.
I have another form called 'articles' with fields:
I am trying to create a field that contains the list of tagSelected, but rendered as a list of 'tagLink' rather then a list of 'tagName'.
I tried all sorts of things, including queryAndRender, queryAndSet, etc., but anything I tried only works by taking a single value from the 'articles' and look for multiple values in the 'tags', not the other way round. I want to take the tagSelected apart, look up the corresponding tagLink and put them back together into a comma separated list, rendered as clickable links using tagName as the URL label.
I could use the tagLink in the Smart multi-select field (aka 'tagSelected'), but the dropdown shows the HTML code as options, not the user-friendly URL label (tagName).
Copilot is not useful as it keeps suggesting solutions my Cloud instance doesn't support, for example cannot use 'IN', 'CONTAINS', etc in filters.
How can I achieve this?
Thank you,
Peter
When you create a view over the "articles" form you can have a ConfiForms Field added with a field name parameter set to
tagSelected.transform(tagLink).join(<br/>)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.