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
| Comment | File | Size | Author |
|---|---|---|---|
| captcha.JPG | 9.74 KB | kamleshpatidar |
Comments
Comment #1
robloachSelecting 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().
Comment #2
kamleshpatidar commentedHi 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
Comment #3
robloachIf 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.
Comment #4
kamleshpatidar commentedthat'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
i know this div has 300*something. I want more info about this.
Please help me.
Best,
Kamlesh
Comment #5
robloachI'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 ;-) .
Comment #6
kamleshpatidar commentedHI Rob,
How can i change background color of recaptcha image?
What i tried
Please help me i am using custom theme.
Best,
Kamlesh
Comment #7
robloachYou'd have to talk to reCAPTCHA about changing the background color.
Comment #8
robloach