Forums

ReCaptcha error message

blakex 23 May, 2009
hi,
If I enable joomla 1.5 system cache plugin,
when I wrong entered the number , the error message will Not show up
but if I disable system cache plugin, the error message show up
is there any way not to cache only this component ?
GreyHead 23 May, 2009
Hi blakex,

I guess that there must be some way, I don't know what it is though. But in general it's a pretty bad idea to cache pages where the results change.

Bob
blakex 23 May, 2009
alright, If I Disable the page cache,
the error message appears,

but after error message appear, when I enter the two word again correctly, the system keep telling me that I enter the wrong word
until I press the browser F5 Or I press the 'Get a new challenge' ReCaptcha button
How to solve this problem ?
GreyHead 23 May, 2009
Hi blakex,

No real idea - have you cleared your browser cache. It sounds as though the result is still being cahced somewhere.

Bob
Max_admin 24 May, 2009
Hi blakex,

if you have the "republish" form option enabled then its causing this problem, turn it off and retest and let us know the results!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
blakex 25 May, 2009
yes, now it solved after I turn off the 'republish' option. thanks

so, how to make the 'republish' ON option worked with recaptcha ?
GreyHead 25 May, 2009
Hi blakex,

Add this code snippet to the form JavaScript box
window.addEvent('domready', function() {
  $('recaptcha_response_field').value = '';
});

Bob

PS This is a fudged answer - the fix has to be here because the Republish code doesn't run in the page header.
This topic is locked and no more replies can be posted.