Page tree

This is the documentation for ConfiForms Server/Data Center app

However, this might also work for ConfiForms cloud and in most cases it does. But please see this page to understand the differences between server and cloud versions of the ConfiForms app.


ConfiForms ListView is a very powerful tool, as it allows you to mix the content the way you need and and the same time have the context of ConfiForms records available to you.

Here is an idea what is possible:

Assuming you have a form with just 2 fields, you can render a custom dynamic table quite easily, and that is using a mix of HTML and ConfiForms fields

This approach works for Confluence versions up to 5.9. For later version you should try using the PlainView instead of a ListView and if that doe snot work then trying to create a user macro missing the HTML table headers and footers with a PlainView ConfiForms macro


In this example we have 2 fields:

  • author
  • birthDate

And we mix the content in the page to create a table with dynamic rows (taken from ConfiForms form) and then adding the footer

The result is as follows:

Please do not look at the styling (and do not judge too hard), as this cookbook page is not about styling, but about showing you the concepts... Thank you.