Edit...
I have ReCaptcha working now, yay.
But the issue is now when the recaptcha isn't entered correctly it reloads the page, looses the data and then the recaptcha breaks. It just shows {ReCaptcha} in its place.
Any way to fix that?
Thank you xD
I have ReCaptcha working now, yay.
But the issue is now when the recaptcha isn't entered correctly it reloads the page, looses the data and then the recaptcha breaks. It just shows {ReCaptcha} in its place.
Any way to fix that?
Thank you xD
Hi steelraptor,
Please post a link to the form so we can take a quick look.
Bob
Please post a link to the form so we can take a quick look.
Bob
Here ya go,
Just type in test for the fields then fail the captcha and you'll see it
http://mascotbooks.com/index.php?option=com_chronocontact&chronoformname=illustratorform
Thanks again!
Just type in test for the fields then fail the captcha and you'll see it
http://mascotbooks.com/index.php?option=com_chronocontact&chronoformname=illustratorform
Thanks again!
Greyhead here is something else I discovered... I have CURL enabled to send data to Vtiger from the form above. Now even when I fail the recaptcha the data is still sent to Vtiger. Basically the run order of the plugins defeats the captcha when the CURL function is used. I need the recaptcha to run first then the CURL function at this point.
And also need to solve my problem above. So I am defiantly in hot water now!
Hope you can help Greyhead! xD
And also need to solve my problem above. So I am defiantly in hot water now!
Hope you can help Greyhead! xD
Maybe i know the mistake.
I think you have in the "OnFail" part of the "Check ReCaptcha" "Show html". Is that right?
So you have forgotten to add a new "Load ReCaptcha" before the "Show html".
I have had the same problem, until I added a new "Load ReCaptcha" event before the "Show html"
I think you have in the "OnFail" part of the "Check ReCaptcha" "Show html". Is that right?
So you have forgotten to add a new "Load ReCaptcha" before the "Show html".
I have had the same problem, until I added a new "Load ReCaptcha" event before the "Show html"
Hi steelraptor,
This ought to work OK :-( There is a 'stoprunning' flag that is set if the ReCaptcha fails that should stop any further execution. But the stop control in ChronoForms 3.2 is not as good as it could be :-(
Just to double check, you have dragged the ReCaptcha up on the Plug-ins tab so that it runs before the cURL plug-in?
Bob
This ought to work OK :-( There is a 'stoprunning' flag that is set if the ReCaptcha fails that should stop any further execution. But the stop control in ChronoForms 3.2 is not as good as it could be :-(
Just to double check, you have dragged the ReCaptcha up on the Plug-ins tab so that it runs before the cURL plug-in?
Bob
Well my problem is that I can't seem to reorder the plugins at all now 0.o Literally I cannot grab them and drag them. What am I doing wrong here? I had no idea they could be reordered until now >_<
Me thinks I fixed it.... You have to drag the boxes via the little "recycle symbol" or arrows.... Seems to have fixed the problems xD
This topic is locked and no more replies can be posted.