Possible to timestamp last edit of a single element?

uktran

Member
For example, I have a joined table with contact records eg address, phone etc. I want to record the time that the address was last updated. (but other edits won't update timestamp)
 
you can add a form php plugin, compare data and original data of your address element(s) and set your date element

Gesendet von meinem SM-G930F mit Tapatalk
 
To get the original data ...

$origData = $formModel->getOrigData();

You can then var_dump that to see what format it's in.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top