Display Captcha for non registered users only?

yaksushi 25 Apr, 2012
I did a few searches and couldn't find my answer.

Is it possible to use the authenticator to display Captcha for non registered users only? I have a contact form and don't want to make my registered users type in the Captcha code, I only want it to display if the authenticator see's the user as a guest.

Thanks, and sorry if this has been talked about before I couldn't find anything relevant.
Max_admin 27 Apr, 2012
Hi,

I would do it with an authenticator, add one in the onload and another in the on submit, select the groups to use the captcha, and add a "load captcha" in the "on success" of the load Auth., and check captcha in the "on success" of the submit Auth.

You will also need to "load CSS" in the "on fail" of the load Auth to hide the Captcha div if the user should not see it.

The rest is normal, you need the "Event loop" in the "on fail" of the check captcha action.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
yaksushi 30 Apr, 2012
Thanks Max for the help I got it working. :mrgreen:
This topic is locked and no more replies can be posted.