$(function protect_forms() {
  $('.formprotector')
    .hide()
    .attr('value', 'spammer');
});
