Form Captcha
By default, the form is using a development captcha which is always return solved. This need to be updated by supplying the key.
New Sites
Log in to the Cloudflare dashboard and select your account.
Go to Turnstile.
Select Add a site and fill out the form.
Copy your sitekey and secret key.
update your
.env
file for theTURNSTILE_SITE_KEY
andTURNSTILE_SECRET_KEY
Existing sites
Log in to the Cloudflare dashboard and select your account.
Go to Turnstile.
In the widget overview, select Settings.
Copy your sitekey and secret key.
update your
.env
file for theTURNSTILE_SITE_KEY
andTURNSTILE_SECRET_KEY
If you want to use Google ReCaptcha, follow the instruction below
Update the default captcha value by update the
captcha_provider_name
toGoogle
.go to
Config
folderfind
recruit.php
file and update thecaptcha_provider_name
.
Last updated