Page 1 of 1

Logging issue

PostPosted: Wed May 15, 2019 3:36 pm
by jessiekidfernando
Hello Everyone,

Do we have a table or reference that we can view every time the data on custom fields (vdc_form_display.php) are being changed or modified . See image below.

https://snag.gy/ncFZs8.jpg

Let's say we want to know when and what data on these fields were modified or changed.

Regards,

Jessie

Re: Logging issue

PostPosted: Wed May 15, 2019 3:51 pm
by williamconley
This runs in the Agent Screen, not on the Server. Thus there is no "table" on the server with this information until after it has been submitted.

Any (Good?) Javascript coder can tell you what the DOM is and/or how to attach an "onupdate" or "onchange" or similar event to any object on the page.