Two recaptchas on same page?

davidamoros 08 Feb, 2014
Hello,

I have two chronoforms showing as modules on a homepage (http://www.cleanmanagementsolutions.com.au/), and I want to use recaptcha on both. Currently, just the first form recaptcha is showing.

As I see, both recaptchas have the same id (id="recaptcha"), so I think this is the cause of the problem...

Is there any way to use recaptcha on both, or do I will have to use recaptcha on one and a simple captcha on the other?

Thanks in advance.
GreyHead 09 Feb, 2014
Hi davidamoros,

I suspect that you are correct about the problem being the non-unique id :-(

I can think of a couple of possible solutions, one messy one would be to change one of the ids - could be done with JavaScript perhaps, or by hand-coding one of the Captchas.

An easier solution might be to replace the form with a couple of big buttons which linked to separate form pages. That might look neater and would get round the ReCaptcha problem.

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