Understand how users access your Formora forms by analyzing submissions across different device types (desktop, mobile, tablet, other) using pie and radial bar charts.
Device Breakdown card in Formora Analytics Dashboard, with chart type selector.
ua-parser-js
library to analyze the user_agent
string sent by the browser with each submission. This helps categorize devices:
mobile
).tablet
).console
, smarttv
, wearable
, xr
(Extended Reality), or embedded
.user_agent
string is missing or cannot be parsed into one of the above categories.Radial Bar chart illustrating the proportion of form submissions by device type
Pie chart illustrating the proportion of form submissions by device type