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

Recent comments
8 weeks 6 days ago
14 weeks 6 days ago
15 weeks 14 hours ago
16 weeks 6 days ago
17 weeks 4 days ago
20 weeks 5 days ago
24 weeks 3 days ago
25 weeks 5 days ago
26 weeks 1 day ago
26 weeks 1 day ago