Page tree

Versions Compared

Key

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

...

So, imagine we have a form with 3 fields


  • t1 - text field
  • t2 - textarea field
  • d1 - dropdown field


So, in order to notify ourselves about the change in the value for each field we need to do the following

Image Added

We use Velocity's #if #end construction and call for hasChanged method for each field we are interested in.

This is how you can get the change log for your record via email in ConfiForms.


ConfiForms (FormView) Registrations Control
restrictionssash


ConfiForms Form Definition
formNamemyform

t1t1text

t2t2textarea

d1d1false[1=one|2=two|3=three|]select2

Send EmailonModifiedChange log for entry [entry.id]sasha@vertuna.com

Changelog