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.
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.
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
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
This topic is locked and no more replies can be posted.