Hyperlink¶
Hyperlink displays a template-based link. Text supplies its visible literal/template content, and Url supplies the target as literal/template content. When Url is omitted, the widget uses the current node value ({{.}}).
The widget does not write a changed value back to the form data. Absolute HTTP URLs, root-relative URLs, and links shown in monitoring mode open in a new tab; other link types use the current target. If the evaluated URL is empty, the rendered text has no href.
Only configure URLs from trusted data or validate them before they enter the form data. Do not use template content to introduce unvalidated navigation targets.
Example¶
1 2 3 4 5 6 | |