Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
Excerpt

Simple, but powerful concept to show how template names can be dynamically looked up from field values and used to create pages


Since some time ago we have added a support to reference Confluence templates from ConfiForms IFTTT's and from ConfiForms Registration Control macros.

This enables you to avoid content duplication and reuse the content / layout in many places.


See more about this on Using ConfiForms plugin as a page template engine in Confluence and Using Confluence templates with ConfiForms and avoid configuration duplication

...

In version 1.19 of ConfiForms addon app we have added a way to dynamically set the name of the template you want to use:

...

Info

Status
colourGreen
titleFrom version 1.47.2

You can include the template without evaluating it's parameters.

Code Block
[rawtemplate.[entry.somefield]]

The contents of the template (value for template name will be taken from "somefield") will not be evaluated against the current record, but will be included as-is

...