reCAPTCHA Setup
Google reCAPTCHA helps prevent spam and bot submissions on feedback forms. It's optional โ tenants can enable/disable it per campaign.
๐ง Setupโ
Step 1: Register Your Siteโ
- Go to Google reCAPTCHA Admin
- Click + to register a new site
- Label: "FeedbackPulse"
- reCAPTCHA type: v2 ("I'm not a robot" checkbox)
- Domains: add
yourdomain.com(and any subdomains) - Accept the terms โ Submit
- Copy the Site Key and Secret Key
Step 2: Configure .envโ
RECAPTCHA_SITE_KEY=6Lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
RECAPTCHA_SECRET_KEY=6Lxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Step 3: Enable Per Campaignโ
Tenants can enable reCAPTCHA on individual campaigns:
- Go to Campaigns โ Edit a campaign
- Toggle Enable reCAPTCHA
- Save