Form Statistics
View views, submissions, and spam trends over time with the Statistics tab.
The Statistics tab shows a line chart and summary cards for activity on your form over the last 30 days or 12 months.
Summary cards
Four cards appear above the chart:
| Card | What it shows |
|---|---|
| Views | Total pixel-tracked page views in the selected period |
| Submissions | Total non-spam submissions in the selected period |
| Spam | Total spam-flagged submissions in the selected period |
| Avg views / day (or month) | Views ÷ number of periods |
Chart
The chart plots three lines over time:
- Blue — page views (requires the pixel tracker to be added to your page; see Setup)
- Green — accepted submissions
- Amber — spam-flagged submissions
Hover anywhere on the chart to see exact counts for that day or month.
Period toggle
Switch between Daily (last 30 days) and Monthly (last 12 months) using the toggle in the top-right corner of the page.
View tracking
View counts come from a 1×1 pixel image that is included in the code snippets generated by the Setup tab. If you added your form before this pixel was included, add the following line inside your <form> element:
<img src="https://api.nbforms.com/pixel/YOUR_FORM_TOKEN.png" width="1" height="1" alt="view" />Replace YOUR_FORM_TOKEN with your form token (visible in Settings → Form token).