Identify who filled/checked each fields in a multi users environment
Hi,
I'm trying to build a form for quality checks.
Multiple users will have access to the files and each are responsible to fill some fields and check some checkboxes.
I would like to log or display who did it and possibly when. The date part seems kinda easy with javascript but the identity part is another thing.
I know that identity is protected for security reasons so I cannot use this. Is there an alternative ?
I though about popping up a screen when the form is loaded where the user can enter his initials but anyone can input anything so that could be an issue.
Thnak you
