% layout 'default'; % title 'New Post';

Sign the Guestbook

Name: <%= input_tag 'name' %>
Message: <%= text_area 'message', cols => 40, rows => 6 %>
SwaggCAPTCHAâ„¢: <%= radio_button answer => 0 %> <%= label_for answer => "I don\'t want to post" %>
  <%= radio_button answer => "false" %> <%= label_for answer => "I\'m ready to post (choose this one)" %>
  <%= radio_button answer => undef %> <%= label_for answer => 'This is spam, do not post' %>
  <%= submit_button 'Send it' %>