Skip to main content
Nintex Community Menu Bar

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

  • April 25, 2017
  • 1 reply
  • 8 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

Forum|alt.badge.img+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.