Some of my forms display information only.
For example, I work for a school district. We email a hypertext link to a parent that displays the courses their child is enrolled in. When they have looked at the form, the click on the 'X' to close the page.
And I'd like to be able to determine who has/has not opened the form.
I've thought about an api push in my JavaScript behind the form, but then I'd have to create a place to catch that push and then write that to a db table.
Can I trigger an Process Diagram from within the JavaScript, perhaps that would close the form as well...
Thoughts?