I'm wondering how to implement the
<cms:RecaptchaControl ID="NewReCaptcha" runat="server" PrivateKey="[my key here]" PublicKey="[my key here]"/>
inside an ascx file? I've got that in one and when I click on the checkbox it just sits there spinning, seemingly never gets a callback. I've got another one that's working inside of a kentico form and when I right click -> properties (https://google.com/{etc}), the cb= uri parameter is different between the two (that's the only difference). Is there any way to change cb= ? or is this not the problem?
How can I implement that control in an ascx file? I checked our existing forms and they're all html not ascx. The instructions didn't say much on this topic.
Thank you!
You need to set at least the following fields.
PublicKey PrivateKey Language Theme Type Size
I'd suggest getting the PublicKey and PrivateKey values from the system settings vs. hard coding them.
PublicKey
PrivateKey
Please, sign in to be able to submit a new answer.