Having previously worked fine I am now getting the message The reCAPTCHA wasn't entered correctly. Please try it again. after successfully clicking through the pictures.
Debugger shows:
[Check Google NoCaptcha] => Array
(
[0] => Array
(
[0] => missing-input-response
)
We have recently added a cert to the site would that make a difference?
Thanks.
Bob,
Thanks for the response.
I saw that but as it had a different error message than I was getting so assumed it was unrelated.
Could you clarify what this means?
I modified the "LoadReCaptcha" action / advanced - 1rst Url (ReCaptcha server)
for https
Thanks
Hi TheMadMonk,
I think that in CFv5 the setting to change is in the Load ReCaptcha action where SSL server? needs to be set to Yes.
Bob
I see that in Load Recaptcha and it asks for a public key - I have a site key and secret key from google but not a public key.
I am actually using load google nocaptcha / check Google Nocaptcha - should I be using Load Recaptcha / Check Recaptcha?
Hi TheMadMonk,
It sounds as if you have the correct actions and keys for NoCaptcha. There is no SSL setting in that case. Are you seeing any JavaScript errors on the form page?
Bob
I am not seeing any JavaScript errors.
I wonder if I have bigger issues as I am also struggling to capture input from forms.
I experimented with honey pot and put Load Honeypot first in the on load section and Check Honeypot in the on submit section
The debugger gives me:
(
[Check Honeypot] => Array
(
[0] => Token mismatch
)
)
So it appears no matter what I use I get an error.
Is it possible I have corrupted files somewhere? If I delete and reinstall the component would I lose the forms I have created?
Thanks
Hi TheMadMonk,
If you post a link to the form I'll take a look and see if I can spot anything.
Bob
Thanks Bob can you remind me how to send you a PM?
Hi The MadMonk,
You can send me a PM in a couple of ways:
a. Click the Envelope icon above the Topic Title then New Message
b. Click my name in the forum, then - if you are lucky - you will see an envelope icon you can click - but sometimes it is off-screen :-(
You can also add the link here and use the Private tags - the key icon at the right of the icon bar - to hide it.
Bob
Thanks Bob
That got me thinking that the only major change we have made is add a cert to the site.
In the joomla global configuration server setting if I change the force https from entire site to none then the form passes the recaptcha and submits with the data.
So adding the cert appears to be the problem.
Any thoughts?
Hi TheMadMonk,
Not really - check that the form Action URLs are picking up the https correctly . . . but I don't see what is causing the redirection and the loss of data. Do you have some sever security module enabled that might do that?
Bob
I have a solution...
If I change the default setting of "Relative Url" in the Html (Render Form) action from yes to no the contact form works as expected.
This seems counter intuitive. Wouldn't we want "Relative URL" to be yes.
Thanks
Hi,
Is it possible to turn it off also in ChronoForms6? I cannot find any similar options.
Thanks.