Environment Variables for reCAPTCHA
Chapter 4:
Step 6 - Test Your Form with reCAPTCHA
After integrating reCAPTCHA via the SSK Form Component, ensure it's working as expected by following these steps:
Run your local server Ensure your local server is running with the correct
.env
variables loaded.Submit the Form Submit the form through your frontend, and verify that the reCAPTCHA validation occurs.
Use reCAPTCHA Test Tool Use the Google reCAPTCHA Testing Tool to simulate user interactions and verify that the form works as expected.
Step 7 - Debugging
If reCAPTCHA is not working, check:
The reCAPTCHA score (recommend > 0.7).
Ensure that the domains in the whitelist are correct.
Last updated