Info | ||
---|---|---|
|
You can show the data stored with ConfiForms in various ways
- as table, using ConfiForms TableView macro - best for showing your form's data in a tabular form
- as card, using ConfiForms CardView macro - best for showing the data in a card
- as calendar - grouping by date/datefield field and showing the contents of a form in a calendar
- as list / wysiwyg, using ConfiForms ListView macro - best for showing the data the way you want. Anything (any macro) you put inside ListView will be rendered for each data row
- as value, using ConfiForms ValueView - best for showing just the field value
...
Using CardView
Using ListView
Using CalendarView
CalendarView, as any other view operates on ConfiForms Field macros (on the screenshot you see "fieldName=summary" is actually a ConfiForms Field macro - just rendered like that by Atlassian new editor (we hope it will be fixed one day... ) )
More on this: Multiple ways to show your form data in Confluence with ConfiForms (ConfiForms server / data center)
...