Form Captcha
Last updated
Last updated
By default, the form is using a development captcha which is always return solved. This need to be updated by supplying the key.
Log in to the 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 the TURNSTILE_SITE_KEY
and TURNSTILE_SECRET_KEY
Log in to the and select your account.
Go to Turnstile.
In the widget overview, select Settings.
Copy your sitekey and secret key.
update your .env
file for the TURNSTILE_SITE_KEY
and TURNSTILE_SECRET_KEY
Update the default captcha value by update the captcha_provider_name
to Google
.
go to Config
folder
find recruit.php
file and update the captcha_provider_name
.