Hi, I'd like to get the window/browser size (and possibly more info regarding the users device) when submitting a custom form built in Squiz Matrix.
Is there a way to achieve this using jQuery or JavaScript, or even a global keyword? I've tried "var windowsize = $window.width(); jQuery("#res").text(windowsize);" and other variants but nothing seems to work.
Thanks in advance for the assist.
Dave