Hi,
I would like to add a dynamic link (i.e. the link contains a value from the current document) into a form.
Is there a way to model that without custom implementation?
In text fields I can use html to define a link, but did not find a way to reference field values. In expressions I think I cannot define a link.
Thanks,
Karo
Hey Karo,
you can define a link in expressions. A link to the official mgm page would work like this:
“CUSTOM LINK”
→ edited with a space in between, so the markdown in Discourse does not trigger: “[CUSTOM LINK] (http://www.mgm-tp.com)”
You can also add dynamic link like this:
case[xy] != “” {
“[CUSTOM LINK](” [xy] “)”
}
I hope this helps. 
Best,
Nora