hCaptcha on Custom Form returns invalid
-
Hello there,
I tried creating a custom form with an hCaptcha-Integration.
We did it like in the readme.this is in the form:
<?= do_shortcode('[hcaptcha force="true" auto="true" action="quote_request_action" name="quote_request"]', false)?>
For verification, we tried both functions:
$result = hcaptcha_request_verify( 'quote_request_action', 'quote_request' );
$r = hcaptcha_verify_post();But the return is “The response parameter (verification token) is invalid or malformed.”
But: the token in the backend returns valid, and it does work too. The frontend-part of the hCaptcha does work, and it does force you to challenge the captcha, but the serverside verification fails.
Is this a plugin problem?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘hCaptcha on Custom Form returns invalid’ is closed to new replies.