Setting Up reCAPTCHA
Chapter 1:
Step 1: Sign Up for Google reCAPTCHA
Go to the Google reCAPTCHA Admin Console.
Register your site by adding your domain (e.g.,
localhost
for development and your production domain).Choose reCAPTCHA v3.
Copy the Site Key and Secret Key.
Step 2: Add Keys to Your Environment
Open your
.env
file and add the keys:
Step 3 - Whitelisting Domains
In your backend, ensure that the domains allowed to submit forms are whitelisted. The SSK Form Component provides this by default for production and development environments.
This prevents tokens from untrusted sources from being processed.
Last updated