Chronoforms and Recaptcha

steelraptor 03 Apr, 2011
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
GreyHead 04 Apr, 2011
Hi steelraptor,

Please post a link to the form so we can take a quick look.

Bob
steelraptor 07 Apr, 2011
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
Samifighter 07 Apr, 2011
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"
GreyHead 07 Apr, 2011
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
steelraptor 07 Apr, 2011
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 >_<
steelraptor 07 Apr, 2011
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
GreyHead 08 Apr, 2011
Hi steelraptor,

I agree that the drag and drop isn't very obvious :-( - but it is sometimes essential :-)

Bob
This topic is locked and no more replies can be posted.