Forums

Recaptcha Width

baxterdown 24 Feb, 2012
Hi GreyHead!

I've been doing some research on ways to decrease the width of ReCaptcha so I can use it in short forms located on the right column. I found this article (see reply from Kaolin Fire) in the Google Recaptcha forum where a user said the form can be re-sized via CSS with this following code:

#recaptcha_image img { width: 180px; } 


I tried looking for the ReCaptcha code in my ChronoForms form (v4.0 RC2.0) but I couldn't find it. Any suggestions?

Thanks in advance for your great help as always!

Jose
GreyHead 24 Feb, 2012
Hi baxterdown,

I think it all comes from Google. If you want to customise then you need to set the option in the Load ReCaptcha action to 'custom' and build your own theme based on the standard one. There are isntructions here

Bob
baxterdown 24 Feb, 2012
Yeah, that's where I had started my research. Ok, no problem. Thanks anyway! :-)

Jose
GreyHead 24 Feb, 2012
Hi Jose,

You can try over-riding the default setting in the form using a Load CSS action; though it may need to be done with JavaScript to get the timing right.

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