Is there a way to capture the client OS when a user submits a form?

  • 25 April 2017
  • 1 reply
  • 2 views

Some of our users will be submitting via their desktop computer, others via their iPhones and we were hoping to tell which submissions came from which platform.  Thanks!


1 reply

Badge +4

Hello,

good solution is to create "hidden" list column, and use JavaScript to check client´s browser (use: window.navigator.userAgent )-> then the result of the checking store to the "hidden" list column and its all.

Reply