Google reCaptcha V2 problem

Resolve Google reCaptcha V2 "No secret key is provided" error.

Overview

The error occurs because the secret key is missing, and it cannot be entered in the form's design tab.
Enter the required secret key in the form's setup tab instead of the design tab.

Answered
wu wurzelsepp 28 Feb, 2019
i always run into "You didn't pass the NoCaptcha verification"
in debug it says:
[google_nocaptcha7] => Array
        (
            [_error] => No secret key is provided.
            [var] => 
        )

but there is no possibility to enter the secret key in the design tab, there only the site key can be entered! where to enter the secret key???
wu wurzelsepp 28 Feb, 2019
Answer
1 Likes
sorry guys, my mistake!

in the setup tab the secret key can be entered!
This topic is locked and no more replies can be posted.