Hello, I apologize dearly for posting this as I know there are a ton of ReCaptcha questions already up, and I've probably read through a majority looking for some sort of answer. I've spent a better part of my afternoon creating and testing the snot out of a form I created for people to request information from my organization. Everything is going well, including the email being sent to the correct person, which is even showing right in the email😀
I use ReCaptcha for everything on my site, and was pretty happy when I saw that chronoforms had ReCaptcha built in. I enabled it as per the youtube tutorial, got it up and looking the way I want, set up the onLoad and onSubmit events with the event loop for the onFail event. However, when I try to submit the form with "check ReCaptcha" in the onSubmit event, I constantly get my error message for a wrong code. When I remove the "Check ReCaptcha" from onSubmit event, I am able to send it, but lose the verification, making even having the ReCaptcha worthless, as I can type anything in to the box and it will send.
I don't know if I messed up, but I used the public and private keys assigned to my domain from ReCaptcha, instead of those already input from my "Activating" the verification for onLoad and on Submit. If this is the root of my problem, where can I find the keys that were already there?
I use ReCaptcha for everything on my site, and was pretty happy when I saw that chronoforms had ReCaptcha built in. I enabled it as per the youtube tutorial, got it up and looking the way I want, set up the onLoad and onSubmit events with the event loop for the onFail event. However, when I try to submit the form with "check ReCaptcha" in the onSubmit event, I constantly get my error message for a wrong code. When I remove the "Check ReCaptcha" from onSubmit event, I am able to send it, but lose the verification, making even having the ReCaptcha worthless, as I can type anything in to the box and it will send.
I don't know if I messed up, but I used the public and private keys assigned to my domain from ReCaptcha, instead of those already input from my "Activating" the verification for onLoad and on Submit. If this is the root of my problem, where can I find the keys that were already there?