Skip to main content
Nintex Community Menu Bar

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!

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.