Roundtable continuously monitors user behavior throughout the session and can gate form submissions just like reCAPTCHA. This guide shows how to replace reCAPTCHA v3 with Roundtable.Both reCAPTCHA v3 and Roundtable provide a risk score, but they use opposite scales. reCAPTCHA scores range from 0.0 to 1.0 where higher scores indicate lower risk, while Roundtable scores range from 0 to 100 where higher scores indicate higher risk.
Replace your reCAPTCHA script with the Roundtable tracker and update your form submission to send the session ID instead of a token. You can copy the exact script tag with your site key from the Roundtable Dashboard.
Replace your reCAPTCHA verification with a call to the Roundtable API. We recommend starting by blocking submissions with a risk score of 70 or higher.You’ll need your secret key from the Roundtable Dashboard for API authentication.
Roundtable lets you easily replicate reCAPTCHA’s form gating, but you can also do more. Unlike reCAPTCHA’s single risk score, Roundtable provides detailed biometric checks and device flags for full visibility into session risk. You can use these individual flags to create sophisticated blocking rules beyond the risk score and gain insights into your users.