Page tree

Versions Compared

Key

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

...

ConfiForms Form Definition
formNamef
sash

 

mytextfieldMy text fieldtext

 

We can build a simple CardView over it's data and to show a createdBy field in addition to defined "mytextfield"

...

ConfiForms CardView
formNamef

mytextfield

createdBy

 

 

Info

However, ConfiForms does NOT track the last updater by default, but it can be easily added

 

We will use the same form, add a hidden field to store the last updater and update this field with IFTTT on record create and record update

...