Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.


In this tutorial you will learn how to customise the output of the ConfiForms based on field values

Error rendering macro 'excerpt-include'

No link could be created for 'Creating a simple form'.

We will start with definition of a simple form, which has 2 fields: both of type "text"

Then we define a TableView (references our form, called "myform") which will show the values stored by this form:

And start defining CSS Rules

Which means that if the value stored in the field "f1" matches the given filter: f1:test* then it will be shown in red on a yellow background

We add another rule

for field "f2", to show it on a grey background if the value stored in "f2" field is empty

Both rules are configured for the TableView we have created

And here is how the table is shown when some field values meet defined conditions

CSS Rules for ConfiForms Fields work with:
  • ConfiForms TableView macros
  • ConfiForms TableView Merger macros
  • ConfiForms CardView macros
  • ConfiForms ListView macros
  • ConfiForms CalendarView macros
  • ConfiForms CleanView macros
  • No labels