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:
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
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
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
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
Yeah, that's where I had started my research. Ok, no problem. Thanks anyway! :-)
Jose
Jose
This topic is locked and no more replies can be posted.