Contents

Captcha settings — Plugixa FAQ

The Captcha tab configures Google reCAPTCHA v3 for bot protection. Once enabled here, individual features (Feedback widget, Submission form) opt in via their own toggles.

Go to Plugixa FAQ → Settings → Captcha.

Captcha settings

Options

Key Default Notes
recaptcha_enabled false Master toggle. Must be on for any feature to use it.
recaptcha_site_key "" Your v3 site key.
recaptcha_secret_key "" Your v3 secret key. Stored encrypted at rest.
recaptcha_score_threshold 0.5 Minimum score to accept a submission. Range 0.0 (allow everything) to 1.0 (block everything).

Get API keys

  1. Sign in at Google reCAPTCHA admin console.
  2. Create a new site with type reCAPTCHA v3.
  3. Add your domains (include localhost for local dev if needed).
  4. Copy the Site Key and Secret Key into the fields above.
  5. Save.

Where captcha gets applied

Captcha is verified on these endpoints, only when both the master toggle and the feature’s own toggle are on:

Troubleshooting

  • Score threshold rejects real users — drop the threshold to 0.3. Google’s v3 is probabilistic; high thresholds block on network lag or privacy modes.
  • “Invalid site key” — check the domain list in the reCAPTCHA admin matches the URL you’re testing from.
  • Failures appear silent — enable Advanced → Debug logging to see the raw Google response.

Quick Links