CAPTCHA — bring-your-own-keys or Managed — requires the Starter plan or above. Toggling it on below a Starter plan returns a
403.1
Create an hCaptcha account
Sign up at dashboard.hcaptcha.com/signup (or sign in if you already have one).
2
Add a new site
From the dashboard, go to Sites → New Site. Enter a hostname — the domain your form will actually run on.
3
Copy the Site Key
Once created, the site’s Sitekey is shown on its settings page.
4
Get your Secret Key
Go to Settings → API Keys (a Secret Key is created automatically with your account, shared across sites unless you generate a dedicated one per site).
5
Connect it to Raykoi
In your form’s Spam Protection settings, choose hCaptcha, and paste in both keys. Raykoi stores the secret server-side and resolves the site key to your frontend automatically via Get a Form’s Schema’s
captcha field — you never hardcode either value into your integration.Verifying it’s working
Submit a test entry through your actual integration. If the token never reaches Raykoi (check the Activity tab or your browser’s network inspector for acaptcha_token in the request body), the most common cause is the widget script being blocked — an ad blocker, a strict Content Security Policy, or a hostname mismatch between what you entered in step 2 and where the form is actually embedded.