Status tabs
Every submission lands in exactly one of three buckets, decided server-side by Raykoi’s spam-scoring pipeline (honeypot, CAPTCHA, rate limiting, and repeated-failure signals):
A submission is never deleted just for being classified spam or suspicious — you decide what to do with it.
Reading a submission
Click into any row to see the full field-by-field breakdown, plus metadata Raykoi captures automatically: submission time, country (derived from IP, never stored raw), a coarse device type and browser (derived server-side from the User-Agent — never trusted from the client), and the referring page. Uploaded files are shown inline with a signed, time-limited download link — see File Uploads. The same data is available programmatically through the Server Data API if you want to pull it into your own system instead of reading it in the dashboard:Search and filtering
Search across submitted field values, and narrow by time range. Marking a submission as read/unread is purely for your own triage — it has no effect on the data itself or on any integration.Blocked attempts
A submission that never made it past honeypot/origin/quota/CAPTCHA enforcement doesn’t appear in the main Valid/Suspicious/Spam table at all (it was never stored as a submission) — but it’s not invisible either. This same Submissions screen also surfaces blocked attempts with the reason each one was rejected, useful for diagnosing “why isn’t my traffic getting through” without digging through server logs. Free on every plan, no entitlement required.Don’t confuse this with the separate Activity tab, which tracks visitor engagement (views, starts, device/browser/country) rather than rejected submissions — see Analytics & Activity.