Closed (fixed)
Project:
Guestbook
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2008 at 15:33 UTC
Updated:
27 Mar 2009 at 21:46 UTC
Hello, I would like to add captcha authentication to guestbook in drupal 6, I think I can do it if I know the form ID for the guestbook message. If this will work could you please tell me the form name as I can't find it! Many thanks
Comments
Comment #1
pitxels commentedI would like to have my guestbook with captcha as well, I will follow this thread :)
Comment #2
matthew_ellis24 commentedjusspitti,
I'm not sure how I did it but I have
guestbook_form_entry_form
guestbook_form_entry
added in my challenge type per form settings. I think I opened up the guestbook.module file and tried all the functions one at a time until I got one that worked.
Sometimes in life it's rewarding to work things out for yourself. But not this time - it took ages.
So add those forms to your CAPTCHA settings, select a challenge type and you should be sorted
Comment #3
sunBy going to CAPTCHA's settings, you can enable an option that adds an administrative link to all forms and thus allows to enable or disable CAPTCHA support on each form. Just visit a guestbook then, enable CAPTCHA for that form, and you're done.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
nishanth23 commentedHow will I include Captcha module into GuestBook??
-- I installed and enabled Captcha and guestbook modules. But i dont know how to include captcha module in guestbook module. I enabled "administrative link to forms" in the captcha configuration. But still its not working. Tell me How to find Form id for particular form.
Because I suppose to give form id for guestbook
Comment #6
toniw commentedI don't know if this is any different in D6, but in D5 I had to manually make this change in the database to get CAPTCHA to work with Guestbook:
Comment #7
inteldesk commentedDrupal 6 fix --- pasted this " guestbook_form_entry_form " into the text box where it asks for Form ID
Comment #8
vako commented1. Find the form name by viewing the source and doing a search on form_id
2. goto /admin/user/captcha
3. add the form name guestbook_form_entry_form in the form_id column
4. choose the Challenge type
enjoy!