> For the complete documentation index, see [llms.txt](https://docs.startupstarterkits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.startupstarterkits.com/ssk-pro-features/index-2/chapter-4.md).

# Environment Variables for reCAPTCHA

## 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:

1. **Run your local server**\
   Ensure your local server is running with the correct `.env` variables loaded.
2. **Submit the Form**\
   Submit the form through your frontend, and verify that the reCAPTCHA validation occurs.
3. **Use reCAPTCHA Test Tool**\
   Use the [Google reCAPTCHA Testing Tool](https://developers.google.com/recaptcha/docs/faq) 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.
