-
Notifications
You must be signed in to change notification settings - Fork 70
Adding hCaptcha
J_C___ edited this page Sep 1, 2021
·
1 revision
You can read more about hCaptcha on there website here
-
Visit their signup page here to get a free account!
-
Once youve created an account youll be greated with this page.
-
Copy down both the Sitekey and the Secret and use those in the respective environment variables inside Netlify (
REACT_APP_HCAPTCHA_SITE_KEY
andREACT_APP_HCAPTCHA_SECRET_KEY
) -
Make sure to set
REACT_APP_ENABLE_HCAPTCHA
totrue