Hi all,
i want to use captcha & recaptcha on my user registration page . has anyone use this in drupal?. I want to replace recaptcha theme to my theme. how can i do this? Please help me. for more info please find attachment.
Best,
Kamlesh

CommentFileSizeAuthor
captcha.JPG9.74 KBkamleshpatidar

Comments

robloach’s picture

Selecting the "Custom" theme will allow you to set your own DOM for the widget, as well as your own CSS through mytheme_recaptcha_custom_widget().

kamleshpatidar’s picture

Hi rob,

Thank you for Quick reply. how can i change recaptcha_image. i Want single image there. Can you please explain in detail how to achieve the same as i want?. I already selected custom theme for reCAPTACHA.

Best,
Kamlesh

robloach’s picture

If you create a mytheme_recaptcha_custom_widget() in your theme, you'll be able to change how the reCAPTCHA widget is outputted. You can use CSS to change how it looks.

kamleshpatidar’s picture

that's what i am trying to do? but problem is that i want to change Images as you r providing. how can i do this? I understand from where it is displaying?. I registered on recaptcha site with localhost. So if i enter my IP instead of localhost images didn't display. so how can i change Image & can you please provide me more details about

<div id="recaptcha_image"></div>

i know this div has 300*something. I want more info about this.
Please help me.
Best,
Kamlesh

robloach’s picture

I've never actually done my own theme. I just made it possible to create your own theme. So, you've done more then me when it comes to reCAPTCHA custom theming ;-) .

kamleshpatidar’s picture

HI Rob,
How can i change background color of recaptcha image?
What i tried

   <div id="recaptcha_image" style="background-color:red; "></div>

Please help me i am using custom theme.

Best,
Kamlesh

robloach’s picture

You'd have to talk to reCAPTCHA about changing the background color.

robloach’s picture

Status: Active » Closed (works as designed)