I have a field, call it myfield, which is type Dynamic Multi-label, which is supposed to IDs for some applications.
In Coniform Field Macro, for field name, I am trying to prepend a part of a link to each ID, which is done by doing: myfield.transform(label.prepend(*link*).asLink)
The above works, but I want the the link to be a hyperlink with text *ID*.
So something like: myfield.transform(label.prepend(*link*).asLink(current_ID))
Dynamic fields in ConfiForms usually dont have any IDs.. that is the point of those fields - to add arbitrary values (not linking to other objects)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, of course
Something like
myfield.transform(fieldproperty.prepend(test.com/).asLink()).asList
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.