By abhishek |

Guest book is one of the essential part for any website, To add a guestbook on your drupal site you can use the guestbook module, the problem you would face is adding a captcha to this now captcha is also very essential to control spam now how to add captcha its very simple just execute the following query

 

INSERT INTO `captcha_points` ( `form_id` , `module` , `type` ) 
VALUES
( 'guestbook_form_entry_form', NULL , NULL );

and you are done now go to /admin/user/captcha on your site and enable captcha on guestbook this would look something like this

Wayne (not verified)

14 years 2 months ago

Great tip I was looking everywhere for this. It works awesome.

Thanks

Piyush R (not verified)

13 years 7 months ago

In reply to by Wayne (not verified)

great tip, that was really quick to add the form for captcha, i tried to add it from the admin panel but it didn't worked and then I found your tip.

thanks, keep them coming

Please take a look at the project page of the Drupal Guestbook (DGB).

http://drupal.org/project/dgb

The new DGB module is a alternative to the older Guestbook module and offers many missing features of the Guestbook module.

To use CAPTCHA on DGB entry forms please read the hint in the README.txt of the module.

Furthermore the DGB module works with the Spam module if you are use the additional Drupal Guestbook Spam module.

Thanks.
The DGB maintainer