This module allows you to capture JavaScript settings or properties from your web page and include them in your webform submissions. It can pull information like the user's browser type or Google Analytics Client ID to enrich your form data.
Allows a webform to pull a Javascript object's setting/property into a hidden field that can be included with a webform submission. This module can pull properties from window.navigator, drupalSettings and other JavaScript-based tracking software.
This module could be used with webform to capture information like:
- The Google Analytics Client ID to correlate webform submissions with Analytics sessions, allowing for more research into what was happening during their session in Analytics
- The Browser User Agent (e.g. Chrome, Firefox, etc.)