Hello.
I want to integrate the Funcaptcha in my Toplist but im lost with this:
PHP
In your PHP code where you are validating your form, you will need to pass your private key and the value of “fc-token” to the FunCaptcha API server either via POST or GET:
$private_key="_YOUR_PRIVATE_KEY_"...